From 91fa051918a0ecde67678dfaa0db9e04c3597690 Mon Sep 17 00:00:00 2001 From: Lakshay arora Date: Mon, 11 Jun 2018 14:54:45 +0530 Subject: [PATCH 001/114] Fixes ERR_BLOCKED_BY_XSS_AUDITOR on export table Signed-Off-By: Lakshay arora --- libraries/classes/Export.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/classes/Export.php b/libraries/classes/Export.php index fbe2b78f3e..11150c6c7a 100644 --- a/libraries/classes/Export.php +++ b/libraries/classes/Export.php @@ -535,10 +535,10 @@ class Export foreach ($_POST as $name => $value) { if (is_array($value)) { foreach ($value as $val) { - $refreshButton .= ''; + $refreshButton .= ''; } } else { - $refreshButton .= ''; + $refreshButton .= ''; } } $refreshButton .= ''; From 26c6ce2d774bc0bbab7f8b80c50705693c9db392 Mon Sep 17 00:00:00 2001 From: Lakshay arora Date: Fri, 29 Jun 2018 22:42:47 +0530 Subject: [PATCH 002/114] Fix #14365, View not working on multiple servers Fixes #14365 Signed-Off-By: Lakshay arora --- js/functions.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/functions.js b/js/functions.js index fe78a28193..a086413e33 100644 --- a/js/functions.js +++ b/js/functions.js @@ -4543,7 +4543,8 @@ function PMA_createViewDialog ($this) { var $msg = PMA_ajaxShowMessage(); var syntaxHighlighter = null; var sep = PMA_commonParams.get('arg_separator'); - $.get($this.attr('href') + sep + 'ajax_request=1' + sep + 'ajax_dialog=1', function (data) { + params = $this.getPostData(); + $.get($this.attr('href') + sep + 'ajax_request=1' + sep + 'ajax_dialog=1' + sep + params, function (data) { if (typeof data !== 'undefined' && data.success === true) { PMA_ajaxRemoveMessage($msg); var buttonOptions = {}; From c87579ec620c8b6f08678abe0d7f6808d2c9a9fb Mon Sep 17 00:00:00 2001 From: Lakshay arora Date: Sun, 1 Jul 2018 03:42:28 +0530 Subject: [PATCH 003/114] Show warning for default control user/pass usage Signed-Off-By: Lakshay arora --- index.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/index.php b/index.php index dfd98fb79c..4a7bff9c32 100644 --- a/index.php +++ b/index.php @@ -552,6 +552,20 @@ if ($GLOBALS['cfg']['LoginCookieStore'] != 0 ); } +/** + * Warning if using the default MySQL controluser account + */ +if ($server != 0 + && isset($GLOBALS['cfg']['Server']['controluser']) && $GLOBALS['cfg']['Server']['controluser'] == 'pma' + && isset($GLOBALS['cfg']['Server']['controlpass']) && $GLOBALS['cfg']['Server']['controlpass'] == 'pmapass' +) { + trigger_error( + __('Your MySQL server is running with default controluser and password, and is open to intrusion, you really should fix this security hole by changing the password for controluser \'pma\'.'), + E_USER_WARNING + ); +} + + /** * Check if user does not have defined blowfish secret and it is being used. */ From 13dfc93da6988762772d360d1f3cae88f0a7a087 Mon Sep 17 00:00:00 2001 From: Stanislas Brodin Date: Fri, 6 Jul 2018 10:03:27 +0000 Subject: [PATCH 004/114] Translated using Weblate (French) Currently translated at 100,0% (3288 of 3288 strings) [CI skip] Translation: phpMyAdmin/4.8 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-8/fr/ Signed-off-by: Stanislas Brodin --- po/fr.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/po/fr.po b/po/fr.po index e00b742b2d..d02476ee2c 100644 --- a/po/fr.po +++ b/po/fr.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin-docs 4.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2018-02-12 16:30+0100\n" -"PO-Revision-Date: 2018-04-14 22:37+0000\n" -"Last-Translator: anonymous <>\n" +"PO-Revision-Date: 2018-07-06 12:04+0000\n" +"Last-Translator: Stanislas Brodin \n" "Language-Team: French \n" "Language: fr\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 3.0-dev\n" +"X-Generator: Weblate 3.1-dev\n" #: ajax.php:21 ajax.php:50 export.php:203 libraries/classes/Export.php:1100 msgid "Bad type!" @@ -10049,7 +10049,7 @@ msgid "" "specifies how often space will be added (defaults to 2 nibbles)." msgstr "" "Affiche une représentation hexadécimale des données. Le premier paramètre " -"est optionnel et spécifie à quel intervalle un espace sera ajouté (par " +"est optionnel et spécifie à quel intervalle une espace sera ajouté (par " "défaut, à chaque 2 « nibbles »)." #: libraries/classes/Plugins/Transformations/Abs/ImageLinkTransformationsPlugin.php:32 From 2a7294a9329889656bc226b00ca5f71f3918f558 Mon Sep 17 00:00:00 2001 From: Olivier Humbert Date: Fri, 6 Jul 2018 12:04:15 +0000 Subject: [PATCH 005/114] Translated using Weblate (French) Currently translated at 100.0% (3288 of 3288 strings) [CI skip] Translation: phpMyAdmin/4.8 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-8/fr/ Signed-off-by: Olivier Humbert --- po/fr.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/po/fr.po b/po/fr.po index d02476ee2c..b32a287d30 100644 --- a/po/fr.po +++ b/po/fr.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin-docs 4.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2018-02-12 16:30+0100\n" -"PO-Revision-Date: 2018-07-06 12:04+0000\n" -"Last-Translator: Stanislas Brodin \n" +"PO-Revision-Date: 2018-07-07 12:37+0000\n" +"Last-Translator: Olivier Humbert \n" "Language-Team: French \n" "Language: fr\n" @@ -10049,7 +10049,7 @@ msgid "" "specifies how often space will be added (defaults to 2 nibbles)." msgstr "" "Affiche une représentation hexadécimale des données. Le premier paramètre " -"est optionnel et spécifie à quel intervalle une espace sera ajouté (par " +"est optionnel et spécifie à quel intervalle un espace sera ajouté (par " "défaut, à chaque 2 « nibbles »)." #: libraries/classes/Plugins/Transformations/Abs/ImageLinkTransformationsPlugin.php:32 From e9ac9a29d0f7ec4fa028dd81cc6eefb37bd3b5e7 Mon Sep 17 00:00:00 2001 From: Olivier Humbert Date: Sat, 7 Jul 2018 22:37:08 +0000 Subject: [PATCH 006/114] Translated using Weblate (French) Currently translated at 100.0% (3288 of 3288 strings) [CI skip] Translation: phpMyAdmin/4.8 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-8/fr/ Signed-off-by: Olivier Humbert --- po/fr.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/po/fr.po b/po/fr.po index b32a287d30..dddd943865 100644 --- a/po/fr.po +++ b/po/fr.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin-docs 4.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2018-02-12 16:30+0100\n" -"PO-Revision-Date: 2018-07-07 12:37+0000\n" +"PO-Revision-Date: 2018-07-08 23:37+0000\n" "Last-Translator: Olivier Humbert \n" "Language-Team: French \n" @@ -10049,7 +10049,7 @@ msgid "" "specifies how often space will be added (defaults to 2 nibbles)." msgstr "" "Affiche une représentation hexadécimale des données. Le premier paramètre " -"est optionnel et spécifie à quel intervalle un espace sera ajouté (par " +"est optionnel et spécifie à quel intervalle une espace sera ajoutée (par " "défaut, à chaque 2 « nibbles »)." #: libraries/classes/Plugins/Transformations/Abs/ImageLinkTransformationsPlugin.php:32 From 3f1e40caa76e188b11e452f5be80b2ce93c2e47e Mon Sep 17 00:00:00 2001 From: Yaron Shahrabani Date: Tue, 10 Jul 2018 13:03:17 +0000 Subject: [PATCH 007/114] Translated using Weblate (Hebrew) Currently translated at 49,3% (1621 of 3288 strings) [CI skip] Translation: phpMyAdmin/4.8 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-8/he/ Signed-off-by: Yaron Shahrabani --- po/he.po | 42 +++++++++++++++++++----------------------- 1 file changed, 19 insertions(+), 23 deletions(-) diff --git a/po/he.po b/po/he.po index 0ccf3d2e6d..5854b12f01 100644 --- a/po/he.po +++ b/po/he.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.8.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2018-02-12 16:30+0100\n" -"PO-Revision-Date: 2018-06-15 13:38+0000\n" +"PO-Revision-Date: 2018-07-11 13:39+0000\n" "Last-Translator: Yaron Shahrabani \n" "Language-Team: Hebrew \n" @@ -13,7 +13,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Weblate 3.0.1\n" +"X-Generator: Weblate 3.1-dev\n" #: ajax.php:21 ajax.php:50 export.php:203 libraries/classes/Export.php:1100 msgid "Bad type!" @@ -9766,7 +9766,7 @@ msgstr "שינויי צורה זמינים" #: libraries/classes/Relation.php:208 msgid "Please see the documentation on how to update your column_info table." -msgstr "" +msgstr "נא לעיין בתיעוד על אופן עדכון טבלת ה־column_info שלך." #: libraries/classes/Relation.php:224 libraries/classes/SqlQueryForm.php:401 msgid "Bookmarked SQL query" @@ -9792,17 +9792,15 @@ msgstr "" #: libraries/classes/Relation.php:290 msgid "User preferences" -msgstr "" +msgstr "העדפות משתמש" #: libraries/classes/Relation.php:307 -#, fuzzy -#| msgid "Modifications have been saved" msgid "Configurable menus" -msgstr "שינויים נשמרו" +msgstr "תפריטים שניתן להגדיר" #: libraries/classes/Relation.php:318 msgid "Hide/show navigation items" -msgstr "" +msgstr "הסתרה/הצגה של פריטי ניווט" #: libraries/classes/Relation.php:329 msgid "Saving Query-By-Example searches" @@ -9810,7 +9808,7 @@ msgstr "" #: libraries/classes/Relation.php:340 msgid "Managing Central list of columns" -msgstr "" +msgstr "ניהול רשימה מרכזית של עמודות" #: libraries/classes/Relation.php:351 #, fuzzy @@ -9826,16 +9824,16 @@ msgstr "סוג הייצוא שגוי" #: libraries/classes/Relation.php:370 msgid "Quick steps to set up advanced features:" -msgstr "" +msgstr "צעדים מהירים להגדרת תכונות מתקדמות:" #: libraries/classes/Relation.php:376 #, php-format msgid "Create the needed tables with the %screate_tables.sql." -msgstr "" +msgstr "יצירת הטבלאות הנחוצות עם %screate_tables.sql." #: libraries/classes/Relation.php:381 msgid "Create a pma user and give access to these tables." -msgstr "" +msgstr "יצירת משתמש pma והענקת גישה לטבלאות האלה." #: libraries/classes/Relation.php:384 msgid "" @@ -9845,7 +9843,7 @@ msgstr "" #: libraries/classes/Relation.php:389 msgid "Re-login to phpMyAdmin to load the updated configuration file." -msgstr "" +msgstr "כניסה מחדש ל־phpMyAdmin כדי לטעון את קובץ התצורה המעודכן." #: libraries/classes/Relation.php:1704 msgid "no description" @@ -9863,13 +9861,13 @@ msgstr "" msgid "" "%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin " "configuration storage there." -msgstr "" +msgstr "%sיצירת%s מסד נתונים בשם ‚phpmyadmin’ והגדרת האחסון של phpMyAdmin שם." #: libraries/classes/Relation.php:2018 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." -msgstr "" +msgstr "%sיצירת%s אחסון התצורה של phpMyAdmin במסד הנתונים הנוכחי." #: libraries/classes/Relation.php:2026 #, php-format @@ -10361,32 +10359,30 @@ msgstr "" #: libraries/classes/Rte/Events.php:624 msgid "You must provide an event definition." -msgstr "" +msgstr "עליך לציין הגדרת אירוע." #: 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 "Processes" msgid "Error in processing request:" -msgstr "תהליכים" +msgstr "שגיאה בעיבוד הבקשה:" #: libraries/classes/Rte/Footer.php:102 msgid "OFF" -msgstr "" +msgstr "כבוי" #: libraries/classes/Rte/Footer.php:107 msgid "ON" -msgstr "" +msgstr "פעיל" #: libraries/classes/Rte/Footer.php:119 msgid "Event scheduler status" -msgstr "" +msgstr "מצב מתזמן אירועים" #: libraries/classes/Rte/General.php:46 msgid "The backed up query was:" -msgstr "" +msgstr "השאילתה שגובתה היא:" #: libraries/classes/Rte/Routines.php:92 msgid "" From 4e81d3f27de40598b65bb680ea52c348e1a217af Mon Sep 17 00:00:00 2001 From: Leonardo Strozzi Date: Tue, 10 Jul 2018 16:49:47 -0300 Subject: [PATCH 008/114] Refactor table search templates Signed-off-by: Leonardo Strozzi --- templates/table/search/fields_table.twig | 15 +- templates/table/search/options.twig | 67 -------- templates/table/search/options_zoom.twig | 43 ----- .../table/search/search_and_replace.twig | 25 --- templates/table/search/selection_form.twig | 150 ++++++++++++++++-- templates/table/search/table_header.twig | 12 -- 6 files changed, 146 insertions(+), 166 deletions(-) delete mode 100644 templates/table/search/options.twig delete mode 100644 templates/table/search/options_zoom.twig delete mode 100644 templates/table/search/search_and_replace.twig delete mode 100644 templates/table/search/table_header.twig diff --git a/templates/table/search/fields_table.twig b/templates/table/search/fields_table.twig index df625ec085..8b749399f9 100644 --- a/templates/table/search/fields_table.twig +++ b/templates/table/search/fields_table.twig @@ -1,7 +1,16 @@ - {% include 'table/search/table_header.twig' with { - 'geom_column_flag': geom_column_flag - } only %} + + + {% if geom_column_flag %} + + {% endif %} + + + + + + + {% if search_type == 'zoom' %} {% include 'table/search/rows_zoom.twig' with { diff --git a/templates/table/search/options.twig b/templates/table/search/options.twig deleted file mode 100644 index 99ae985126..0000000000 --- a/templates/table/search/options.twig +++ /dev/null @@ -1,67 +0,0 @@ -{{ Util_getDivForSliderEffect('searchoptions', 'Options'|trans) }} - -{# Displays columns select list for selecting distinct columns in the search #} -
- - {% trans 'Select columns (at least one):' %} - - - - -
- -{# Displays input box for custom 'Where' clause to be used in the search #} -
- - {% trans 'Or' %} - {% trans 'Add search conditions (body of the "where" clause):' %} - - {{ Util_showMySQLDocu('Functions') }} - -
- -{# Displays option of changing default number of rows displayed per page #} -
- {% trans 'Number of rows per page' %} - -
- -{# Displays option for ordering search results by a column value (Asc or Desc) #} -
- {% trans 'Display order:' %} - - - {{ Util_getRadioFields( - 'order', - { - 'ASC': 'Ascending'|trans, - 'DESC': 'Descending'|trans - }, - 'ASC', - false, - true, - 'formelement' - ) }} - -
-
diff --git a/templates/table/search/options_zoom.twig b/templates/table/search/options_zoom.twig deleted file mode 100644 index 328eb4aea3..0000000000 --- a/templates/table/search/options_zoom.twig +++ /dev/null @@ -1,43 +0,0 @@ -
{% trans 'Function' %}{% trans 'Column' %}{% trans 'Type' %}{% trans 'Collation' %}{% trans 'Operator' %}{% trans 'Value' %}
- {# Select options for data label #} - - - - - {# Inputbox for changing default maximum rows to plot #} - - - - -
- - - -
- - - -
diff --git a/templates/table/search/search_and_replace.twig b/templates/table/search/search_and_replace.twig deleted file mode 100644 index 8237dd599e..0000000000 --- a/templates/table/search/search_and_replace.twig +++ /dev/null @@ -1,25 +0,0 @@ -{% trans 'Find:' %} - -{% trans 'Replace with:' %} - - -{% trans 'Column:' %} - - -{% include 'checkbox.twig' with { - 'html_field_id': 'useRegex', - 'html_field_name': 'useRegex', - 'label': 'Use regular expression'|trans, - 'checked': false, - 'onclick': false -} only %} diff --git a/templates/table/search/selection_form.twig b/templates/table/search/selection_form.twig index 38061f7b33..ab8cc25bb4 100644 --- a/templates/table/search/selection_form.twig +++ b/templates/table/search/selection_form.twig @@ -21,12 +21,49 @@ 'keys' : keys, 'criteria_column_names': criteria_column_names, 'criteria_column_types': criteria_column_types - } only %} - {% include 'table/search/options_zoom.twig' with { - 'data_label': data_label, - 'column_names': column_names, - 'max_plot_limit': max_plot_limit - } only %} + } only %} + {# Select options for data label #} + + + + + {# Inputbox for changing default maximum rows to plot #} + + + + +
+ + + +
+ + + +
{% elseif search_type == 'normal' %} @@ -57,10 +94,73 @@
- {% include 'table/search/options.twig' with { - 'column_names': column_names, - 'max_rows': max_rows - } only %} + {{ Util_getDivForSliderEffect('searchoptions', 'Options'|trans) }} + + {# Displays columns select list for selecting distinct columns in the search #} +
+ + {% trans 'Select columns (at least one):' %} + + + + +
+ + {# Displays input box for custom 'Where' clause to be used in the search #} +
+ + {% trans 'Or' %} + {% trans 'Add search conditions (body of the "where" clause):' %} + + {{ Util_showMySQLDocu('Functions') }} + +
+ + {# Displays option of changing default number of rows displayed per page #} +
+ {% trans 'Number of rows per page' %} + +
+ + {# Displays option for ordering search results by a column value (Asc or Desc) #} +
+ {% trans 'Display order:' %} + + + {{ Util_getRadioFields( + 'order', + { + 'ASC': 'Ascending'|trans, + 'DESC': 'Descending'|trans + }, + 'ASC', + false, + true, + 'formelement' + ) }} + +
+
{% elseif search_type == 'replace' %} {% include 'table/search/form_tag.twig' with { @@ -74,12 +174,30 @@
{% trans 'Find and replace' %} - - {% include 'table/search/search_and_replace.twig' with { - 'column_names': column_names, - 'column_types': column_types, - 'sql_types': sql_types, - 'types': types + {% trans 'Find:' %} + + {% trans 'Replace with:' %} + + + {% trans 'Column:' %} + + + {% include 'checkbox.twig' with { + 'html_field_id': 'useRegex', + 'html_field_name': 'useRegex', + 'label': 'Use regular expression'|trans, + 'checked': false, + 'onclick': false } only %}
diff --git a/templates/table/search/table_header.twig b/templates/table/search/table_header.twig deleted file mode 100644 index 4093f5bfc5..0000000000 --- a/templates/table/search/table_header.twig +++ /dev/null @@ -1,12 +0,0 @@ - - - {% if geom_column_flag %} - {% trans 'Function' %} - {% endif %} - {% trans 'Column' %} - {% trans 'Type' %} - {% trans 'Collation' %} - {% trans 'Operator' %} - {% trans 'Value' %} - - From 108f445ee6c88968b2d553d117c9a265670673a4 Mon Sep 17 00:00:00 2001 From: Leonardo Strozzi Date: Wed, 11 Jul 2018 17:14:05 -0300 Subject: [PATCH 009/114] Merge table structure tamplates Signed-off-by: Leonardo Strozzi --- .../structure/actions_in_table_structure.twig | 140 ------ templates/table/structure/add_column.twig | 24 - .../structure/check_all_table_column.twig | 93 ---- .../table/structure/display_structure.twig | 452 +++++++++++++++--- .../table/structure/display_table_stats.twig | 105 +++- .../table/structure/move_columns_dialog.twig | 9 - .../structure/optional_action_links.twig | 31 -- .../table/structure/row_stats_table.twig | 95 ---- .../structure/table_structure_header.twig | 21 - .../table/structure/table_structure_row.twig | 64 --- 10 files changed, 483 insertions(+), 551 deletions(-) delete mode 100644 templates/table/structure/actions_in_table_structure.twig delete mode 100644 templates/table/structure/add_column.twig delete mode 100644 templates/table/structure/check_all_table_column.twig delete mode 100644 templates/table/structure/move_columns_dialog.twig delete mode 100644 templates/table/structure/optional_action_links.twig delete mode 100644 templates/table/structure/row_stats_table.twig delete mode 100644 templates/table/structure/table_structure_header.twig delete mode 100644 templates/table/structure/table_structure_row.twig diff --git a/templates/table/structure/actions_in_table_structure.twig b/templates/table/structure/actions_in_table_structure.twig deleted file mode 100644 index 6607f851da..0000000000 --- a/templates/table/structure/actions_in_table_structure.twig +++ /dev/null @@ -1,140 +0,0 @@ -
    - {% if hide_structure_actions %} - - {% endif %} -
diff --git a/templates/table/structure/add_column.twig b/templates/table/structure/add_column.twig deleted file mode 100644 index 9c88c0a2d2..0000000000 --- a/templates/table/structure/add_column.twig +++ /dev/null @@ -1,24 +0,0 @@ -
- {{ Url_getHiddenInputs(db, table) }} - {% if Util_showIcons('ActionLinksMode') %} - {{ Util_getImage('b_insrow', 'Add column'|trans) }}  - {% endif %} - {% set num_fields -%} - - {%- endset %} - {{ 'Add %s column(s)'|trans|format(num_fields)|raw }} -   - {# I tried displaying the drop-down inside the label but with Firefox the drop-down was blinking #} - - -
diff --git a/templates/table/structure/check_all_table_column.twig b/templates/table/structure/check_all_table_column.twig deleted file mode 100644 index 57e6e11220..0000000000 --- a/templates/table/structure/check_all_table_column.twig +++ /dev/null @@ -1,93 +0,0 @@ - diff --git a/templates/table/structure/display_structure.twig b/templates/table/structure/display_structure.twig index e1f3b9ee07..1e5aea5caa 100644 --- a/templates/table/structure/display_structure.twig +++ b/templates/table/structure/display_structure.twig @@ -12,11 +12,27 @@
{# Table header #} - {% include 'table/structure/table_structure_header.twig' with { - 'db_is_system_schema': db_is_system_schema, - 'tbl_is_view': tbl_is_view, - 'show_column_comments': show_column_comments - } only %} + + + + + + + + + + + {% if show_column_comments -%} + + {%- endif %} + + {# @see tbl_structure.js, function moreOptsMenuResize() #} + {% if not db_is_system_schema and not tbl_is_view %} + + {% endif %} + + {# Table body #} {% set rownum = 0 %} @@ -30,64 +46,325 @@ {# Underline commented fields and display a hover-title (CSS only) #} - {% include 'table/structure/table_structure_row.twig' with { - 'row': row, - 'rownum': rownum, - 'displayed_field': displayed_fields[rownum], - 'type_nowrap': Util_getClassForType(extracted_columnspec['type']), - 'extracted_columnspec': extracted_columnspec, - 'attribute': attributes[rownum], - 'tbl_is_view': tbl_is_view, - 'db_is_system_schema': db_is_system_schema, - 'url_query': url_query, - 'titles': titles, - 'table': table, - 'tbl_storage_engine': tbl_storage_engine, - 'field_charset': row['Collation'], - 'comments': comments, - 'show_column_comments': show_column_comments, - 'relation_commwork': relation_commwork, - 'relation_mimework': relation_mimework, - 'browse_mime': browse_mime - } only %} + + + + + + + + + {% if show_column_comments %} + + {% endif %} + {% if not tbl_is_view and not db_is_system_schema %} - {% include 'table/structure/actions_in_table_structure.twig' with { - 'row': row, - 'rownum': rownum, - 'extracted_columnspec': extracted_columnspec, - 'type': extracted_columnspec['print_type'] is not empty ? extracted_columnspec['print_type'], - 'tbl_storage_engine': tbl_storage_engine, - 'primary': primary, - 'field_name': field_name, - 'url_query': url_query, - 'titles': titles, - 'columns_with_unique_index': columns_with_unique_index, - 'is_in_central_columns': row['Field'] in central_list ? true : false, - 'central_columns_work': central_columns_work, - 'table': table, - 'hide_structure_actions': hide_structure_actions, - 'mysql_int_version': mysql_int_version - } only %} + + + {% endif %} + + {% if not tbl_is_view and not db_is_system_schema %} + {% set type = extracted_columnspec['print_type'] is not empty ? extracted_columnspec['print_type'] %} + {% endif %} {% endfor %}
#{% trans 'Name' %}{% trans 'Type' %}{% trans 'Collation' %}{% trans 'Attributes' %}{% trans 'Null' %}{% trans 'Default' %}{% trans 'Comments' %}{% trans 'Extra' %}{% trans 'Action' %}
{{ rownum }} + + + + {{ extracted_columnspec['displayed_type']|raw }} + {% if relation_commwork and relation_mimework and browse_mime + and mime_map[row['Field']]['mimetype'] is defined %} +
MIME: {{ mime_map[row['Field']]['mimetype']|replace({'_': '/'})|lower }} + {% endif %} +
+
+ {% if row['Collation'] is not empty %} + {{ row['Collation'] }} + {% endif %} + {{ attributes[rownum] }}{{ row['Null'] == 'YES' ? 'Yes'|trans : 'No'|trans }} + {% if row['Default'] is not null %} + {% if extracted_columnspec['type'] == 'bit' %} + {{ Util_convertBitDefaultValue(row['Default']) }} + {% else %} + {{ row['Default']|raw }} + {% endif %} + {% else %} + {% trans %}None{% context %}None for default{% endtrans %} + {% endif %} + + {{ comments }} + {{ row['Extra']|upper }}
- {% include 'table/structure/check_all_table_column.twig' with { - 'pma_theme_image': pma_theme_image, - 'text_dir': text_dir, - 'tbl_is_view': tbl_is_view, - 'db_is_system_schema': db_is_system_schema, - 'tbl_storage_engine': tbl_storage_engine, - 'central_columns_work': central_columns_work - } only %} + -{% include 'table/structure/move_columns_dialog.twig' with { - 'db': db, - 'table': table -} only %} +
+

{% trans 'Move the columns by dragging them up and down.' %}

+
+
+ {{ Url_getHiddenInputs(db, table) }} +
    +
    +
    +
    {# Work on the table #} {% if not tbl_is_view and not db_is_system_schema %} - {% include 'table/structure/add_column.twig' with { - 'columns_list': columns_list, - 'db': db, - 'table': table - } only %} +
    + {{ Url_getHiddenInputs(db, table) }} + {% if Util_showIcons('ActionLinksMode') %} + {{ Util_getImage('b_insrow', 'Add column'|trans) }}  + {% endif %} + {% set num_fields -%} + + {%- endset %} + {{ 'Add %s column(s)'|trans|format(num_fields)|raw }} +   + {# I tried displaying the drop-down inside the label but with Firefox the drop-down was blinking #} + + +
    {% endif %} {# Displays indexes #} diff --git a/templates/table/structure/display_table_stats.twig b/templates/table/structure/display_table_stats.twig index 14e6ab332d..2fd7e29e48 100644 --- a/templates/table/structure/display_table_stats.twig +++ b/templates/table/structure/display_table_stats.twig @@ -67,13 +67,102 @@ {% endif %} - {% include 'table/structure/row_stats_table.twig' with { - 'showtable': showtable, - 'tbl_collation': tbl_collation, - 'is_innodb': is_innodb, - 'mergetable': mergetable, - 'avg_size': avg_size is defined ? avg_size : null, - 'avg_unit': avg_unit is defined ? avg_unit : null - } only %} + {% set avg_size = avg_size is defined ? avg_size : null %} + {% set avg_unit = avg_unit is defined ? avg_unit : null %} + + + + {% if showtable['Row_format'] is defined %} + + + {% if showtable['Row_format'] == 'Fixed' %} + + {% elseif showtable['Row_format'] == 'Dynamic' %} + + {% else %} + + {% endif %} + + {% endif %} + + {% if showtable['Create_options'] is not empty %} + + + {% if showtable['Create_options'] == 'partitioned' %} + + {% else %} + + {% endif %} + + {% endif %} + + {% if tbl_collation is not empty %} + + + + + {% endif %} + + {% if not is_innodb and showtable['Rows'] is defined %} + + + + + {% endif %} + + {% if not is_innodb + and showtable['Avg_row_length'] is defined + and showtable['Avg_row_length'] > 0 %} + + + {% set avg_row_length = Util_formatByteDown(showtable['Avg_row_length'], 6, 1) %} + + + {% endif %} + + {% if not is_innodb + and showtable['Data_length'] is defined + and showtable['Rows'] is defined + and showtable['Rows'] > 0 + and mergetable == false %} + + + + + {% endif %} + + {% if showtable['Auto_increment'] is defined %} + + + + + {% endif %} + + {% if showtable['Create_time'] is defined %} + + + + + {% endif %} + + {% if showtable['Update_time'] is defined %} + + + + + {% endif %} + + {% if showtable['Check_time'] is defined %} + + + + + {% endif %} + +
    {% trans 'Row statistics' %}
    {% trans 'Format' %}{% trans 'static' %}{% trans 'dynamic' %}{{ showtable['Row_format'] }}
    {% trans 'Options' %}{% trans 'partitioned' %}{{ showtable['Create_options'] }}
    {% trans 'Collation' %} + + {{ tbl_collation }} + +
    {% trans 'Rows' %}{{ Util_formatNumber(showtable['Rows'], 0) }}
    {% trans 'Row length' %}{{ avg_row_length[0] }} {{ avg_row_length[1] }}
    {% trans 'Row size' %}{{ avg_size }} {{ avg_unit }}
    {% trans 'Next autoindex' %}{{ Util_formatNumber(showtable['Auto_increment'], 0) }}
    {% trans 'Creation' %}{{ Util_localisedDate(showtable['Create_time']|date('U')) }}
    {% trans 'Last update' %}{{ Util_localisedDate(showtable['Update_time']|date('U')) }}
    {% trans 'Last check' %}{{ Util_localisedDate(showtable['Check_time']|date('U')) }}
    diff --git a/templates/table/structure/move_columns_dialog.twig b/templates/table/structure/move_columns_dialog.twig deleted file mode 100644 index bf826952a0..0000000000 --- a/templates/table/structure/move_columns_dialog.twig +++ /dev/null @@ -1,9 +0,0 @@ -
    -

    {% trans 'Move the columns by dragging them up and down.' %}

    -
    -
    - {{ Url_getHiddenInputs(db, table) }} -
      -
      -
      -
      diff --git a/templates/table/structure/optional_action_links.twig b/templates/table/structure/optional_action_links.twig deleted file mode 100644 index fe7cce13ff..0000000000 --- a/templates/table/structure/optional_action_links.twig +++ /dev/null @@ -1,31 +0,0 @@ -{{ Util_getIcon('b_print', 'Print'|trans, true) }} -{% if not tbl_is_view and not db_is_system_schema %} - - {{ Util_getIcon( - 'b_tblanalyse', - 'Propose table structure'|trans, - true - ) }} - - {{ Util_showMySQLDocu('procedure_analyse') }} - {% if is_active %} - - {{ Util_getIcon('eye', 'Track table'|trans, true) }} - - {% endif %} - - {{ Util_getIcon('b_move', 'Move columns'|trans, true) }} - - - {{ Util_getIcon('normalize', 'Normalize'|trans, true) }} - -{% endif %} -{% if tbl_is_view and not db_is_system_schema %} - {% if is_active %} - - {{ Util_getIcon('eye', 'Track view'|trans, true) }} - - {% endif %} -{% endif %} diff --git a/templates/table/structure/row_stats_table.twig b/templates/table/structure/row_stats_table.twig deleted file mode 100644 index e176e904bd..0000000000 --- a/templates/table/structure/row_stats_table.twig +++ /dev/null @@ -1,95 +0,0 @@ - - - - {% if showtable['Row_format'] is defined %} - - - {% if showtable['Row_format'] == 'Fixed' %} - - {% elseif showtable['Row_format'] == 'Dynamic' %} - - {% else %} - - {% endif %} - - {% endif %} - - {% if showtable['Create_options'] is not empty %} - - - {% if showtable['Create_options'] == 'partitioned' %} - - {% else %} - - {% endif %} - - {% endif %} - - {% if tbl_collation is not empty %} - - - - - {% endif %} - - {% if not is_innodb and showtable['Rows'] is defined %} - - - - - {% endif %} - - {% if not is_innodb - and showtable['Avg_row_length'] is defined - and showtable['Avg_row_length'] > 0 %} - - - {% set avg_row_length = Util_formatByteDown(showtable['Avg_row_length'], 6, 1) %} - - - {% endif %} - - {% if not is_innodb - and showtable['Data_length'] is defined - and showtable['Rows'] is defined - and showtable['Rows'] > 0 - and mergetable == false %} - - - - - {% endif %} - - {% if showtable['Auto_increment'] is defined %} - - - - - {% endif %} - - {% if showtable['Create_time'] is defined %} - - - - - {% endif %} - - {% if showtable['Update_time'] is defined %} - - - - - {% endif %} - - {% if showtable['Check_time'] is defined %} - - - - - {% endif %} - -
      {% trans 'Row statistics' %}
      {% trans 'Format' %}{% trans 'static' %}{% trans 'dynamic' %}{{ showtable['Row_format'] }}
      {% trans 'Options' %}{% trans 'partitioned' %}{{ showtable['Create_options'] }}
      {% trans 'Collation' %} - - {{ tbl_collation }} - -
      {% trans 'Rows' %}{{ Util_formatNumber(showtable['Rows'], 0) }}
      {% trans 'Row length' %}{{ avg_row_length[0] }} {{ avg_row_length[1] }}
      {% trans 'Row size' %}{{ avg_size }} {{ avg_unit }}
      {% trans 'Next autoindex' %}{{ Util_formatNumber(showtable['Auto_increment'], 0) }}
      {% trans 'Creation' %}{{ Util_localisedDate(showtable['Create_time']|date('U')) }}
      {% trans 'Last update' %}{{ Util_localisedDate(showtable['Update_time']|date('U')) }}
      {% trans 'Last check' %}{{ Util_localisedDate(showtable['Check_time']|date('U')) }}
      diff --git a/templates/table/structure/table_structure_header.twig b/templates/table/structure/table_structure_header.twig deleted file mode 100644 index 5af12980a2..0000000000 --- a/templates/table/structure/table_structure_header.twig +++ /dev/null @@ -1,21 +0,0 @@ - - - - # - {% trans 'Name' %} - {% trans 'Type' %} - {% trans 'Collation' %} - {% trans 'Attributes' %} - {% trans 'Null' %} - {% trans 'Default' %} - {% if show_column_comments -%} - {% trans 'Comments' %} - {%- endif %} - {% trans 'Extra' %} - {# @see tbl_structure.js, function moreOptsMenuResize() #} - {% if not db_is_system_schema and not tbl_is_view %} - {% trans 'Action' %} - {% endif %} - - diff --git a/templates/table/structure/table_structure_row.twig b/templates/table/structure/table_structure_row.twig deleted file mode 100644 index dd48b3dcb8..0000000000 --- a/templates/table/structure/table_structure_row.twig +++ /dev/null @@ -1,64 +0,0 @@ - - - -{{ rownum }} - - - - - - {{ extracted_columnspec['displayed_type']|raw }} - {% if relation_commwork and relation_mimework and browse_mime - and mime_map[row['Field']]['mimetype'] is defined %} -
      MIME: {{ mime_map[row['Field']]['mimetype']|replace({'_': '/'})|lower }} - {% endif %} -
      - - -{% if field_charset is not empty %} - {{ field_charset }} -{% endif %} - -{{ attribute }} -{{ row['Null'] == 'YES' ? 'Yes'|trans : 'No'|trans }} - - {% if row['Default'] is not null %} - {% if extracted_columnspec['type'] == 'bit' %} - {{ Util_convertBitDefaultValue(row['Default']) }} - {% else %} - {{ row['Default']|raw }} - {% endif %} - {% else %} - {% trans %}None{% context %}None for default{% endtrans %} - {% endif %} - -{% if show_column_comments %} - - {{ comments }} - -{% endif %} -{{ row['Extra']|upper }} -{% if not tbl_is_view and not db_is_system_schema %} - - - {{ titles['Change']|raw }} - - - - - {{ titles['Drop']|raw }} - - -{% endif %} From 6b08a7c326c92fd1844ba2ee025755d1806ec580 Mon Sep 17 00:00:00 2001 From: Leonardo Strozzi Date: Fri, 13 Jul 2018 09:38:45 -0300 Subject: [PATCH 010/114] Refactor table secondary tabs tamplate Implements inheritance on relation and structure templates Signed-off-by: Leonardo Strozzi --- .../Table/TableRelationController.php | 22 ++++++------------- .../Table/TableStructureController.php | 21 ++++++------------ ...abs.twig => page_with_secondary_tabs.twig} | 4 ++++ templates/table/relation/common_form.twig | 4 ++++ .../table/structure/display_structure.twig | 3 +++ .../table/structure/display_table_stats.twig | 3 +++ 6 files changed, 28 insertions(+), 29 deletions(-) rename templates/table/{secondary_tabs.twig => page_with_secondary_tabs.twig} (88%) diff --git a/libraries/classes/Controllers/Table/TableRelationController.php b/libraries/classes/Controllers/Table/TableRelationController.php index 08c661b728..eff01cba6e 100644 --- a/libraries/classes/Controllers/Table/TableRelationController.php +++ b/libraries/classes/Controllers/Table/TableRelationController.php @@ -163,21 +163,6 @@ class TableRelationController extends TableController ); } - // display secondary level tabs if necessary - $engine = $this->dbi->getTable($this->db, $this->table)->getStorageEngine(); - - $this->response->addHTML( - $this->template->render('table/secondary_tabs', [ - 'url_params' => [ - 'db' => $GLOBALS['db'], - 'table' => $GLOBALS['table'], - ], - 'is_foreign_key_supported' => Util::isForeignKeySupported($engine), - 'cfg_relation' => $this->relation->getRelationsParam(), - ]) - ); - $this->response->addHTML('
      '); - /** * Dialog */ @@ -202,8 +187,15 @@ class TableRelationController extends TableController } // common form + $engine = $this->dbi->getTable($this->db, $this->table)->getStorageEngine(); $this->response->addHTML( $this->template->render('table/relation/common_form', [ + 'url_params' => [ + 'db' => $GLOBALS['db'], + 'table' => $GLOBALS['table'], + ], + 'is_foreign_key_supported' => Util::isForeignKeySupported($engine), + 'cfg_relation' => $this->relation->getRelationsParam(), 'db' => $this->db, 'table' => $this->table, 'cfg_relation' => $this->cfgRelation, diff --git a/libraries/classes/Controllers/Table/TableStructureController.php b/libraries/classes/Controllers/Table/TableStructureController.php index 943ac5e37e..2b32e2b29f 100644 --- a/libraries/classes/Controllers/Table/TableStructureController.php +++ b/libraries/classes/Controllers/Table/TableStructureController.php @@ -288,20 +288,6 @@ class TableStructureController extends TableController } } - // display secondary level tabs if necessary - $engine = $this->table_obj->getStorageEngine(); - $this->response->addHTML( - $this->template->render('table/secondary_tabs', [ - 'url_params' => [ - 'db' => $this->db, - 'table' => $this->table, - ], - 'is_foreign_key_supported' => Util::isForeignKeySupported($engine), - 'cfg_relation' => $this->relation->getRelationsParam(), - ]) - ); - $this->response->addHTML('
      '); - /** * Modifications have been submitted -> updates the table */ @@ -1368,7 +1354,14 @@ class TableStructureController extends TableController } } + $engine = $this->table_obj->getStorageEngine(); return $this->template->render('table/structure/display_structure', [ + 'url_params' => [ + 'db' => $this->db, + 'table' => $this->table, + ], + 'is_foreign_key_supported' => Util::isForeignKeySupported($engine), + 'cfg_relation' => $this->relation->getRelationsParam(), 'hide_structure_actions' => $hideStructureActions, 'db' => $this->db, 'table' => $this->table, diff --git a/templates/table/secondary_tabs.twig b/templates/table/page_with_secondary_tabs.twig similarity index 88% rename from templates/table/secondary_tabs.twig rename to templates/table/page_with_secondary_tabs.twig index a38b039e5d..34373f896f 100644 --- a/templates/table/secondary_tabs.twig +++ b/templates/table/page_with_secondary_tabs.twig @@ -15,3 +15,7 @@
      {% endif %} + +
      + {% block content %} + {% endblock %} diff --git a/templates/table/relation/common_form.twig b/templates/table/relation/common_form.twig index 39f1ede26f..65eb7f3d1e 100644 --- a/templates/table/relation/common_form.twig +++ b/templates/table/relation/common_form.twig @@ -1,3 +1,6 @@ +{% extends 'table/page_with_secondary_tabs.twig' %} + +{% block content %}
      {{ Url_getHiddenInputs(db, table) }} {# InnoDB #} @@ -189,3 +192,4 @@
      +{% endblock %} diff --git a/templates/table/structure/display_structure.twig b/templates/table/structure/display_structure.twig index 1e5aea5caa..f28ccbf7fc 100644 --- a/templates/table/structure/display_structure.twig +++ b/templates/table/structure/display_structure.twig @@ -1,3 +1,5 @@ +{% extends 'table/page_with_secondary_tabs.twig' %} +{% block content %}
      {{ Url_getHiddenInputs(db, table) }} @@ -501,3 +503,4 @@ {{ table_stats|raw }} {% endif %}
      +{% endblock %} diff --git a/templates/table/structure/display_table_stats.twig b/templates/table/structure/display_table_stats.twig index 2fd7e29e48..ace313cd6d 100644 --- a/templates/table/structure/display_table_stats.twig +++ b/templates/table/structure/display_table_stats.twig @@ -1,3 +1,5 @@ +{% extends 'table/page_with_secondary_tabs.twig' %} +{% block content %}
      {% trans 'Information' %} @@ -166,3 +168,4 @@
      +{% endblock %} From b611be78b344ad224c297cf4d0279799599315b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Sat, 14 Jul 2018 14:54:29 -0300 Subject: [PATCH 011/114] Fix unconverted variables to Twig MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maurício Meneghini Fauth --- templates/columns_definitions/partitions.twig | 2 +- templates/columns_definitions/table_fields_definitions.twig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/columns_definitions/partitions.twig b/templates/columns_definitions/partitions.twig index 9cc8bfd20f..bede07f621 100644 --- a/templates/columns_definitions/partitions.twig +++ b/templates/columns_definitions/partitions.twig @@ -46,7 +46,7 @@ - {% for database in databases %} - - {% endfor %} - -{% endif -%} - - -{{ Util_showHint("Wildcards % and _ should be escaped with a \\ to use them literally."|trans) }} diff --git a/templates/server/privileges/add_privileges_routine.twig b/templates/server/privileges/add_privileges_routine.twig deleted file mode 100644 index 4e10129140..0000000000 --- a/templates/server/privileges/add_privileges_routine.twig +++ /dev/null @@ -1,14 +0,0 @@ - - - - -{%- if routines is not empty %} - -{% endif -%} - - diff --git a/templates/server/privileges/add_privileges_table.twig b/templates/server/privileges/add_privileges_table.twig deleted file mode 100644 index bdcaeb7e77..0000000000 --- a/templates/server/privileges/add_privileges_table.twig +++ /dev/null @@ -1,14 +0,0 @@ - - - - -{%- if tables is not empty %} - -{% endif -%} - - diff --git a/templates/server/privileges/global_priv_table.twig b/templates/server/privileges/global_priv_table.twig index 79b2a4d99b..3a026058c3 100644 --- a/templates/server/privileges/global_priv_table.twig +++ b/templates/server/privileges/global_priv_table.twig @@ -8,11 +8,15 @@ {% for priv in table %} {% set checked = row[priv[0] ~ '_priv'] is defined and row[priv[0] ~ '_priv'] == 'Y' ? ' checked="checked"' %} {% set formatted_priv = ServerPrivileges_formatPrivilege(priv, true) %} - {% include 'server/privileges/global_priv_tbl_item.twig' with { - 'checked': checked, - 'formatted_priv': formatted_priv, - 'priv': priv - } only %} +
      + + +
      {% endfor %} {% endfor %} diff --git a/templates/server/privileges/global_priv_tbl_item.twig b/templates/server/privileges/global_priv_tbl_item.twig deleted file mode 100644 index 5a5c3b6c04..0000000000 --- a/templates/server/privileges/global_priv_tbl_item.twig +++ /dev/null @@ -1,9 +0,0 @@ -
      - - -
      diff --git a/templates/server/privileges/privileges_summary.twig b/templates/server/privileges/privileges_summary.twig index c96399505f..4487a2c4db 100644 --- a/templates/server/privileges/privileges_summary.twig +++ b/templates/server/privileges/privileges_summary.twig @@ -31,28 +31,70 @@ {% else %} {% for privilege in privileges %} - {% include 'server/privileges/privileges_summary_row.twig' with - privilege|merge({'type': type}) - only %} + + {{ 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 }} + {% 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 @@ - - {{ 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 }} - 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') %}
      {% endif %} - {% include 'server/privileges/require_options_item.twig' with { - 'require_option': require_option - } only %} +
      + {% if require_option['radio'] %} + + + {% else %} + + + {% endif %} +
      {% endfor %}
      {# END specified_div #}
      {# END require_ssl_div #} diff --git a/templates/server/privileges/require_options_item.twig b/templates/server/privileges/require_options_item.twig deleted file mode 100644 index 9270daae88..0000000000 --- a/templates/server/privileges/require_options_item.twig +++ /dev/null @@ -1,23 +0,0 @@ -
      - {% if require_option['radio'] %} - - - {% else %} - - - {% endif %} -
      diff --git a/templates/server/privileges/resource_limit_item.twig b/templates/server/privileges/resource_limit_item.twig deleted file mode 100644 index af0a358307..0000000000 --- a/templates/server/privileges/resource_limit_item.twig +++ /dev/null @@ -1,11 +0,0 @@ -
      - - -
      diff --git a/templates/server/privileges/resource_limits.twig b/templates/server/privileges/resource_limits.twig index f04a61d4b9..0f3a3bb8f8 100644 --- a/templates/server/privileges/resource_limits.twig +++ b/templates/server/privileges/resource_limits.twig @@ -6,8 +6,16 @@

      {% for limit in limits %} - {% include 'server/privileges/resource_limit_item.twig' with { - 'limit': limit - } only %} +
      + + +
      {% endfor %} From 3ebd38be8b60aa2258654a9dbde9552bad77ffa5 Mon Sep 17 00:00:00 2001 From: Dan Caragea Date: Mon, 23 Jul 2018 11:12:49 +0000 Subject: [PATCH 054/114] Translated using Weblate (Romanian) Currently translated at 92.1% (3030 of 3288 strings) [CI skip] Translation: phpMyAdmin/4.8 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-8/ro/ Signed-off-by: Dan Caragea --- po/ro.po | 5192 ++++++++++++++++++++---------------------------------- 1 file changed, 1878 insertions(+), 3314 deletions(-) diff --git a/po/ro.po b/po/ro.po index 26e3428072..fea79ac5cc 100644 --- a/po/ro.po +++ b/po/ro.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.8.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2018-02-12 16:30+0100\n" -"PO-Revision-Date: 2018-07-23 11:12+0000\n" +"PO-Revision-Date: 2018-07-26 10:59+0000\n" "Last-Translator: Dan Caragea \n" "Language-Team: Romanian \n" @@ -248,7 +248,7 @@ msgstr "Da" #: db_export.php:48 msgid "View dump (schema) of database" -msgstr "Vezi depozitul (schema) bazei de date" +msgstr "Vezi dump-ul (schema) bazei de date" #: db_export.php:53 db_tracking.php:105 export.php:387 #: libraries/classes/Controllers/Database/DatabaseStructureController.php:147 @@ -1175,6 +1175,11 @@ msgid "" "likely that your current configuration will not work anymore. Please reset " "your configuration to default in the Settings menu." msgstr "" +"Configurarea de aranjare a diagramelor în memoria locală a navigatoarelor " +"tale nu mai este compatibilă cu cea mai nouă versiune a ferestrei de dialog " +"a monitorului. Este foarte probabil ca actuala configurare nu mai " +"funcționeze. Te rog resetează-ți configurarea la valorile implicite în " +"meniul Setări." #: js/messages.php:173 msgid "Query cache efficiency" @@ -1325,7 +1330,7 @@ msgstr "Adaugă diagramă la grilă" #: js/messages.php:215 msgid "Please add at least one variable to the series!" -msgstr "Te rog adaugă cel puțin o variabilă în serii!" +msgstr "Te rog adaugă cel puțin o variabilă la serie!" #: js/messages.php:216 libraries/classes/Display/Results.php:1467 #: libraries/classes/Plugins/Export/ExportSql.php:2188 @@ -1338,7 +1343,6 @@ msgstr "Te rog adaugă cel puțin o variabilă în serii!" #: templates/columns_definitions/transformation.twig:4 #: templates/database/designer/options_panel.twig:178 #: templates/display/export/options_output_compression.twig:7 -#, fuzzy msgid "None" msgstr "Niciunul" @@ -1683,9 +1687,8 @@ msgid "Analyse query" msgstr "Analizează interogarea" #: js/messages.php:336 -#, fuzzy msgid "Advisor system" -msgstr "Consilier de sistem" +msgstr "Sistem de consultanță" #: js/messages.php:337 msgid "Possible performance issues" @@ -1861,7 +1864,6 @@ msgid "Delete the matches for the %s table?" msgstr "Ștergi potrivirile pentru tabelul %s?" #: js/messages.php:398 -#, fuzzy msgid "The definition of a stored function must contain a RETURN statement!" msgstr "Definiția unei funcții stocate trebuie să conțină o declarație RETURN!" @@ -2859,45 +2861,38 @@ msgstr "Sâmbătă" #. l10n: Short week day name #: js/messages.php:847 -#, fuzzy msgid "Sun" -msgstr "Dum" +msgstr "D" #. l10n: Short week day name #: js/messages.php:849 libraries/classes/Util.php:1506 -#, fuzzy msgid "Mon" -msgstr "Lun" +msgstr "L" #. l10n: Short week day name #: js/messages.php:851 libraries/classes/Util.php:1508 -#, fuzzy msgid "Tue" -msgstr "Mar" +msgstr "Ma" #. l10n: Short week day name #: js/messages.php:853 libraries/classes/Util.php:1510 -#, fuzzy msgid "Wed" -msgstr "Mie" +msgstr "Mi" #. l10n: Short week day name #: js/messages.php:855 libraries/classes/Util.php:1512 -#, fuzzy msgid "Thu" -msgstr "Joi" +msgstr "J" #. l10n: Short week day name #: js/messages.php:857 libraries/classes/Util.php:1514 -#, fuzzy msgid "Fri" -msgstr "Vin" +msgstr "V" #. l10n: Short week day name #: js/messages.php:859 libraries/classes/Util.php:1516 -#, fuzzy msgid "Sat" -msgstr "Sâm" +msgstr "S" #. l10n: Minimal week day name #: js/messages.php:866 @@ -4045,7 +4040,7 @@ msgstr "Șablon nume tabel" #: libraries/classes/Plugins/Export/ExportSql.php:208 #: libraries/classes/Plugins/Export/ExportTexytext.php:62 msgid "Dump table" -msgstr "Aruncă la gunoi tabelul" +msgstr "Dump tabel" #: libraries/classes/Config/Descriptions.php:298 #: libraries/classes/Plugins/Export/ExportLatex.php:89 @@ -4073,9 +4068,8 @@ msgstr "Cheie etichetă" #: libraries/classes/Config/Descriptions.php:399 #: libraries/classes/Plugins/Export/ExportOdt.php:506 #: templates/columns_definitions/table_fields_definitions.twig:71 -#, fuzzy msgid "MIME type" -msgstr "Tip MIME" +msgstr "Tip de MIME" #: libraries/classes/Config/Descriptions.php:314 #: libraries/classes/Config/Descriptions.php:338 @@ -4158,9 +4152,8 @@ msgid "Add %s" msgstr "Adaugă %s" #: libraries/classes/Config/Descriptions.php:384 -#, fuzzy msgid "Use hexadecimal for BINARY & BLOB" -msgstr "Utilizați hexazecimale pentru BINARY & BLOB" +msgstr "Folosește hexazecimale pentru BINAR și BLOB" #: libraries/classes/Config/Descriptions.php:387 msgid "" @@ -4470,7 +4463,6 @@ msgid "SQL queries settings." msgstr "Setări interogări SQL." #: libraries/classes/Config/Descriptions.php:565 -#, fuzzy msgid "Startup" msgstr "Pornire" @@ -4525,9 +4517,8 @@ msgid "Customize text input fields." msgstr "Personalizează câmpurile de intrare text." #: libraries/classes/Config/Descriptions.php:595 -#, fuzzy msgid "Texy! text" -msgstr "Texy! text" +msgstr "Text Texy!" #: libraries/classes/Config/Descriptions.php:597 msgid "Customize default options" @@ -5573,7 +5564,7 @@ msgstr "" #: libraries/classes/Config/Descriptions.php:1159 msgid "Designer and PDF schema: table coordinates" -msgstr "Proiectant și schemă PDF: coordonate tabel" +msgstr "Designer și schemă PDF: coordonate tabel" #: libraries/classes/Config/Descriptions.php:1162 msgid "" @@ -6987,9 +6978,8 @@ msgid "Submit Query" msgstr "Trimite interogarea" #: libraries/classes/Database/Qbe.php:1847 -#, fuzzy msgid "Saved bookmarked search:" -msgstr "Căutarea salvată:" +msgstr "Căutarea marcată cu semn de carte a fost salvată:" #: libraries/classes/Database/Qbe.php:1849 msgid "New bookmark" @@ -7325,9 +7315,8 @@ msgid "Copy to clipboard" msgstr "Copiază în clipboard" #: libraries/classes/Display/Results.php:4902 -#, fuzzy msgid "Query results operations" -msgstr "Operațiuni asupra rezultatelor interogării" +msgstr "Operații rezultate interogări" #: libraries/classes/Display/Results.php:4986 #: templates/table/chart/tbl_chart.twig:10 @@ -7447,90 +7436,78 @@ msgid "Read misses in %" msgstr "Neînțelegeri de citire în %" #: libraries/classes/Engines/Innodb.php:306 -#, fuzzy msgid "Write waits in %" -msgstr "Scrierea așteaptă în %" +msgstr "Întârzieri de scriere în %" #: libraries/classes/Engines/Myisam.php:28 -#, fuzzy msgid "Data pointer size" -msgstr "Mărime pointer date" +msgstr "Dimensiune indicator de date" #: libraries/classes/Engines/Myisam.php:30 -#, fuzzy msgid "" "The default pointer size in bytes, to be used by CREATE TABLE for MyISAM " "tables when no MAX_ROWS option is specified." msgstr "" -"Mărimea pointerului implicit (în octeți), care este folosit de CREATE TABLE " -"pentru tabelele MyISAM atunci cînd nu este specificată nici o opțiune " +"Dimensiune implicită indicator, în octeți, care să fie folosită de CREEAZĂ " +"TABEL pentru tabelele MyISAM când nu este specificată nici o opțiune " "MAX_ROWS." #: libraries/classes/Engines/Myisam.php:36 -#, fuzzy msgid "Automatic recovery mode" -msgstr "Regim de recuperare automată" +msgstr "Mod recuperare automată" #: libraries/classes/Engines/Myisam.php:38 -#, fuzzy msgid "" "The mode for automatic recovery of crashed MyISAM tables, as set via the --" "myisam-recover server startup option." msgstr "" -"Regimul de recuperare automată a tabelelor MyISAM deteriorate, stabilit prin " -"opțiunea startup --myisam-recover server." +"Modul pentru recuperarea automată a tabelelor MyISAM deteriorate, așa cum " +"este setat prin opțiunea de pornire a serverului --myisam-recover." #: libraries/classes/Engines/Myisam.php:43 -#, fuzzy msgid "Maximum size for temporary sort files" -msgstr "Mărimea maximă pentru fișierele de sortare temporare" +msgstr "Dimensiune maximă pentru fișiere de sortare temporare" #: libraries/classes/Engines/Myisam.php:45 -#, fuzzy msgid "" "The maximum size of the temporary file MySQL is allowed to use while re-" "creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA " "INFILE)." msgstr "" -"Mărimea maximă pentru fișierul temporar, permisă în MySQL în timpul " -"recreării unui index MyISAM (în timpul operațiunilor REPAIR TABLE, ALTER " -"TABLE, sau LOAD DATA INFILE)." +"Dimensiunea maximă a fișierului temporar MySQL care este permisă să se " +"utilizeze în timpul recreării unui index MyISAM (în timpul operațiilor " +"REPARĂ TABELUL, MODIFICĂ TABELUL sau ÎNCARCĂ DATE ÎN FIȘIER)." #: libraries/classes/Engines/Myisam.php:52 -#, fuzzy msgid "Maximum size for temporary files on index creation" -msgstr "Mărimea maximă pentru fișierele temporare la crearea indexului" +msgstr "Dimensiune maximă pentru fișiere temporare la crearea indexului" #: libraries/classes/Engines/Myisam.php:54 -#, fuzzy msgid "" "If the temporary file used for fast MyISAM index creation would be larger " "than using the key cache by the amount specified here, prefer the key cache " "method." msgstr "" -"Dacă fișierul temporar utilizat pentru crearea rapidă a indexului MyISAM ar " -"fi mai mare decît dacă s-ar utiliza cache-ul de chei. Se preferă utilizarea " -"metodei „cache chei”." +"Dacă fișierul temporar utilizat pentru crearea rapidă a indexului MyISAM " +"este mai mare decât utilizarea cache-ului cheie prin suma specificată aici, " +"se preferă metoda cache cheie." #: libraries/classes/Engines/Myisam.php:61 -#, fuzzy msgid "Repair threads" msgstr "Repară firele de execuție" #: libraries/classes/Engines/Myisam.php:63 -#, fuzzy msgid "" "If this value is greater than 1, MyISAM table indexes are created in " "parallel (each index in its own thread) during the repair by sorting process." msgstr "" -"Dacă această valoare este mai mare decît 1, indexurile de tabel MyISAM sînt " -"create în paralel (fiecare index în firul de execuție propriu) în tipul " -"operațiunii de reparare prin procesul de sortare." +"Dacă această valoare este mai mare decât 1, indexurile tabelului MyISAM sunt " +"create în paralel (fiecare index în firul său de execuție) în timpul " +"reparării prin procesul de sortare." #: libraries/classes/Engines/Myisam.php:70 -#, fuzzy msgid "Sort buffer size" -msgstr "Sortare Mărime tampon" +msgstr "Sortează dimensiune tampon" #: libraries/classes/Engines/Myisam.php:72 #, fuzzy @@ -7542,113 +7519,100 @@ msgstr "" "REPAIR TABLE sau la crearea indexurilor cu CREATE INDEX sau ALTER TABLE." #: libraries/classes/Engines/Pbxt.php:30 -#, fuzzy msgid "Index cache size" msgstr "Dimensiune cache index" #: libraries/classes/Engines/Pbxt.php:32 -#, fuzzy msgid "" "This is the amount of memory allocated to the index cache. Default value is " "32MB. The memory allocated here is used only for caching index pages." msgstr "" -"Aceasta este memoria alocată cache-ului pentru index. Valoarea default este " -"32MB. Memoria alocată aici este folosită doar pentru cache-uirea paginilor " -"index." +"Aceasta este memoria alocată cache-ului de index. Valoarea implicită este de " +"32 MO. Memoria alocată aici este folosită numai pentru a memora în cache " +"paginile index." #: libraries/classes/Engines/Pbxt.php:39 -#, fuzzy msgid "Record cache size" -msgstr "Dimensiune cache înregistrare" +msgstr "Dimensiune cache înregistrări" #: libraries/classes/Engines/Pbxt.php:41 -#, fuzzy msgid "" "This is the amount of memory allocated to the record cache used to cache " "table data. The default value is 32MB. This memory is used to cache changes " "to the handle data (.xtd) and row pointer (.xtr) files." msgstr "" -"Aceasta este memoria alocată cache-ului pentru înregistrări folosit pentru a " -"cache-ui date tabelare. Valoarea default este 32MB. Memoria alocată aici " -"este folosită pentru cache-uirea schimbărilor la datele de manipulare (.xtd) " -"și fișierele row pointer (.xtr)." +"Aceasta este memoria alocată cache-ului de înregistrări folosit pentru a " +"memora în cache datele tabelului. Valoarea implicită este de 32 MO. Această " +"memorie este folosită pentru a memora în cache modificările la datele " +"gestionate (.xtd) și fișierele (.xtr) care indică rândul." #: libraries/classes/Engines/Pbxt.php:49 -#, fuzzy msgid "Log cache size" msgstr "Dimensiune cache jurnal" #: libraries/classes/Engines/Pbxt.php:51 -#, fuzzy msgid "" "The amount of memory allocated to the transaction log cache used to cache on " "transaction log data. The default is 16MB." msgstr "" -"Cantitatea de memorie alocată pentru cache-ul jurnalului tranzacției, " -"utilizat pentru a depozita datele jurnalului. Implicit este 16MO." +"Memoria alocată pentru cache-ul jurnalului de tranzacții folosită pentru a " +"memora în cache datele din jurnalul de tranzacții. Valoarea implicită este " +"de 16 MO." #: libraries/classes/Engines/Pbxt.php:58 -#, fuzzy msgid "Log file threshold" -msgstr "Prag fișiere-jurnal" +msgstr "Prag fișier jurnal" #: libraries/classes/Engines/Pbxt.php:60 -#, fuzzy msgid "" "The size of a transaction log before rollover, and a new log is created. The " "default value is 16MB." msgstr "" -"Dimensiunea unui log de tranzacții înainte de rollover și un nou log este " -"creat. Valoarea implicită este de 16MB." +"Dimensiunea unui jurnal de tranzacții înainte de raportare și de crearea " +"unui nou jurnal. Valoarea implicită este de 16 MO." #: libraries/classes/Engines/Pbxt.php:66 -#, fuzzy msgid "Transaction buffer size" -msgstr "Dimensiune tampon tranzacție" +msgstr "Dimensiune tampon tranzacții" #: libraries/classes/Engines/Pbxt.php:68 -#, fuzzy msgid "" "The size of the global transaction log buffer (the engine allocates 2 " "buffers of this size). The default is 1MB." msgstr "" -"Dimensiunea tamponului global pentru jurnale de tranzacții (engine-ul alocă " -"2 tampoane de această dimensiune).Implicit este de 1MB." +"Dimensiunea tamponului global pentru jurnalul de tranzacții (motorul alocă 2 " +"tampoane de această dimensiune). Valoarea implicită este de 1 MO." #: libraries/classes/Engines/Pbxt.php:75 -#, fuzzy msgid "Checkpoint frequency" -msgstr "Frecvența punctelor de control" +msgstr "Frecvență puncte de control" #: libraries/classes/Engines/Pbxt.php:77 -#, fuzzy msgid "" "The amount of data written to the transaction log before a checkpoint is " "performed. The default value is 24MB." msgstr "" -"Mărimea datelor scrise în jurnalul tranzacțiilor înaintea efectuării unei " -"verificări. Mărimea implicită este 24MO." +"Cantitatea de date înscrisă în jurnalul de tranzacții înainte de trecerea " +"unui punct de control. Valoarea implicită este de 24 MO." #: libraries/classes/Engines/Pbxt.php:84 -#, fuzzy msgid "Data log threshold" -msgstr "Prag pentru jurnalul de date" +msgstr "Prag jurnal de date" #: libraries/classes/Engines/Pbxt.php:86 -#, fuzzy msgid "" "The maximum size of a data log file. The default value is 64MB. PBXT can " "create a maximum of 32000 data logs, which are used by all tables. So the " "value of this variable can be increased to increase the total amount of data " "that can be stored in the database." msgstr "" -"Mărimea maximă a unui fișier jurnal de date. Valoarea implicită este 64MB. " -"PBXT poate crea maxim 32000 de jurnale de date, care sunt folosite de toate " -"tabelele. Prin urmare, valoarea acestei variabile poate fi marită pentru a " -"mări cantitatea totală de date care pot fi stocate în baza de date." +"Dimensiunea maximă a unui fișier jurnal de date. Valoarea implicită este de " +"64 MO. PBXT poate crea maxim de 32.000 de jurnale de date, care sunt " +"folosite de toate tabelele. Deci valoarea acestei variabile poate fi mărită " +"pentru a crește cantitatea totală de date care poate fi stocată în baza de " +"date." #: libraries/classes/Engines/Pbxt.php:95 -#, fuzzy msgid "Garbage threshold" msgstr "Prag gunoi" @@ -7657,9 +7621,10 @@ msgid "" "The percentage of garbage in a data log file before it is compacted. This is " "a value between 1 and 99. The default is 50." msgstr "" +"Procentul gunoiului într-un fișier jurnal de date înainte de a fi compactat. " +"Este o valoare cuprinsă între 1 și 99. Valoarea implicită este 50." #: libraries/classes/Engines/Pbxt.php:104 -#, fuzzy msgid "Log buffer size" msgstr "Dimensiune tampon jurnal" @@ -7669,27 +7634,29 @@ msgid "" "The engine allocates one buffer per thread, but only if the thread is " "required to write a data log." msgstr "" +"Dimensiunea tamponului folosit la scrierea unui jurnal de date. Valoarea " +"implicită este de 256 MO. Motorul alocă un tampon per fir de execuție, dar " +"numai dacă firul este necesar pentru a scrie un jurnal de date." #: libraries/classes/Engines/Pbxt.php:114 msgid "Data file grow size" -msgstr "" +msgstr "Dimensiune creștere fișier de date" #: libraries/classes/Engines/Pbxt.php:115 msgid "The grow size of the handle data (.xtd) files." -msgstr "" +msgstr "Dimensiunea de creștere a fișierelor de date (.xtd) gestionate." #: libraries/classes/Engines/Pbxt.php:119 msgid "Row file grow size" -msgstr "" +msgstr "Dimensiune creștere fișier de rânduri" #: libraries/classes/Engines/Pbxt.php:120 msgid "The grow size of the row pointer (.xtr) files." -msgstr "" +msgstr "Dimensiunea de creștere a fișierelor care indică rânduri (.xtr)." #: libraries/classes/Engines/Pbxt.php:124 -#, fuzzy msgid "Log file count" -msgstr "Număr de fișiere-jurnal" +msgstr "Număr fișiere jurnal" #: libraries/classes/Engines/Pbxt.php:126 msgid "" @@ -7698,6 +7665,10 @@ msgid "" "will be deleted, otherwise they are renamed and given the next highest " "number." msgstr "" +"Acesta este numărul de fișiere jurnal de tranzacții (pbxt/system/xlog*.xt) " +"pe care sistemul îl va menține. Dacă numărul de jurnale depășește această " +"valoare jurnalele vechi vor fi șterse, altfel ele sunt redenumite și li se " +"dă numărul următor cel mai mare." #: libraries/classes/Engines/Pbxt.php:182 #, php-format @@ -7705,116 +7676,103 @@ msgid "" "Documentation and further information about PBXT can be found on the " "%sPrimeBase XT Home Page%s." msgstr "" +"Documentația și alte informații despre PBXT pot fi găsite pe %sPrimeBase XT " +"Home Page%s." #: libraries/classes/ErrorHandler.php:78 -#, fuzzy msgid "Too many error messages, some are not displayed." msgstr "Prea multe mesaje de eroare, unele nu sunt afișate." #: libraries/classes/ErrorHandler.php:360 -#, fuzzy msgid "Report" msgstr "Raport" #: libraries/classes/ErrorHandler.php:365 templates/error/report_form.twig:25 -#, fuzzy msgid "Automatically send report next time" msgstr "Trimite automat raportul data viitoare" #: libraries/classes/Export.php:132 libraries/classes/Export.php:167 #: libraries/classes/Export.php:394 -#, fuzzy, php-format +#, php-format msgid "Insufficient space to save the file %s." -msgstr "Spațiu insuficient pentru salvarea fișierului %s." +msgstr "Spațiu insuficient pentru a salva fișierul %s." #: libraries/classes/Export.php:350 -#, fuzzy, php-format +#, php-format msgid "" "File %s already exists on server, change filename or check overwrite option." msgstr "" -"Fișierul %s există deja pe server. Schimbați denumirea fișierului sau bifați " -"opțiunea de suprascriere." +"Fișierul %s există deja pe server, schimbă-i numele sau verifică opțiunea de " +"a-l suprascrie." #: libraries/classes/Export.php:358 libraries/classes/Export.php:366 -#, fuzzy, php-format +#, php-format msgid "The web server does not have permission to save the file %s." -msgstr "Serverul web nu are drepturile necesare pentru a salva fișierul %s." +msgstr "Serverul web nu are permisiunea de a salva fișierul %s." #: libraries/classes/Export.php:400 -#, fuzzy, php-format +#, php-format msgid "Dump has been saved to file %s." -msgstr "Copia a fost salvată în fișierul %s." +msgstr "Dump-ul a fost salvat în fișierul %s." #: libraries/classes/File.php:247 -#, fuzzy msgid "File was not an uploaded file." -msgstr "Fișierul nu a fost un fișier încărcat." +msgstr "Fișierul nu era un fișier încărcat." #: libraries/classes/File.php:287 -#, fuzzy msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini." -msgstr "Fișierul încărcat depășește condiția upload_max_filesize din php.ini." +msgstr "" +"Fișierul încărcat depășește instrucțiunea upload_max_filesize din php.ini." #: libraries/classes/File.php:293 -#, fuzzy msgid "" "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in " "the HTML form." msgstr "" -"Fișierul încărcat depășește directiva MAX_FILE_SIZE specificată în " -"formularul HTML." +"Fișierul încărcat depășește instrucțiunea MAX_FILE_SIZE care a fost " +"specificată în formularul HTML." #: libraries/classes/File.php:299 -#, fuzzy msgid "The uploaded file was only partially uploaded." -msgstr "Fișierul a fost încărcat numai parțial." +msgstr "Fișierul încărcat a fost încărcat numai parțial." #: libraries/classes/File.php:303 -#, fuzzy msgid "Missing a temporary folder." msgstr "Lipsește un dosar temporar." #: libraries/classes/File.php:306 -#, fuzzy msgid "Failed to write file to disk." -msgstr "Eșec la scrierea fișierului pe disc." +msgstr "Scrierea fișierului pe disc a eșuat." #: libraries/classes/File.php:309 -#, fuzzy msgid "File upload stopped by extension." -msgstr "Încărcarea fișierului a fost împiedicată de extensie." +msgstr "Încărcarea fișierului a fost oprită de o extensie." #: libraries/classes/File.php:312 -#, fuzzy msgid "Unknown error in file upload." -msgstr "Eroare necunoscută la încărcarea fișierului." +msgstr "Eroare necunoscută în încărcarea fișierului." #: libraries/classes/File.php:448 -#, fuzzy msgid "File is a symbolic link" -msgstr "Fişierul este o legătură simbolică" +msgstr "Fișierul este o legătură simbolică" #: libraries/classes/File.php:453 libraries/classes/File.php:545 -#, fuzzy msgid "File could not be read!" -msgstr "Fișierul nu poate fi citit!" +msgstr "Fișierul nu a putut fi citit!" #: libraries/classes/File.php:493 -#, fuzzy msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]." msgstr "" -"Eroare la mutarea fișierului încărcat, vezi [doc@faq1-11]FAQ 1.11[/doc]." +"Eroare la mutarea fișierului încărcat, vezi [doc@faq1-11]Întrebări frecvente " +"1.11[/doc]." #: libraries/classes/File.php:512 -#, fuzzy msgid "Error while moving uploaded file." -msgstr "Eroare la mutarea fișierului încărcat." +msgstr "Eroare în timpul mutării fișierului încărcat." #: libraries/classes/File.php:520 -#, fuzzy -#| msgid "Cannot read (moved) upload file." msgid "Cannot read uploaded file." -msgstr "Nu se poate citi fișierul încărcat (și mutat)." +msgstr "Nu pot citi fișierul încărcat." #: libraries/classes/File.php:600 #, php-format @@ -7827,55 +7785,49 @@ msgstr "" "dezactivată de configurarea ta." #: libraries/classes/Footer.php:79 -#, fuzzy, php-format +#, php-format msgid "Currently running Git revision %1$s from the %2$s branch." -msgstr "În prezent se rulează Git revizuirea %1$s din ramura %2$s." +msgstr "În prezent se rulează revizia Git %1$s din ramura %2$s." #: libraries/classes/Footer.php:86 -#, fuzzy msgid "Git information missing!" -msgstr "Informațiile despe Git lipsesc!" +msgstr "Informațiile despre Git lipsesc!" #: libraries/classes/Footer.php:201 libraries/classes/Footer.php:205 #: libraries/classes/Footer.php:208 -#, fuzzy msgid "Open new phpMyAdmin window" msgstr "Deschide fereastră phpMyAdmin nouă" #: libraries/classes/Header.php:382 -#, fuzzy msgid "Print view" msgstr "Vizualizare imprimare" #: libraries/classes/Header.php:460 -#, fuzzy msgid "Click on the bar to scroll to top of page" -msgstr "Faceţi click pe bară pentru a defila la partea de sus a paginii" +msgstr "Dă clic pe bară pentru a derula în partea de sus a paginii" #: libraries/classes/Header.php:767 templates/login/header.twig:8 -#, fuzzy msgid "Javascript must be enabled past this point!" -msgstr "Trebuie să aveți activat Javascript!" +msgstr "Javascript trebuie să fie activat peste acest punct!" #: libraries/classes/Import.php:130 libraries/classes/InsertEdit.php:172 #: libraries/classes/Rte/Routines.php:1483 libraries/classes/Sql.php:1406 #: tbl_get_field.php:50 -#, fuzzy msgid "MySQL returned an empty result set (i.e. zero rows)." -msgstr "MySQL a dat un set de rezultate gol (zero linii)." +msgstr "MySQL a returnat un set de rezultate gol (adică zero rânduri)." #: libraries/classes/Import.php:290 libraries/classes/Sql.php:1420 msgid "[ROLLBACK occurred.]" -msgstr "" +msgstr "[ROLLBACK s-a făcut.]" #: libraries/classes/Import.php:1209 msgid "" "The following structures have either been created or altered. Here you can:" -msgstr "" +msgstr "Structurile următoare fie au fost create ori fie modificate. Aici poți:" #: libraries/classes/Import.php:1212 msgid "View a structure's contents by clicking on its name." -msgstr "" +msgstr "Vezi conținutul unei structuri dând clic pe numele ei." #: libraries/classes/Import.php:1215 msgid "" @@ -7884,7 +7836,7 @@ msgstr "Modifică orice setare dând clic pe legătura corespondentă „Opțiun #: libraries/classes/Import.php:1217 msgid "Edit structure by following the \"Structure\" link." -msgstr "" +msgstr "Editează structura urmărind legătura „Structură”." #: libraries/classes/Import.php:1221 libraries/classes/Import.php:1256 #: libraries/classes/MultSubmits.php:356 @@ -7914,7 +7866,6 @@ msgstr "" #: templates/console/display.twig:7 templates/console/display.twig:140 #: templates/table/search/options.twig:1 #: templates/display/results/options_block.twig:10 -#, fuzzy msgid "Options" msgstr "Opțiuni" @@ -7946,33 +7897,33 @@ msgstr "Du-te la vizualizarea: %s" #: libraries/classes/Import.php:1345 msgid "Only single-table UPDATE and DELETE queries can be simulated." msgstr "" +"Pot fi simulate numai interogările ACTUALIZEAZĂ și ȘTERGE pentru tabele " +"singulare." #: libraries/classes/Import.php:1568 msgid "" "Only INSERT, UPDATE, DELETE and REPLACE SQL queries containing transactional " "engine tables can be rolled back." msgstr "" +"Numai interogările SQL INSEREAZĂ, ACTUALIZEAZĂ, ȘTERGE și ÎNLOCUIEȘTE care " +"conțin tabele de motoare tranzacționale pot fi derulate înapoi." #: libraries/classes/Index.php:658 -#, fuzzy, php-format -#| msgid "Create an index on %s columns" +#, php-format msgid "Create an index on  %s columns" -msgstr "Creează un index pe %s coloană" +msgstr "Creează un index pe coloanele %s" #: libraries/classes/Index.php:690 -#, fuzzy msgid "No index defined!" -msgstr "Index nu este definit!" +msgstr "Niciun index definit!" #: libraries/classes/Index.php:722 #: templates/table/tracking/structure_snapshot_indexes.twig:8 -#, fuzzy msgid "Packed" msgstr "Împachetat" #: libraries/classes/Index.php:724 #: templates/table/tracking/structure_snapshot_indexes.twig:10 -#, fuzzy msgid "Cardinality" msgstr "Cardinalitate" @@ -7983,31 +7934,28 @@ msgstr "Cardinalitate" #: templates/table/structure/display_partitions.twig:31 #: templates/table/tracking/structure_snapshot_indexes.twig:13 #: templates/table/tracking/structure_snapshot_columns.twig:12 -#, fuzzy msgid "Comment" msgstr "Comentariu" #: libraries/classes/Index.php:753 -#, fuzzy msgid "The primary key has been dropped." -msgstr "Cheia primară a fost aruncată." +msgstr "Cheia principală a fost eliminată." #: libraries/classes/Index.php:760 -#, fuzzy, php-format +#, php-format msgid "Index %s has been dropped." -msgstr "Indexul %s a fost aruncat." +msgstr "Indexul %s a fost eliminat." #: libraries/classes/Index.php:890 -#, fuzzy, php-format +#, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " "removed." -msgstr "Indecșii %1$s și %2$s par a fi egali și unul din ei poate fi șters." +msgstr "Indexurile %1$s și %2$s par să fie egale și unul ar putea fi înlăturat." #: libraries/classes/InsertEdit.php:284 #: libraries/classes/Navigation/Nodes/NodeDatabaseChild.php:54 #: templates/database/designer/table_list.twig:34 -#, fuzzy msgid "Hide" msgstr "Ascunde" @@ -8015,99 +7963,79 @@ msgstr "Ascunde" #: libraries/classes/Navigation/Nodes/NodeFunction.php:30 #: libraries/classes/Rte/Routines.php:1623 #: templates/table/search/table_header.twig:4 -#, fuzzy msgid "Function" msgstr "Funcție" #: libraries/classes/InsertEdit.php:464 -#, fuzzy msgid "Binary" msgstr "Binar" #: libraries/classes/InsertEdit.php:724 -#, fuzzy -#| msgid "Because of its length,
      this field might not be editable " msgid "Because of its length,
      this column might not be editable." msgstr "" -"Datorită lungimii sale,
      acest câmp s-ar putea să nu fie editabil" +"Datorită lungimii sale,
      probabil această coloană nu poată fi editată." #: libraries/classes/InsertEdit.php:1331 -#, fuzzy msgid "Binary - do not edit" -msgstr "Binar - a nu se edita" +msgstr "Binar - nu edita" #: libraries/classes/InsertEdit.php:1491 libraries/classes/Util.php:3283 -#, fuzzy msgid "The directory you set for upload work cannot be reached." -msgstr "Directorul stabilit pentru încărcare nu poate fi găsit." +msgstr "Directorul pe care l-ai setat pentru încărcare nu poate fi găsit." #: libraries/classes/InsertEdit.php:1494 #: templates/privileges/column_privileges.twig:17 #: templates/table/search/options.twig:25 -#, fuzzy msgid "Or" msgstr "Sau" #: libraries/classes/InsertEdit.php:1495 -#, fuzzy -#| msgid "web server upload directory" msgid "web server upload directory:" -msgstr "director de încărcare al serverului Web" +msgstr "director încărcare pe server web:" #: libraries/classes/InsertEdit.php:1700 #: templates/table/search/input_box.twig:39 -#, fuzzy msgid "Edit/Insert" -msgstr "Editare/Inserare" +msgstr "Editează/inserează" #: libraries/classes/InsertEdit.php:1767 -#, fuzzy msgid "and then" msgstr "și apoi" #: libraries/classes/InsertEdit.php:1805 -#, fuzzy msgid "Insert as new row" -msgstr "Inserează ca o nouă linie" +msgstr "Inserează ca rând nou" #: libraries/classes/InsertEdit.php:1808 msgid "Insert as new row and ignore errors" -msgstr "" +msgstr "Inserează ca rând nou și ignoră erorile" #: libraries/classes/InsertEdit.php:1811 -#, fuzzy msgid "Show insert query" -msgstr "Afișare interogare SQL" +msgstr "Arată interogarea inserată" #: libraries/classes/InsertEdit.php:1831 -#, fuzzy msgid "Go back to previous page" -msgstr "Revenire" +msgstr "Mergi înapoi la pagina anterioară" #: libraries/classes/InsertEdit.php:1834 -#, fuzzy msgid "Insert another new row" -msgstr "Adaugă o nouă înregistrare" +msgstr "Inserează un alt rând nou" #: libraries/classes/InsertEdit.php:1839 -#, fuzzy msgid "Go back to this page" -msgstr "Înapoi la această pagină" +msgstr "Mergi înapoi la acestă pagină" #: libraries/classes/InsertEdit.php:1862 -#, fuzzy msgid "Edit next row" msgstr "Editează rândul următor" #: libraries/classes/InsertEdit.php:1882 -#, fuzzy -#| msgid "" -#| "Use TAB key to move from value to value, or CTRL+arrows to move anywhere" msgid "" "Use TAB key to move from value to value, or CTRL+arrows to move anywhere." msgstr "" -"Folosiți tasta TAB pentru a trece de la o valoare la alta sau CTRL+săgeți " -"pentru a merge în oricare direcție" +"Folosește tasta TAB pentru a trece de la o valoare la alta sau CTRL+săgeți " +"pentru a merge oriunde." #: libraries/classes/InsertEdit.php:1920 #: libraries/classes/ReplicationGui.php:556 @@ -8120,27 +8048,24 @@ msgstr "" #: templates/table/search/zoom_result_form.twig:36 #: templates/database/designer/options_panel.twig:73 #: templates/database/designer/options_panel.twig:239 -#, fuzzy msgid "Value" msgstr "Valoare" #: libraries/classes/InsertEdit.php:2290 libraries/classes/Sql.php:1403 -#, fuzzy msgid "Showing SQL query" -msgstr "Afișare interogare SQL" +msgstr "Arăt interogarea SQL" #: libraries/classes/InsertEdit.php:2315 libraries/classes/Sql.php:1381 -#, fuzzy, php-format +#, php-format msgid "Inserted row id: %1$d" msgstr "ID rând inserat: %1$d" #: libraries/classes/LanguageManager.php:908 msgid "Ignoring unsupported language code." -msgstr "" +msgstr "Ignor codul de limbă neacceptat." #: libraries/classes/LanguageManager.php:935 #: libraries/classes/LanguageManager.php:936 setup/frames/index.inc.php:63 -#, fuzzy msgid "Language" msgstr "Limbă" @@ -8152,7 +8077,7 @@ msgstr "" "deoarece depășește lungimea maximă." #: libraries/classes/Linter.php:164 -#, fuzzy, php-format +#, php-format msgid "%1$s (near %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.
      Hint: A primary key is a column " "(or combination of columns) that uniquely identify all rows." msgstr "" +"Nu există nicio cheie principală; te rog adaugă una.
      Sugestie: o cheie " +"principală este o coloană (sau o combinație de coloane) care identifică în " +"mod unic toate rândurile." #: libraries/classes/Normalization.php:248 msgid "Add a primary key on existing column(s)" -msgstr "" +msgstr "Adaugă o cheie principală la coloanele existente" #: libraries/classes/Normalization.php:253 msgid "" "If it's not possible to make existing column combinations as primary key" msgstr "" +"Dacă nu este posibilă combinarea coloanelor existente ca o cheie principală" #: libraries/classes/Normalization.php:257 -#, fuzzy -#| msgid "Add %s field(s)" msgid "+ Add a new primary key column" -msgstr "Adaugă %s câmp(uri)" +msgstr "+ Adaugă o nouă cheie principală la coloană" #: libraries/classes/Normalization.php:280 -#, fuzzy -#| msgid "Remove chart" msgid "Remove redundant columns" -msgstr "Elimină graficul" +msgstr "Înlătură coloanele redundante" #: libraries/classes/Normalization.php:283 msgid "" @@ -8749,28 +8589,29 @@ msgid "" "For example, if you have first_name, last_name and full_name then combining " "first_name and last_name gives full_name which is redundant." msgstr "" +"Ai un grup de coloane care prin combinare dau o coloană existentă? De " +"exemplu, dacă ai first_name, last_name și full_name atunci prin combinare " +"first_name și last_name dă full_name care este redundant." #: libraries/classes/Normalization.php:289 msgid "" "Check the columns which are redundant and click on remove. If no redundant " "column, click on 'No redundant column'" msgstr "" +"Bifează coloanele care sunt redundante și dă clic pe înlătură. Dacă nu " +"există nicio coloană redundantă, dă clic pe ”Nicio coloană redundantă”" #: libraries/classes/Normalization.php:294 -#, fuzzy -#| msgid "Remove selected users" msgid "Remove selected" -msgstr "Eliminarea utilizatorilor selectați" +msgstr "Înlătură cele selectate" #: libraries/classes/Normalization.php:295 -#, fuzzy -#| msgid "Add %s field(s)" msgid "No redundant column" -msgstr "Adaugă %s câmp(uri)" +msgstr "Nicio coloană redundantă" #: libraries/classes/Normalization.php:318 msgid "Move repeating groups" -msgstr "" +msgstr "Mută grupurile repetate" #: libraries/classes/Normalization.php:321 msgid "" @@ -8780,24 +8621,31 @@ msgid "" "on which form a repeating group. In this case a new table (book_id, author) " "should be created." msgstr "" +"Ai un grup de două sau mai multe coloane care sunt strâns legate și toate " +"repetă același atribut? De exemplu, un tabel care conține date despre cărți " +"ar putea avea coloane precum book_id, autor1, autor2, autor3 și așa mai " +"departe, care formează un grup repetat. În acest caz, ar trebui creat un " +"tabel nou (book_id, autor)." #: libraries/classes/Normalization.php:329 msgid "" "Check the columns which form a repeating group. If no such group, click on " "'No repeating group'" msgstr "" +"Bifează coloanele care formează un grup repetat. Dacă nu există un astfel de " +"grup, dă clic pe „Niciun grup repetat”" #: libraries/classes/Normalization.php:335 msgid "No repeating group" -msgstr "" +msgstr "Niciun grup repetat" #: libraries/classes/Normalization.php:364 msgid "Step 2." -msgstr "" +msgstr "Pasul 2." #: libraries/classes/Normalization.php:364 msgid "Find partial dependencies" -msgstr "" +msgstr "Găsește dependențe parțiale" #: libraries/classes/Normalization.php:387 #, php-format @@ -8805,11 +8653,14 @@ msgid "" "No partial dependencies possible as no non-primary column exists since " "primary key ( %1$s ) is composed of all the columns in the table." msgstr "" +"Nu există posibile dependențe parțiale pentru că nu există nicio coloană " +"care nu este principală deoarece cheia principală (%1$s) este compusă din " +"toate coloanele din tabel." #: libraries/classes/Normalization.php:393 #: libraries/classes/Normalization.php:438 msgid "Table is already in second normal form." -msgstr "" +msgstr "Tabelul este deja în a doua formă normală." #: libraries/classes/Normalization.php:398 #, php-format @@ -8817,6 +8668,8 @@ msgid "" "The primary key ( %1$s ) consists of more than one column so we need to find " "the partial dependencies." msgstr "" +"Cheia principală (%1$s) constă din mai multe coloane, deci trebuie să găsim " +"dependențele parțiale." #: libraries/classes/Normalization.php:403 #: libraries/classes/Normalization.php:790 @@ -8824,10 +8677,12 @@ msgid "" "Please answer the following question(s) carefully to obtain a correct " "normalization." msgstr "" +"Te rog răspunde la următoarele întrebări cu atenție pentru a obține o " +"normalizare corectă." #: libraries/classes/Normalization.php:407 msgid "+ Show me the possible partial dependencies based on data in the table" -msgstr "" +msgstr "+ Arată-mi posibile dependențe parțiale pe baza datelor din tabel" #: libraries/classes/Normalization.php:411 msgid "" @@ -8835,12 +8690,15 @@ msgid "" "given set whose values combined together are sufficient to determine the " "value of the column." msgstr "" +"Pentru fiecare coloană de mai jos, te rog selectează setul minim de " +"coloanele din setul dat, ale cărui valori combinate sunt suficiente pentru a " +"determina valoarea coloanei." #: libraries/classes/Normalization.php:421 #: libraries/classes/Normalization.php:829 #, php-format msgid "'%1$s' depends on:" -msgstr "" +msgstr "„%1$s” depinde de:" #: libraries/classes/Normalization.php:433 #, php-format @@ -8848,6 +8706,8 @@ msgid "" "No partial dependencies possible as the primary key ( %1$s ) has just one " "column." msgstr "" +"Nu există posibile dependențe parțiale deoarece cheia principală (%1$s) are " +"doar o coloană." #: libraries/classes/Normalization.php:462 #, php-format @@ -8855,19 +8715,19 @@ msgid "" "In order to put the original table '%1$s' into Second normal form we need to " "create the following tables:" msgstr "" +"Pentru a pune tabelul original „%1$s” în a doua formă normală, trebuie să " +"creăm următoarele tabele:" #: libraries/classes/Normalization.php:499 #, php-format msgid "The second step of normalization is complete for table '%1$s'." -msgstr "" +msgstr "Al doilea pas al normalizării este finalizat pentru tabelul „%1$s”." #: libraries/classes/Normalization.php:539 #: libraries/classes/Normalization.php:689 #: libraries/classes/Normalization.php:761 -#, fuzzy -#| msgid "Error in processing request" msgid "Error in processing!" -msgstr "Eroare în procesarea cererii" +msgstr "Eroare la procesare!" #: libraries/classes/Normalization.php:585 #, php-format @@ -8875,25 +8735,25 @@ msgid "" "In order to put the original table '%1$s' into Third normal form we need to " "create the following tables:" msgstr "" +"Pentru a pune tabelul original „%1$s” în a treia formă normală, trebuie să " +"creăm următoarele tabele:" #: libraries/classes/Normalization.php:633 msgid "The third step of normalization is complete." -msgstr "" +msgstr "Al treilea pas al normalizării este finalizat." #: libraries/classes/Normalization.php:740 #, php-format msgid "Selected repeating group has been moved to the table '%s'" -msgstr "" +msgstr "Grupul repetat selectat a fost mutat în tabelul „%s”" #: libraries/classes/Normalization.php:787 -#, fuzzy -#| msgid "Sep" msgid "Step 3." -msgstr "Sep" +msgstr "Pasul 3." #: libraries/classes/Normalization.php:787 msgid "Find transitive dependencies" -msgstr "" +msgstr "Găsește dependențe tranzitive" #: libraries/classes/Normalization.php:794 msgid "" @@ -8902,176 +8762,162 @@ msgid "" "value of the column.
      Note: A column may have no transitive dependency, " "in that case you don't have to select any." msgstr "" +"Pentru fiecare coloană de mai jos, te rog selectează setul minim de " +"coloanele din setul dat ale cărui valori combinate sunt suficiente pentru a " +"determina valoarea coloanei.
      Notă: o coloană poate să nu aibă nicio " +"dependență tranzitivă, în acest caz nu trebuie să selectezi niciuna." #: libraries/classes/Normalization.php:843 msgid "" "No Transitive dependencies possible as the table doesn't have any non " "primary key columns" msgstr "" +"Nu există posibile dependențe tranzitive deoarece tabelul nu are nicio " +"coloană cu o cheie care nu este principală" #: libraries/classes/Normalization.php:847 msgid "Table is already in Third normal form!" -msgstr "" +msgstr "Tabelul este deja în a treia formă normală!" #: libraries/classes/Normalization.php:873 -#, fuzzy -#| msgid "Propose table structure" msgid "Improve table structure (Normalization):" -msgstr "Propune structura de tabele" +msgstr "Îmbunătățește structura tabelului (normalizare):" #: libraries/classes/Normalization.php:874 msgid "Select up to what step you want to normalize" -msgstr "" +msgstr "Selectează până la ce pas vrei să normalizezi" #: libraries/classes/Normalization.php:878 msgid "Second step of normalization (1NF+2NF)" -msgstr "" +msgstr "Al doilea pas al normalizării (1NF+2NF)" #: libraries/classes/Normalization.php:879 msgid "Third step of normalization (1NF+2NF+3NF)" -msgstr "" +msgstr "Al treilea pas al normalizării (1NF+2NF+3NF)" #: libraries/classes/Normalization.php:889 msgid "" "Hint: Please follow the procedure carefully in order to obtain correct " "normalization" msgstr "" +"Sugestie: te rog urmează procedura cu atenție pentru a obține normalizarea " +"corectă" #: libraries/classes/Normalization.php:955 msgid "" "This list is based on a subset of the table's data and is not necessarily " "accurate. " msgstr "" +"Această listă se bazează pe un subgrup al datelor din tabel și nu este " +"neapărat corectă. " #: libraries/classes/Normalization.php:971 msgid "No partial dependencies found!" -msgstr "" +msgstr "Nicio dependență parțială găsită!" #: libraries/classes/Operations.php:90 -#, fuzzy -#| msgid "Rename database to" msgid "Rename database to" -msgstr "Redenumire bază de date în" +msgstr "Redenumește baza de date în" #: libraries/classes/Operations.php:106 libraries/classes/Operations.php:244 #: libraries/classes/Operations.php:863 libraries/classes/Operations.php:950 #: libraries/classes/Operations.php:1304 #: templates/columns_definitions/column_adjust_privileges.twig:15 -#, fuzzy -#| msgid "You don't have sufficient privileges to be here right now!" msgid "" "You don't have sufficient privileges to perform this operation; Please refer " "to the documentation for more details" -msgstr "Nu dețineți drepturi de acces pentru a vă afla aici!" +msgstr "" +"Nu ai suficiente privilegii pentru a efectua această operație; te rog " +"consultă documentația pentru mai multe detalii" #: libraries/classes/Operations.php:144 -#, fuzzy, php-format +#, php-format msgid "Database %s has been dropped." -msgstr "Baza de date %s a fost aruncată." +msgstr "Baza de date %s a fost eliminată." #: libraries/classes/Operations.php:156 -#, fuzzy msgid "Remove database" -msgstr "Elimină baza de date" +msgstr "Înlătură baza de date" #: libraries/classes/Operations.php:162 -#, fuzzy msgid "Drop the database (DROP)" -msgstr "Ștergeți baza de date (DROP)" +msgstr "Elimină baza de date (ELIMINĂ)" #: libraries/classes/Operations.php:207 -#, fuzzy -#| msgid "Copy database to" msgid "Copy database to" -msgstr "Copiază baza de date" +msgstr "Copiază baza de date în" #: libraries/classes/Operations.php:219 -#, fuzzy msgid "CREATE DATABASE before copying" -msgstr "CREEAZĂ BAZA DE DATE înainte de copiere" +msgstr "CREEAZĂ BAZĂ DE DATE înainte de copiere" #: libraries/classes/Operations.php:257 -#, fuzzy msgid "Switch to copied database" -msgstr "Schimbă la tabela copiată" +msgstr "Comută la baza de date copiată" #: libraries/classes/Operations.php:305 -#, fuzzy -#| msgid "Continued table caption" msgid "Change all tables collations" -msgstr "Continuare captură tabel" +msgstr "Schimbă toate colaționările tabelelor" #: libraries/classes/Operations.php:311 msgid "Change all tables columns collations" -msgstr "" +msgstr "Schimbă toate colaționările coloanelor din tabele" #: libraries/classes/Operations.php:784 -#, fuzzy msgid "Alter table order by" -msgstr "Alterare „ordonare tabel după”" +msgstr "Modifică ordinea tabelelor după" #: libraries/classes/Operations.php:792 -#, fuzzy msgid "(singly)" msgstr "(individual)" #: libraries/classes/Operations.php:828 -#, fuzzy msgid "Move table to (database.table)" -msgstr "Mută tabelul la (bază_de_date.tabel)" +msgstr "Mută tabelul la (bază de date.tabel)" #: libraries/classes/Operations.php:933 -#, fuzzy msgid "Rename table to" -msgstr "Redenumire tabel la" +msgstr "Redenumește tabelul în" #: libraries/classes/Operations.php:973 -#, fuzzy msgid "Table comments" msgstr "Comentarii tabel" #: libraries/classes/Operations.php:1042 -#, fuzzy msgid "Table options" msgstr "Opțiuni tabel" #: libraries/classes/Operations.php:1049 #: templates/server/engines/engines.twig:4 -#, fuzzy msgid "Storage Engine" msgstr "Motor de stocare" #: libraries/classes/Operations.php:1078 msgid "Change all column collations" -msgstr "" +msgstr "Schimbă toate colaționările coloanelor" #: libraries/classes/Operations.php:1249 -#, fuzzy msgid "Copy table to (database.table)" -msgstr "Copiază tabelul la (bază_de_date.tabel)" +msgstr "Copiază tabelul în (bază de date.tabel)" #: libraries/classes/Operations.php:1319 -#, fuzzy msgid "Switch to copied table" -msgstr "Schimbă la tabela copiată" +msgstr "Comută la tabelul copiat" #: libraries/classes/Operations.php:1343 #: templates/database/structure/check_all_tables.twig:18 -#, fuzzy msgid "Table maintenance" -msgstr "Administrare tabel" +msgstr "Mentenanță tabel" #: libraries/classes/Operations.php:1376 #: templates/database/structure/check_all_tables.twig:19 -#, fuzzy msgid "Analyze table" -msgstr "Analizare tabel" +msgstr "Analizează tabelul" #: libraries/classes/Operations.php:1391 #: templates/database/structure/check_all_tables.twig:20 -#, fuzzy msgid "Check table" -msgstr "Verificare tabel" +msgstr "Verifică tabelul" #: libraries/classes/Operations.php:1405 #: templates/database/structure/check_all_tables.twig:21 @@ -9081,159 +8927,134 @@ msgid "Checksum table" msgstr "Verificare tabel" #: libraries/classes/Operations.php:1419 -#, fuzzy msgid "Defragment table" msgstr "Defragmentare tabel" #: libraries/classes/Operations.php:1431 -#, fuzzy, php-format +#, php-format msgid "Table %s has been flushed." -msgstr "Tabelul %s a fost curățat." +msgstr "Tabelul %s a fost golit." #: libraries/classes/Operations.php:1437 -#, fuzzy -#| msgid "Flush the table (\"FLUSH\")" msgid "Flush the table (FLUSH)" -msgstr "Curățarea tabelului (\"FLUSH\")" +msgstr "Golește tabelul (FLUSH)" #: libraries/classes/Operations.php:1451 #: templates/database/structure/check_all_tables.twig:22 #: templates/table/structure/display_table_stats.twig:61 -#, fuzzy msgid "Optimize table" -msgstr "Optimizare tabel" +msgstr "Optimizează tabelul" #: libraries/classes/Operations.php:1466 #: templates/database/structure/check_all_tables.twig:23 -#, fuzzy msgid "Repair table" -msgstr "Reparare tabel" +msgstr "Repară tabelul" #: libraries/classes/Operations.php:1512 #: templates/database/structure/check_all_tables.twig:14 #: view_operations.php:136 -#, fuzzy msgid "Delete data or table" -msgstr "Șterge datele urmărite din acest tabel" +msgstr "Șterge datele sau tabelul" #: libraries/classes/Operations.php:1520 msgid "Empty the table (TRUNCATE)" -msgstr "" +msgstr "Golește tabelul (TRUNCATE)" #: libraries/classes/Operations.php:1528 -#, fuzzy msgid "Delete the table (DROP)" -msgstr "Nu sînt baze de date" +msgstr "Șterge tabelul (DROP)" #: libraries/classes/Operations.php:1568 #: templates/table/structure/display_structure.twig:179 -#, fuzzy msgid "Analyze" msgstr "Analizează" #: libraries/classes/Operations.php:1569 #: templates/table/structure/display_structure.twig:179 -#, fuzzy msgid "Check" msgstr "Verifică" #: libraries/classes/Operations.php:1570 #: templates/table/structure/display_structure.twig:179 -#, fuzzy msgid "Optimize" msgstr "Optimizează" #: libraries/classes/Operations.php:1571 #: templates/table/structure/display_structure.twig:179 -#, fuzzy msgid "Rebuild" msgstr "Reconstruiește" #: libraries/classes/Operations.php:1572 #: templates/table/structure/display_structure.twig:179 -#, fuzzy msgid "Repair" msgstr "Repară" #: libraries/classes/Operations.php:1573 #: templates/table/structure/display_structure.twig:179 msgid "Truncate" -msgstr "" +msgstr "Trunchiază" #: libraries/classes/Operations.php:1587 -#, fuzzy -#| msgid "Collapse" msgid "Coalesce" -msgstr "Restrânge" +msgstr "Fuzionează" #: libraries/classes/Operations.php:1596 -#, fuzzy msgid "Partition maintenance" -msgstr "Întreținerea partiției" +msgstr "Mentenanță partiție" #: libraries/classes/Operations.php:1613 -#, fuzzy, php-format +#, php-format msgid "Partition %s" -msgstr "Partiția %s" +msgstr "Partiție %s" #: libraries/classes/Operations.php:1631 #: templates/table/structure/display_partitions.twig:137 -#, fuzzy msgid "Remove partitioning" -msgstr "Elimină partiționarea" +msgstr "Înlătură partiționarea" #: libraries/classes/Operations.php:1657 -#, fuzzy msgid "Check referential integrity:" -msgstr "Verificarea integrității referinței:" +msgstr "Verifică integritatea referențială:" #: libraries/classes/Operations.php:2043 -#, fuzzy msgid "Can't move table to same one!" -msgstr "Nu se poate muta tabelul în el însuși!" +msgstr "Nu pot muta tabelul în el însuși!" #: libraries/classes/Operations.php:2045 -#, fuzzy msgid "Can't copy table to same one!" -msgstr "Nu se poate copia tabelul în el însuși!" +msgstr "Nu pot copia tabelul în el însuși!" #: libraries/classes/Operations.php:2069 -#, fuzzy, php-format -#| msgid "Table %s has been moved to %s." +#, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." -msgstr "Tabelul %s a fost mutat la %s." +msgstr "Tabelul %s a fost mutat în %s. Privilegiile au fost ajustate." #: libraries/classes/Operations.php:2076 -#, fuzzy, php-format -#| msgid "Table %s has been copied to %s." +#, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." -msgstr "Tabelul %s a fost copiat la %s." +msgstr "Tabelul %s a fost copiat în %s. Privilegiile au fost ajustate." #: libraries/classes/Operations.php:2085 -#, fuzzy, php-format +#, php-format msgid "Table %s has been moved to %s." -msgstr "Tabelul %s a fost mutat la %s." +msgstr "Tabelul %s a fost mutat în %s." #: libraries/classes/Operations.php:2089 -#, fuzzy, php-format +#, php-format msgid "Table %s has been copied to %s." -msgstr "Tabelul %s a fost copiat la %s." +msgstr "Tabelul %s a fost copiat în %s." #: libraries/classes/Operations.php:2117 -#, fuzzy msgid "The table name is empty!" -msgstr "Denumirea tabelului e goală!" +msgstr "Numele tabelului este gol!" #: libraries/classes/Pdf.php:131 -#, fuzzy msgid "Error while creating PDF:" -msgstr "Eroare la creare PDF:" +msgstr "Eroare la crearea PDF-ului:" #: libraries/classes/Plugins.php:578 -#, fuzzy -#| msgid "This format has no options" msgid "This format has no options" -msgstr "Acest format nu are opțiuni" +msgstr "Acest format nu are nicio opțiune" #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:75 msgid "Cannot connect: invalid settings." @@ -9242,9 +9063,9 @@ msgstr "Nu pot conecta: setări invalide." #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:89 #: libraries/classes/Plugins/Auth/AuthenticationHttp.php:83 #: templates/login/header.twig:5 -#, fuzzy, php-format +#, php-format msgid "Welcome to %s" -msgstr "Bine ați venit la %s" +msgstr "Bun venit la %s" #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:105 #, php-format @@ -9269,63 +9090,53 @@ msgstr "" #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:153 msgid "Retry to connect" -msgstr "" +msgstr "Reîncearcă să te conectezi" #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:134 msgid "Your session has expired. Please log in again." -msgstr "" +msgstr "Sesiunea ta a expirat. Te rog autentifică-te din nou." #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:154 -#, fuzzy msgid "Log in" msgstr "Autentificare" #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:162 #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:172 -#, fuzzy msgid "You can enter hostname/IP address and port separated by space." -msgstr "Puteți introduce adresă gazdă/IP și port separate de spațiu." +msgstr "" +"Poți introduce numele gazdei/adresa IP și portul separat printr-un spațiu." #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:177 -#, fuzzy msgid "Username:" msgstr "Nume utilizator:" #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:189 -#, fuzzy -#| msgid "Server Choice" msgid "Server Choice:" -msgstr "Alegerea serverului" +msgstr "Alegere server:" #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:313 -#, fuzzy -#| msgid "Could not connect to the database server!" msgid "Failed to connect to the reCAPTCHA service!" -msgstr "Nu s-a putut realiza conexiunea cu serverul de baze de date!" +msgstr "Conectarea la serviciul reCAPTCHA a eșuat!" #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:315 msgid "Entered captcha is wrong, try again!" -msgstr "" +msgstr "Captcha introdusă este greșită, încearcă din nou!" #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:320 msgid "Missing reCAPTCHA verification, maybe it has been blocked by adblock?" -msgstr "" +msgstr "Lipsește verificarea reCAPTCHA, poate a fost blocată de adblock?" #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:344 -#, fuzzy -#| msgid "Cannot log in to the MySQL server" msgid "You are not allowed to log in to this MySQL server!" -msgstr "Nu pot face conexiunea catre serverul MySQL" +msgstr "Nu ai voie să te autentifici în acest server MySQL!" #: libraries/classes/Plugins/Auth/AuthenticationHttp.php:88 -#, fuzzy msgid "Wrong username/password. Access denied." -msgstr "Nume de utilizator/parolă incorecte. Accesul interzis." +msgstr "Nume de utilizator incorect/parolă incorectă. Acces refuzat." #: libraries/classes/Plugins/Auth/AuthenticationSignon.php:83 -#, fuzzy msgid "Can not find signon authentication script:" -msgstr "Tipul autentificării" +msgstr "Nu pot găsi scriptul de autentificare signon:" #: libraries/classes/Plugins/AuthenticationPlugin.php:167 msgid "" @@ -9335,17 +9146,14 @@ msgstr "" "fără parolă)" #: libraries/classes/Plugins/AuthenticationPlugin.php:174 -#, fuzzy, php-format +#, php-format msgid "No activity within %s seconds; please log in again." -msgstr "" -"Nu ați avut activitate de mai mult de %s secunde, vă rugăm să vă " -"autentificați din nou." +msgstr "Nicio activitate timp de %s secunde, te rog autentifică-te din nou." #: libraries/classes/Plugins/AuthenticationPlugin.php:184 #: libraries/classes/Plugins/AuthenticationPlugin.php:187 -#, fuzzy msgid "Cannot log in to the MySQL server" -msgstr "Nu pot face conexiunea catre serverul MySQL" +msgstr "Nu te pot autentifica în serverul MySQL" #: libraries/classes/Plugins/AuthenticationPlugin.php:335 msgid "You have enabled two factor authentication, please confirm your login." @@ -9355,38 +9163,28 @@ msgstr "" #: libraries/classes/Plugins/Export/ExportCodegen.php:101 #: templates/display/import/import.twig:168 #: templates/display/export/format_dropdown.twig:2 -#, fuzzy -#| msgid "Format" msgid "Format:" -msgstr "Format" +msgstr "Format:" #: libraries/classes/Plugins/Export/ExportCsv.php:63 #: libraries/classes/Plugins/Import/AbstractImportCsv.php:58 -#, fuzzy -#| msgid "Lines terminated by" msgid "Columns separated with:" -msgstr "Linii terminate de" +msgstr "Coloane separate cu:" #: libraries/classes/Plugins/Export/ExportCsv.php:68 #: libraries/classes/Plugins/Import/AbstractImportCsv.php:64 -#, fuzzy -#| msgid "Fields enclosed by" msgid "Columns enclosed with:" -msgstr "câmpuri încadrate de" +msgstr "Coloane închise cu:" #: libraries/classes/Plugins/Export/ExportCsv.php:73 #: libraries/classes/Plugins/Import/AbstractImportCsv.php:71 -#, fuzzy -#| msgid "Fields escaped by" msgid "Columns escaped with:" -msgstr "câmpuri realizate de" +msgstr "Coloane escapate cu:" #: libraries/classes/Plugins/Export/ExportCsv.php:78 #: libraries/classes/Plugins/Import/AbstractImportCsv.php:78 -#, fuzzy -#| msgid "Lines terminated by" msgid "Lines terminated with:" -msgstr "Linii terminate de" +msgstr "Linii terminate cu:" #: libraries/classes/Plugins/Export/ExportCsv.php:83 #: libraries/classes/Plugins/Export/ExportExcel.php:52 @@ -9395,10 +9193,8 @@ msgstr "Linii terminate de" #: libraries/classes/Plugins/Export/ExportOds.php:67 #: libraries/classes/Plugins/Export/ExportOdt.php:133 #: libraries/classes/Plugins/Export/ExportTexytext.php:90 -#, fuzzy -#| msgid "Replace NULL by" msgid "Replace NULL with:" -msgstr "Înlocuire NULL cu" +msgstr "Înlocuiește NULL cu:" #: libraries/classes/Plugins/Export/ExportCsv.php:88 #: libraries/classes/Plugins/Export/ExportExcel.php:57 @@ -9406,10 +9202,8 @@ msgid "Remove carriage return/line feed characters within columns" msgstr "" #: libraries/classes/Plugins/Export/ExportExcel.php:67 -#, fuzzy -#| msgid "Excel edition" msgid "Excel edition:" -msgstr "Ediția Excel" +msgstr "Ediție Excel:" #: libraries/classes/Plugins/Export/ExportHtmlword.php:69 #: libraries/classes/Plugins/Export/ExportLatex.php:103 @@ -9419,7 +9213,6 @@ msgstr "Ediția Excel" #: libraries/classes/Plugins/Export/ExportSql.php:213 #: libraries/classes/Plugins/Export/ExportTexytext.php:68 #: libraries/config.values.php:164 -#, fuzzy msgid "structure" msgstr "structură" @@ -9431,7 +9224,6 @@ msgstr "structură" #: libraries/classes/Plugins/Export/ExportSql.php:214 #: libraries/classes/Plugins/Export/ExportTexytext.php:69 #: libraries/config.values.php:165 -#, fuzzy msgid "data" msgstr "date" @@ -9443,7 +9235,6 @@ msgstr "date" #: libraries/classes/Plugins/Export/ExportSql.php:215 #: libraries/classes/Plugins/Export/ExportTexytext.php:70 #: libraries/config.values.php:166 -#, fuzzy msgid "structure and data" msgstr "structură și date" @@ -9452,25 +9243,21 @@ msgstr "structură și date" #: libraries/classes/Plugins/Export/ExportOdt.php:122 #: libraries/classes/Plugins/Export/ExportTexytext.php:79 #: libraries/classes/Plugins/Export/ExportXml.php:136 -#, fuzzy -#| msgid "Databases display options" msgid "Data dump options" -msgstr "Opțiuni de afișare a bazelor de date" +msgstr "Opțiuni dump date" #: libraries/classes/Plugins/Export/ExportHtmlword.php:210 #: libraries/classes/Plugins/Export/ExportOdt.php:272 #: libraries/classes/Plugins/Export/ExportSql.php:2345 #: libraries/classes/Plugins/Export/ExportTexytext.php:193 -#, fuzzy msgid "Dumping data for table" -msgstr "Salvarea datelor din tabel" +msgstr "Eliminarea datelor din tabel" #: libraries/classes/Plugins/Export/ExportHtmlword.php:487 #: libraries/classes/Plugins/Export/ExportOdt.php:610 #: libraries/classes/Plugins/Export/ExportTexytext.php:451 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:316 #: libraries/classes/Rte/RteList.php:106 libraries/classes/Rte/Triggers.php:379 -#, fuzzy msgid "Event" msgstr "Eveniment" @@ -9480,7 +9267,6 @@ msgstr "Eveniment" #: libraries/classes/Plugins/Export/Helpers/Pdf.php:318 #: libraries/classes/Rte/Events.php:500 libraries/classes/Rte/Routines.php:1010 #: libraries/classes/Rte/Triggers.php:393 -#, fuzzy msgid "Definition" msgstr "Definiție" @@ -9488,15 +9274,13 @@ msgstr "Definiție" #: libraries/classes/Plugins/Export/ExportOdt.php:692 #: libraries/classes/Plugins/Export/ExportSql.php:2005 #: libraries/classes/Plugins/Export/ExportTexytext.php:516 -#, fuzzy msgid "Table structure for table" -msgstr "Structura de tabel pentru tabelul" +msgstr "Structură tabel pentru tabel" #: libraries/classes/Plugins/Export/ExportHtmlword.php:585 #: libraries/classes/Plugins/Export/ExportOdt.php:725 #: libraries/classes/Plugins/Export/ExportSql.php:2075 #: libraries/classes/Plugins/Export/ExportTexytext.php:541 -#, fuzzy msgid "Structure for view" msgstr "Structură pentru vizualizare" @@ -9505,206 +9289,168 @@ msgstr "Structură pentru vizualizare" #: libraries/classes/Plugins/Export/ExportSql.php:2120 #: libraries/classes/Plugins/Export/ExportTexytext.php:557 msgid "Stand-in structure for view" -msgstr "" +msgstr "Substitut structură pentru vizualizare" #: libraries/classes/Plugins/Export/ExportJson.php:89 msgid "Output pretty-printed JSON (Use human-readable formatting)" msgstr "" +"Ieșire JSON imprimată frumos (folosește formatarea care poate fi citită de " +"oameni)" #: libraries/classes/Plugins/Export/ExportJson.php:95 msgid "Output unicode characters unescaped" msgstr "" #: libraries/classes/Plugins/Export/ExportLatex.php:51 -#, fuzzy msgid "Content of table @TABLE@" -msgstr "Conținutul tabelului @TABLE@" +msgstr "Conținut tabel @TABLE@" #: libraries/classes/Plugins/Export/ExportLatex.php:52 -#, fuzzy msgid "(continued)" msgstr "(continuare)" #: libraries/classes/Plugins/Export/ExportLatex.php:53 -#, fuzzy msgid "Structure of table @TABLE@" msgstr "Structura tabelului @TABLE@" #: libraries/classes/Plugins/Export/ExportLatex.php:115 #: libraries/classes/Plugins/Export/ExportOdt.php:93 #: libraries/classes/Plugins/Export/ExportSql.php:227 -#, fuzzy -#| msgid "Transformation options" msgid "Object creation options" -msgstr "Opțiuni de transformare" +msgstr "Opțiuni creare obiect" #: libraries/classes/Plugins/Export/ExportLatex.php:121 #: libraries/classes/Plugins/Export/ExportLatex.php:173 -#, fuzzy -#| msgid "Table caption" msgid "Table caption:" -msgstr "Captură tabel" +msgstr "Text asociat tabel:" #: libraries/classes/Plugins/Export/ExportLatex.php:127 #: libraries/classes/Plugins/Export/ExportLatex.php:179 -#, fuzzy -#| msgid "Table caption" msgid "Table caption (continued):" -msgstr "Captură tabel" +msgstr "Text asociat tabel (continuare):" #: libraries/classes/Plugins/Export/ExportLatex.php:133 #: libraries/classes/Plugins/Export/ExportLatex.php:185 -#, fuzzy -#| msgid "Label key" msgid "Label key:" -msgstr "Tasta label" +msgstr "Cheie etichetă:" #: libraries/classes/Plugins/Export/ExportLatex.php:140 #: libraries/classes/Plugins/Export/ExportOdt.php:100 #: libraries/classes/Plugins/Export/ExportSql.php:124 -#, fuzzy -#| msgid "Disable foreign key checks" msgid "Display foreign key relationships" -msgstr "Dezactivare verificări de cheie străine" +msgstr "Afișează relațiile cheilor străine" #: libraries/classes/Plugins/Export/ExportLatex.php:146 #: libraries/classes/Plugins/Export/ExportOdt.php:106 -#, fuzzy -#| msgid "Displaying Column Comments" msgid "Display comments" -msgstr "Arată comentariile coloanei" +msgstr "Afișează comentarii" #: libraries/classes/Plugins/Export/ExportLatex.php:152 #: libraries/classes/Plugins/Export/ExportOdt.php:112 #: libraries/classes/Plugins/Export/ExportSql.php:131 -#, fuzzy -#| msgid "Available MIME types" msgid "Display MIME types" -msgstr "Tipuri MIME disponibile" +msgstr "Afișează tipuri de MIME" #: libraries/classes/Plugins/Export/ExportLatex.php:168 -#, fuzzy -#| msgid "Put columns names in the first row" msgid "Put columns names in the first row:" -msgstr "Pune numele coloanelor în primul rând" +msgstr "Pune numele coloanelor în primul rând:" #: libraries/classes/Plugins/Export/ExportLatex.php:216 #: libraries/classes/Plugins/Export/ExportSql.php:694 #: libraries/classes/Plugins/Export/ExportXml.php:236 #: libraries/classes/ReplicationGui.php:447 #: libraries/classes/ReplicationGui.php:709 -#, fuzzy -#| msgid "Host" msgid "Host:" -msgstr "Gazda" +msgstr "Gazdă:" #: libraries/classes/Plugins/Export/ExportLatex.php:221 #: libraries/classes/Plugins/Export/ExportSql.php:700 #: libraries/classes/Plugins/Export/ExportXml.php:241 -#, fuzzy -#| msgid "Generation Time" msgid "Generation Time:" -msgstr "Timp de generare" +msgstr "Timp de generare:" #: libraries/classes/Plugins/Export/ExportLatex.php:224 #: libraries/classes/Plugins/Export/ExportSql.php:706 #: libraries/classes/Plugins/Export/ExportXml.php:244 -#, fuzzy -#| msgid "PHP Version" msgid "PHP Version:" -msgstr "Versiune PHP" +msgstr "Versiune PHP:" #: libraries/classes/Plugins/Export/ExportLatex.php:254 #: libraries/classes/Plugins/Export/ExportSql.php:895 #: libraries/classes/Plugins/Export/ExportXml.php:405 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:118 -#, fuzzy -#| msgid "Database" msgid "Database:" -msgstr "Bază de date" +msgstr "Bază de date:" #: libraries/classes/Plugins/Export/ExportLatex.php:327 #: libraries/classes/Plugins/Export/ExportSql.php:2188 -#, fuzzy -#| msgid "Data" msgid "Data:" -msgstr "Date" +msgstr "Date:" #: libraries/classes/Plugins/Export/ExportLatex.php:507 -#, fuzzy -#| msgid "Structure" msgid "Structure:" -msgstr "Structură" +msgstr "Structură:" #: libraries/classes/Plugins/Export/ExportMediawiki.php:81 -#, fuzzy msgid "Export table names" -msgstr "Modul de export" +msgstr "Exportă nume tabele" #: libraries/classes/Plugins/Export/ExportMediawiki.php:88 -#, fuzzy -#| msgid "horizontal (rotated headers)" msgid "Export table headers" -msgstr "orizontal (colontitlu rotativ)" +msgstr "Exportă anteturi tabele" #: libraries/classes/Plugins/Export/ExportPdf.php:99 -#, fuzzy -#| msgid "Report title" msgid "Report title:" -msgstr "Titlu raport" +msgstr "Titlu raport:" #: libraries/classes/Plugins/Export/ExportPdf.php:228 -#, fuzzy -#| msgid "Dumping data for table" msgid "Dumping data" -msgstr "Salvarea datelor din tabel" +msgstr "Eliminarea datelor" #: libraries/classes/Plugins/Export/ExportPdf.php:283 -#, fuzzy -#| msgid "structure" msgid "View structure" -msgstr "structură" +msgstr "Vezi structura" #: libraries/classes/Plugins/Export/ExportPdf.php:286 -#, fuzzy -#| msgid "and then" msgid "Stand in" -msgstr "și apoi" +msgstr "Substituent" #: libraries/classes/Plugins/Export/ExportSql.php:102 msgid "" "Display comments (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" +"Afișează comentarii (include informații, cum ar fi datarea exportului, " +"versiunea PHP și versiunea serverului)" #: libraries/classes/Plugins/Export/ExportSql.php:110 -#, fuzzy -#| msgid "Add custom comment into header (\\n splits lines)" msgid "Additional custom header comment (\\n splits lines):" -msgstr "Adăugare comentariu la antet (\\n înseamnă delimitare de rând)" +msgstr "" +"Comentariu antet personalizat suplimentar (\\n" +" separă liniile):" #: libraries/classes/Plugins/Export/ExportSql.php:116 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" +"Include datarea când au fost create bazele de date, când au fost actualizate " +"și verificate ultima dată" #: libraries/classes/Plugins/Export/ExportSql.php:175 -#, fuzzy -#| msgid "Export method" msgid "Export metadata" -msgstr "Metodă de export" +msgstr "Exportă metadate" #: libraries/classes/Plugins/Export/ExportSql.php:190 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" +"Sistem baze de date sau server MySQL mai vechi pentru a maximiza " +"compatibilitatea ieșirilor cu:" #: libraries/classes/Plugins/Export/ExportSql.php:235 -#, fuzzy -#| msgid "Statements" msgid "Add statements:" -msgstr "Comenzi" +msgstr "Adaugă declarații:" #: libraries/classes/Plugins/Export/ExportSql.php:243 #: libraries/classes/Plugins/Export/ExportSql.php:252 @@ -9713,45 +9459,45 @@ msgstr "Comenzi" #: libraries/classes/Plugins/Export/ExportSql.php:306 #: libraries/classes/Plugins/Export/ExportSql.php:313 #: libraries/classes/Plugins/Export/ExportSql.php:322 -#, fuzzy, php-format -#| msgid "Statements" +#, php-format msgid "Add %s statement" -msgstr "Comenzi" +msgstr "Adaugă declarație %s" #: libraries/classes/Plugins/Export/ExportSql.php:289 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" +"(mai puțin eficientă, deoarece indexurile vor fi generate în timpul creării " +"tabelului)" #: libraries/classes/Plugins/Export/ExportSql.php:297 -#, fuzzy, php-format -#| msgid "Session value" +#, php-format msgid "%s value" -msgstr "Valoare sesiune" +msgstr "Valoare %s" #: libraries/classes/Plugins/Export/ExportSql.php:331 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" +"Închide numele tabelelor și coloanelor cu ghilimele(Protejează numele " +"coloanelor și tabelelor formate cu caractere speciale sau cuvinte cheie)" #: libraries/classes/Plugins/Export/ExportSql.php:345 -#, fuzzy -#| msgid "Transformation options" msgid "Data creation options" -msgstr "Opțiuni de transformare" +msgstr "Opțiuni creare date" #: libraries/classes/Plugins/Export/ExportSql.php:350 #: libraries/classes/Plugins/Export/ExportSql.php:2293 msgid "Truncate table before insert" -msgstr "" +msgstr "Trunchiază tabelul înainte de inserare" #: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "Instead of 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Ă
            Exemplu: 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Ă
            Exemplu: 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 above
            Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" +"ambele de mai sus
            Exemplu: 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:429 msgid "" "neither of the above
            Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" +"niciuna de mai sus
            Exemplu: INSEREAZĂ Î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:
      %s." -msgstr "Invalid field count in CSV input on line %d." +msgstr "Format invalid pentru intrarea mediawiki pe linia:
      %s." #: libraries/classes/Plugins/Import/ImportOds.php:78 msgid "Import percentages as proper decimals (ex. 12.00% to .12)" msgstr "" +"Importă procentele ca zecimale corecte (de exemplu, 12.00% în .12)" #: libraries/classes/Plugins/Import/ImportOds.php:84 msgid "Import currencies (ex. $5.00 to 5.00)" @@ -10033,46 +9769,41 @@ msgid "" "The XML file specified was either malformed or incomplete. Please correct " "the issue and try again." msgstr "" +"Fișierul XML specificat a fost fie deteriorat ori fie incomplet. Te rog " +"corectează problema și reîncearcă." #: libraries/classes/Plugins/Import/ImportOds.php:163 -#, fuzzy -#| msgid "Open Document Spreadsheet" msgid "Could not parse OpenDocument Spreadsheet!" -msgstr "Foaie de calcul Open Document" +msgstr "Nu am putut interpreta foaia de calcul OpenDocument!" #: libraries/classes/Plugins/Import/ImportShp.php:48 msgid "ESRI Shape File" -msgstr "" +msgstr "ESRI Shapefile" #: libraries/classes/Plugins/Import/ImportShp.php:80 #: libraries/classes/Plugins/Import/ImportShp.php:153 #, php-format msgid "There was an error importing the ESRI shape file: \"%s\"." -msgstr "" +msgstr "A apărut o eroare la importarea ESRI Shapefile: „%s”." #: libraries/classes/Plugins/Import/ImportShp.php:183 #, php-format msgid "MySQL Spatial Extension does not support ESRI type \"%s\"." -msgstr "" +msgstr "Extensia spațială MySQL nu acceptă tipul ESRI „%s”." #: libraries/classes/Plugins/Import/ImportShp.php:230 -#, fuzzy -#| msgid "File %s does not contain any key id" msgid "The imported file does not contain any data!" -msgstr "File %s does not contain any key id" +msgstr "Fișierul importat nu conține niciun fel de date!" #: libraries/classes/Plugins/Import/ImportSql.php:68 -#, fuzzy -#| msgid "SQL compatibility mode" msgid "SQL compatibility mode:" -msgstr "Regim de compatibilitate SQL" +msgstr "Mod compatibilitate SQL:" #: libraries/classes/Plugins/Import/ImportSql.php:80 msgid "Do not use 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 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]. 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'…
      If you ever need to put a backslash (\"\\\") or a " -#| "single quote (\"'\") amongst those values, precede it with a backslash " -#| "(for example '\\\\xyz' or 'a\\'b')." msgid "" "Please enter the values for transformation options using this format: 'a', " "100, b,'c'…
      If you ever need to put a backslash (\"\\\") or a single " "quote (\"'\") amongst those values, precede it with a backslash (for example " "'\\\\xyz' or 'a\\'b')." msgstr "" -"Introduceți valorile pentru opțiunile de transformare utilizînd acest " -"format: 'a', 100, b,'c'…
      Dacă trebuie să folosiți backslash (\"\\\") " -"sau apostrof (\"'\") in aceste valori, introduceți backslash-uri (ex. '\\" -"\\xyz' sau 'a\\'b')." +"Te rog introdu valorile pentru opțiunile de transformare folosind acest " +"format: 'a', 100, b,'c'…
      Dacă trebuie să pui o linie oblică („\\”) sau " +"un apostrof („'”) între aceste valori, precede-le cu o linie oblică (" +"exemplu, '\\\\xyz' sau 'a\\'b')." #: templates/columns_definitions/table_fields_definitions.twig:93 -#, fuzzy -#| msgid "Transformation options" msgid "Input transformation options" -msgstr "Opțiuni de transformare" +msgstr "Opțiuni transformare intrări" #: templates/database/designer/table_list.twig:4 -#, fuzzy msgid "Hide/Show all" -msgstr "Arată/ascunde toate" +msgstr "Ascunde/arată tot" #: templates/database/designer/table_list.twig:14 -#, fuzzy -#| msgid "Hide/Show Tables with no relation" msgid "Hide/Show tables with no relationship" -msgstr "Arată/ascunde tabele fără realție" +msgstr "Ascunde/arată tabelele fără nicio relație" #: templates/database/designer/table_list.twig:55 -#, fuzzy -#| msgid "Number of tables" msgid "Number of tables:" -msgstr "Număr de tabele" +msgstr "Număr de tabele:" #: templates/table/gis_visualization/gis_visualization.twig:3 -#, fuzzy msgid "Display GIS Visualization" -msgstr "Afișează Vizualizarea GIS" +msgstr "Afișează vizualizarea GIS" #: templates/table/gis_visualization/gis_visualization.twig:8 -#, fuzzy -#| msgid "Add/Delete Field Columns" msgid "Label column" -msgstr "Adaugă/șterge coloane" +msgstr "Coloană de etichete" #: templates/table/gis_visualization/gis_visualization.twig:11 -#, fuzzy msgid "-- None --" msgstr "-- Niciunul --" #: templates/table/gis_visualization/gis_visualization.twig:19 -#, fuzzy -#| msgid "Log file count" msgid "Spatial column" -msgstr "Număr de fișiere-jurnal" +msgstr "Coloană spațială" #: templates/display/export/method.twig:3 -#, fuzzy -#| msgid "Export method" msgid "Export method:" -msgstr "Metodă de export" +msgstr "Metodă de export:" #: templates/display/export/method.twig:9 -#, fuzzy msgid "Quick - display only the minimal options" -msgstr "Rapid - afișează doar opțiunile minimale" +msgstr "Rapid - afișează numai opțiuni minime" #: templates/display/export/method.twig:17 -#, fuzzy msgid "Custom - display all possible options" -msgstr "Custom - afișează toate opțiunile posibile" +msgstr "Personalizat - afișează toate opțiunile posibile" #: templates/table/structure/add_column.twig:9 -#, fuzzy, php-format -#| msgid "Add %s field(s)" +#, php-format msgid "Add %s column(s)" -msgstr "Adaugă %s câmp(uri)" +msgstr "Adaugă coloane %s" #: templates/table/structure/add_column.twig:14 -#, fuzzy -#| msgid "At Beginning of Table" msgid "at beginning of table" -msgstr "La începutul tabelului" +msgstr "la începutul tabelului" #: templates/table/structure/table_structure_row.twig:55 -#, fuzzy, php-format -#| msgid "Table %s has been dropped." +#, php-format msgid "Column %s has been dropped." -msgstr "Tabelul %s a fost aruncat" +msgstr "Coloana %s a fost eliminată." #: templates/database/create_table.twig:15 -#, fuzzy -#| msgid "Number of fields" msgid "Number of columns" -msgstr "Număr de câmpuri" +msgstr "Număr de coloane" #: templates/login/twofactor/key.twig:3 msgid "" @@ -17291,49 +16037,36 @@ msgid "" msgstr "" #: templates/database/qbe/footer_options.twig:3 -#, fuzzy msgid "Add/Delete criteria rows" -msgstr "Adaugă/Șterge criteriul răndurilor" +msgstr "Adaugă/șterge rândurile de criterii" #: templates/database/qbe/footer_options.twig:5 -#, fuzzy msgid "Add/Delete columns" -msgstr "Adaugă/Șterge coloane" +msgstr "Adaugă/șterge coloane" #: templates/database/designer/page_save_as.twig:17 -#, fuzzy -#| msgid "Export/Import to scale" msgid "Save to selected page" -msgstr "Exportă/Importă la scală" +msgstr "Salvează în pagina selectată" #: templates/database/designer/page_save_as.twig:17 -#, fuzzy -#| msgid "Create a new index" msgid "Create a page and save to it" -msgstr "Creează un nou index" +msgstr "Creează o pagină și salvează în ea" #: templates/database/designer/page_save_as.twig:30 -#, fuzzy -#| msgid "User name" msgid "New page name" -msgstr "Nume utilizator" +msgstr "Nume pagină nouă" #: templates/table/relation/common_form.twig:6 -#, fuzzy -#| msgid "Foreign key constraint" msgid "Foreign key constraints" -msgstr "Constrîngere de cheie străină" +msgstr "Constrângeri cheie străină" #: templates/table/relation/common_form.twig:10 -#, fuzzy msgid "Actions" msgstr "Acțiuni" #: templates/table/relation/common_form.twig:11 -#, fuzzy -#| msgid "Constraints for table" msgid "Constraint properties" -msgstr "Restrictii pentru tabele" +msgstr "Proprietăți constrângere" #: templates/table/relation/common_form.twig:15 msgid "" @@ -17348,189 +16081,146 @@ msgid "" msgstr "" #: templates/table/relation/common_form.twig:24 -#, fuzzy msgid "Foreign key constraint" -msgstr "Constrîngere de cheie străină" +msgstr "Constrângere cheie străină" #: templates/table/relation/common_form.twig:89 -#, fuzzy -#| msgid "Add constraints" msgid "+ Add constraint" -msgstr "Adaugă constrângeri" +msgstr "+ Adaugă constrângere" #: templates/table/relation/common_form.twig:99 #: templates/table/relation/common_form.twig:104 -#, fuzzy -#| msgid "Internal relations" msgid "Internal relationships" msgstr "Relații interne" #: templates/table/relation/common_form.twig:110 -#, fuzzy msgid "Internal relation" msgstr "Relație internă" #: templates/table/relation/common_form.twig:112 -#, fuzzy msgid "" "An internal relation is not necessary when a corresponding FOREIGN KEY " "relation exists." msgstr "" -"Nu este necesară o relație internă atunci cînd există o cheie externă " +"Nu este necesară o relație internă când există o relație CHEIE STRĂINĂ " "corespondentă." #: templates/table/relation/common_form.twig:172 -#, fuzzy -#| msgid "Choose column to display" msgid "Choose column to display:" -msgstr "Selectează coloana pentru afișare" +msgstr "Alege coloana de afișat:" #: templates/privileges/delete_user_fieldset.twig:3 -#, fuzzy -#| msgid "Remove selected users" msgid "Remove selected user accounts" -msgstr "Eliminarea utilizatorilor selectați" +msgstr "Înlătură conturile utilizatorilor selectați" #: templates/privileges/delete_user_fieldset.twig:6 -#, fuzzy msgid "Revoke all active privileges from the users and delete them afterwards." -msgstr "" -"Revocarea tuturor drepturilor active ale utilizatorilor și stergerea " -"acestora." +msgstr "Revocă toate privilegiile active pentru utilizatori și apoi le șterge." #: templates/privileges/delete_user_fieldset.twig:7 #: templates/privileges/delete_user_fieldset.twig:10 #: templates/privileges/delete_user_fieldset.twig:11 -#, fuzzy msgid "Drop the databases that have the same names as the users." -msgstr "Aruncă baza de date care are același nume ca utilizatorul." +msgstr "Elimină bazele de date care are același nume ca utilizatorii." #: templates/database/designer/options_panel.twig:34 #: templates/database/designer/options_panel.twig:200 -#, fuzzy -#| msgid "Relation operator" msgid "Relationship operator" -msgstr "Operator relațional" +msgstr "Operator relație" #: templates/table/search/selection_form.twig:12 -#, fuzzy msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns" msgstr "" -"Faceți o \"interogare prin exemplu\" (metacaracter: \"%\") pentru două " -"coloane diferite" +"Execută o „interogare prin exemplu„ (metacaracter: „%”) pentru două coloane " +"diferite" #: templates/table/search/selection_form.twig:42 -#, fuzzy msgid "Do a \"query by example\" (wildcard: \"%\")" -msgstr "Execută o interogare prin exemplu (metacaracter: \"%\")" +msgstr "Execută o „interogare prin exemplu„ (metacaracter: „%”)" #: templates/display/results/options_block.twig:30 -#, fuzzy msgid "Relational key" msgstr "Cheie relațională" #: templates/display/results/options_block.twig:30 -#, fuzzy -#| msgid "Disable foreign key checks" msgid "Display column for relationships" -msgstr "Dezactivare verificări de cheie străine" +msgstr "Afișează coloana pentru relații" #: templates/display/results/options_block.twig:46 -#, fuzzy msgid "Show binary contents" -msgstr "Afișează conținut binar" +msgstr "Arată conținut binar" #: templates/display/results/options_block.twig:53 -#, fuzzy msgid "Show BLOB contents" -msgstr "Afișează conținut BLOB" +msgstr "Arată conținut BLOB" #: templates/display/results/options_block.twig:67 -#, fuzzy msgid "Hide browser transformation" -msgstr "Ascunde transformarea browser-ului" +msgstr "Ascunde transformarea navigatorului" #: templates/display/results/options_block.twig:77 -#, fuzzy msgid "Well Known Text" -msgstr "Text Bine Cunoscut" +msgstr "Text bine cunoscut" #: templates/display/results/options_block.twig:77 -#, fuzzy msgid "Well Known Binary" -msgstr "Binar Bine Cunoscut" +msgstr "Binar Popular" #: templates/server/binlog/log_selector.twig:5 -#, fuzzy msgid "Select binary log to view" -msgstr "Selectați jurnalul binar pentru vizualizare" +msgstr "Selectează jurnalul binar pentru vizualizare" #: templates/table/secondary_tabs.twig:9 -#, fuzzy -#| msgid "Relation view" msgid "Relation view" -msgstr "Vizualizare relațională" +msgstr "Vizualizare relație" #: templates/table/index_form.twig:15 -#, fuzzy msgid "Index name:" -msgstr "Denumire index:" +msgstr "Nume index:" #: templates/table/index_form.twig:16 -#, fuzzy msgid "" "\"PRIMARY\" must be the name of and only of a primary key!" -msgstr "Numele „PRIMARY” trebuie să fie numai la cheia primară!" +msgstr "" +"„PRIMARY” trebuie să fie numai numele unei chei principale!" #: templates/table/index_form.twig:34 -#, fuzzy -#| msgid "Index cache size" msgid "Index choice:" -msgstr "Dimensiune cache index" +msgstr "Alegere index:" #: templates/table/index_form.twig:42 -#, fuzzy -#| msgid "Table options" msgid "Advanced Options" -msgstr "Opțiuni tabel" +msgstr "Opțiuni avansate" #: templates/table/index_form.twig:48 msgid "Key block size:" msgstr "" #: templates/table/index_form.twig:65 -#, fuzzy msgid "Index type:" -msgstr "Tip index:" +msgstr "Tip de index:" #: templates/table/index_form.twig:77 -#, fuzzy -#| msgid "User:" msgid "Parser:" -msgstr "Utilizator:" +msgstr "Interpretor:" #: templates/table/index_form.twig:93 -#, fuzzy msgid "Comment:" msgstr "Comentariu:" #: templates/table/index_form.twig:136 templates/table/index_form.twig:173 -#, fuzzy -#| msgid "Drag to reorder" msgid "Drag to reorder" -msgstr "Drag and drop pentru reordonare" +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 "" #: templates/table/structure/display_table_stats.twig:14 -#, fuzzy msgid "Space usage" msgstr "Utilizare spațiu" #: templates/table/structure/display_table_stats.twig:37 -#, fuzzy msgid "Effective" msgstr "Efectiv" @@ -17539,64 +16229,49 @@ msgid "Enable two-factor authentication" msgstr "Activează autentificarea pe două niveluri" #: templates/database/structure/show_create_row.twig:7 -#, fuzzy, php-format -#| msgid "Create User" +#, php-format msgid "Create %s" -msgstr "Creare relație" +msgstr "Creează %s" #: templates/database/structure/structure_table_row.twig:222 -#, fuzzy msgid "in use" msgstr "în uz" #: templates/privileges/add_privileges_table.twig:3 -#, fuzzy -#| msgid "Add privileges on the following table" msgid "Add privileges on the following table:" -msgstr "Adaugă drepturi la următorul tabel" +msgstr "Adaugă privilegii la următorul tabel:" #: templates/display/export/options_output_compression.twig:4 -#, fuzzy -#| msgid "Compression" msgid "Compression:" -msgstr "Compresie" +msgstr "Compresie:" #: templates/display/export/options_output_compression.twig:11 -#, fuzzy -#| msgid "\"zipped\"" msgid "zipped" -msgstr "„arhivat”" +msgstr "arhivat cu zip" #: templates/display/export/options_output_compression.twig:17 -#, fuzzy -#| msgid "\"gzipped\"" msgid "gzipped" -msgstr "cu „gzip”" +msgstr "arhivat cu gzip" #: url.php:41 -#, fuzzy -#| msgid "Taking you to next step…" msgid "Taking you to the target site." -msgstr "Continuați cu pasul următor…" +msgstr "Te duc la situl de destinație." #: user_password.php:35 -#, fuzzy msgid "You don't have sufficient privileges to be here right now!" -msgstr "Nu dețineți drepturi de acces pentru a vă afla aici!" +msgstr "Nu ai suficiente privilegii pentru a fi aici, chiar acum!" #: view_create.php:51 msgid "View name can not be empty!" msgstr "" #: view_operations.php:103 -#, fuzzy msgid "Rename view to" -msgstr "Redenumire tabel la" +msgstr "Redenumește vizualizarea în" #: view_operations.php:142 -#, fuzzy msgid "Delete the view (DROP)" -msgstr "Nu sînt baze de date" +msgstr "Șterge vizualizarea (DROP)" #: libraries/advisory_rules.txt:49 msgid "Uptime below one day" @@ -17618,9 +16293,8 @@ msgid "The uptime is only %s" msgstr "" #: libraries/advisory_rules.txt:56 -#, fuzzy msgid "Questions below 1,000" -msgstr "Întrebări sub 1000" +msgstr "Sub 1000 de întrebări" #: libraries/advisory_rules.txt:59 msgid "" @@ -17635,14 +16309,13 @@ msgid "" msgstr "" #: libraries/advisory_rules.txt:61 -#, fuzzy, php-format +#, php-format msgid "Current amount of Questions: %s" -msgstr "Cantitatea curentă de întrebări: %s" +msgstr "Total întrebări acum: %s" #: libraries/advisory_rules.txt:63 -#, fuzzy msgid "Percentage of slow queries" -msgstr "Procentajul de interogări lente" +msgstr "Procent de interogări lente" #: libraries/advisory_rules.txt:66 msgid "" @@ -17661,9 +16334,8 @@ msgid "The slow query rate should be below 5%%, your value is %s%%." msgstr "" #: libraries/advisory_rules.txt:70 -#, fuzzy msgid "Slow query rate" -msgstr "Rata interogărilor lente" +msgstr "Rată interogări lente" #: libraries/advisory_rules.txt:73 msgid "" @@ -17678,9 +16350,8 @@ msgid "" msgstr "" #: libraries/advisory_rules.txt:77 -#, fuzzy msgid "Long query time" -msgstr "Durata interogării lente" +msgstr "Durată interogări lente" #: libraries/advisory_rules.txt:80 msgid "" @@ -17695,51 +16366,45 @@ msgid "" msgstr "" #: libraries/advisory_rules.txt:82 -#, fuzzy, php-format -#| msgid "long_query_time is set to %d second(s)." +#, php-format msgid "long_query_time is currently set to %ds." -msgstr "long_query_time este setat la %d secunde." +msgstr "long_query_time este setat acum la %d." #: libraries/advisory_rules.txt:84 libraries/advisory_rules.txt:91 -#, fuzzy msgid "Slow query logging" -msgstr "Jurnalizarea interogărilor lente" +msgstr "Jurnalizare interogări lente" #: libraries/advisory_rules.txt:87 libraries/advisory_rules.txt:94 -#, fuzzy -#| msgid "The server is not responding" msgid "The slow query log is disabled." -msgstr "Serverul nu răspunde" +msgstr "Jurnalul interogări lente este dezactivat." #: libraries/advisory_rules.txt:88 msgid "" "Enable slow query logging by setting {log_slow_queries} to 'ON'. This will " "help troubleshooting badly performing queries." msgstr "" +"Activează jurnalizarea interogări lente setând {log_slow_queries} la ”PORNIT”" +". Acest lucru va ajuta la depanarea interogărilor cu performanțe slabe." #: libraries/advisory_rules.txt:89 -#, fuzzy -#| msgid "long_query_time is set to %d second(s)." msgid "log_slow_queries is set to 'OFF'" -msgstr "long_query_time este setat la %d secunde." +msgstr "long_query_time este setat la „OPRIT”" #: libraries/advisory_rules.txt:95 msgid "" "Enable slow query logging by setting {slow_query_log} to 'ON'. This will " "help troubleshooting badly performing queries." msgstr "" +"Activează jurnalizarea interogări lente setând {slow_query_log} la ”PORNIT”. " +"Acest lucru va ajuta la depanarea interogărilor cu performanțe slabe." #: libraries/advisory_rules.txt:96 -#, fuzzy -#| msgid "long_query_time is set to %d second(s)." msgid "slow_query_log is set to 'OFF'" -msgstr "long_query_time este setat la %d secunde." +msgstr "long_query_time este setat la ”OPRIT”" #: libraries/advisory_rules.txt:100 -#, fuzzy -#| msgid "Select Tables" msgid "Release Series" -msgstr "Selectează tabele" +msgstr "Lansează serii" #: libraries/advisory_rules.txt:103 msgid "The MySQL server version less than 5.1." @@ -17753,12 +16418,11 @@ msgstr "" #: libraries/advisory_rules.txt:105 libraries/advisory_rules.txt:112 #: libraries/advisory_rules.txt:119 -#, fuzzy, php-format +#, php-format msgid "Current version: %s" msgstr "Versiunea actuală: %s" #: libraries/advisory_rules.txt:107 libraries/advisory_rules.txt:114 -#, fuzzy msgid "Minor Version" msgstr "Versiune minoră" @@ -17777,13 +16441,10 @@ msgid "Version less than 5.5.8 (the first GA release of 5.5)." msgstr "" #: libraries/advisory_rules.txt:118 -#, fuzzy -#| msgid "You should upgrade to %s %s or later." msgid "You should upgrade, to a stable version of MySQL 5.5." -msgstr "Ar trebui sa reactualizati serverul %s %s la o versiune mai noua." +msgstr "Ar trebui să actualizezi, la o versiune stabilă a MySQL 5.5." #: libraries/advisory_rules.txt:121 libraries/advisory_rules.txt:128 -#, fuzzy msgid "Distribution" msgstr "Distribuție" @@ -17792,27 +16453,23 @@ msgid "Version is compiled from source, not a MySQL official binary." msgstr "" #: libraries/advisory_rules.txt:125 -#, fuzzy msgid "" "If you did not compile from source, you may be using a package modified by a " "distribution. The MySQL manual only is accurate for official MySQL binaries, " "not any package distributions (such as RedHat, Debian/Ubuntu etc)." msgstr "" -"Dacă nu ați compilat din sursă, este posibil să utilizați un pachet " -"modificat de o distribuție. Manualul MySQL este precis numai pentru limbile " -"oficiale MySQL, nu pentru orice distribuții ale pachetului (cum ar fi " -"RedHat, Debian/Ubuntu etc)." +"Dacă nu ai compilat din sursă, este posibil să folosești un pachet modificat " +"de o distribuție. Manualul MySQL este precis numai pentru binarele oficiale " +"MySQL, nu pentru toate distribuțiile de pachete (cum ar fi RedHat, Debian/" +"Ubuntu etc)." #: libraries/advisory_rules.txt:126 -#, fuzzy msgid "'source' found in version_comment" -msgstr "'source' gasită în version_comment" +msgstr "„sursă” găsită în version_comment" #: libraries/advisory_rules.txt:131 -#, fuzzy msgid "The MySQL manual only is accurate for official MySQL binaries." -msgstr "" -"Manualul MySQL este precis numai pentru binarele (sursele) oficiale MySQL." +msgstr "Manualul MySQL este precis numai pentru binarele oficiale MySQL." #: libraries/advisory_rules.txt:132 msgid "" @@ -17821,19 +16478,16 @@ msgid "" msgstr "" #: libraries/advisory_rules.txt:133 -#, fuzzy msgid "'percona' found in version_comment" -msgstr "'percona' gasită în version_comment" +msgstr "„percona” găsit în version_comment" #: libraries/advisory_rules.txt:135 -#, fuzzy msgid "MySQL Architecture" -msgstr "Arhitectura MySQL" +msgstr "Arhitectură MySQL" #: libraries/advisory_rules.txt:138 -#, fuzzy msgid "MySQL is not compiled as a 64-bit package." -msgstr "MySQL nu este compilat ca un pachet pe 64 de biți." +msgstr "MySQL nu este compilat ca un pachet de 64 de biți." #: libraries/advisory_rules.txt:139 #, fuzzy @@ -17848,142 +16502,116 @@ msgstr "" "instalarea versiunii de MySQL pe 64 de biți." #: libraries/advisory_rules.txt:140 -#, fuzzy, php-format +#, php-format msgid "Available memory on this host: %s" -msgstr "Memoria disponibilă pe acest server este: %s" +msgstr "Memorie disponibilă pe această gazdă: %s" #: libraries/advisory_rules.txt:146 -#, fuzzy msgid "Query cache disabled" -msgstr "Pastrarea in memoria cache a interogărilor este dezactivată" +msgstr "Cache interogări dezactivat" #: libraries/advisory_rules.txt:149 -#, fuzzy msgid "The query cache is not enabled." -msgstr "Pastrarea in memoria cache a interogărilor nu este activată." +msgstr "Cache-ul interogări nu este activat." #: libraries/advisory_rules.txt:150 -#, fuzzy msgid "" "The query cache is known to greatly improve performance if configured " "correctly. Enable it by setting {query_cache_size} to a 2 digit MiB value " "and setting {query_cache_type} to 'ON'. Note: If you are using " "memcached, ignore this recommendation." msgstr "" -"Păstrarea în memoria cache a interogărilor se știe că îmbunătățește " -"performanța dacă este configurată corect. Această opțiune poate fi activată " -"prin setarea parametrului {query_cache_size} cu o valoare de 2 MiB și prin " -"setarea parametrului {query_cache_type} cu valoarea 'ON'. Notă: Dacă " -"utilizați memcached, ignorați această recomandare." +"Este binecunoscut, cache-ul interogărilor îmbunătățește performanța dacă " +"este configurat corect. Activează-l setând {query_cache_size} la o valoare " +"de 2 MiB și setând {query_cache_type} la „PORNIT”. Notă: Dacă " +"folosești memcached, ignoră această recomandare." #: libraries/advisory_rules.txt:151 -#, fuzzy msgid "query_cache_size is set to 0 or query_cache_type is set to 'OFF'" msgstr "" -"parametrul query_cache_size este setat cu valoarea 0 sau parametrul " -"query_cache_type este setat cu valoarea 'OFF'" +"query_cache_size este setat la 0 sau query_cache_type este setat la ”OPRIT”" #: libraries/advisory_rules.txt:153 -#, fuzzy msgid "Query caching method" -msgstr "Metoda de păstrare în memoria cache a interogarilor" +msgstr "Metodă de memorare în cache a interogărilor" #: libraries/advisory_rules.txt:156 -#, fuzzy msgid "Suboptimal caching method." -msgstr "Metoda de folosire a memoriei cache sub nivelul optim." +msgstr "Metodă de memorare în cache sub cea optimă." #: libraries/advisory_rules.txt:157 -#, fuzzy msgid "" "You are using the MySQL Query cache with a fairly high traffic database. It " "might be worth considering to use memcached instead of the MySQL Query " "cache, especially if you have multiple slaves." msgstr "" -"Folosiți metoda de păstrare în memoria cache a interogărilor MySQL prin " -"creșterea traficului destul de mult pe baza de date. Ar putea merita sa " -"aveți în vedere utilizarea opțiunii memcached în locul păstrare în memoria " -"cache a interogărilor MySQL, mai ales dacă aveți mai multe instanțe." +"Folosești cache interogări MySQL pentru o bază de date cu trafic destul de " +"mare. Poate trebuie să iei în considerare folosirea memcached în " +"loc de cache interogări MySQL, mai ales dacă ai mai mulți sclavi." #: libraries/advisory_rules.txt:158 -#, fuzzy, php-format +#, php-format msgid "" "The query cache is enabled and the server receives %d queries per second. " "This rule fires if there is more than 100 queries per second." msgstr "" -"Opțiunea de păstrare în memoria cache a interogărilor MySQL este activata și " -"serverul primește %d interogări pe secundă. Această regulă se activează dacă " -"există mai mult de 100 de interogări pe secundă." +"Cache-ul interogări este activat și serverul primește %d de interogări pe " +"secundă. Această regulă se activează dacă există mai mult de 100 de " +"interogări pe secundă." #: libraries/advisory_rules.txt:160 -#, fuzzy, php-format +#, php-format msgid "Query cache efficiency (%%)" -msgstr "" -"Eficiența metodei de păstrare în memoria cache a interogărilor MySQL (%%)" +msgstr "Eficiență cache interogări (%%)" #: libraries/advisory_rules.txt:163 -#, fuzzy msgid "Query cache not running efficiently, it has a low hit rate." -msgstr "" -"Metoda de păstrare în memoria cache a interogărilor nu funcționează " -"eficient, are o rată scăzută de acțiune." +msgstr "Cache interogări nu rulează eficient, are o rată scăzută de succes." #: libraries/advisory_rules.txt:164 -#, fuzzy msgid "Consider increasing {query_cache_limit}." -msgstr "" -"Aveți în considerare creșterea valorii parametrului {query_cache_limit}." +msgstr "Ia în considerare creșterea {query_cache_limit}." #: libraries/advisory_rules.txt:165 -#, fuzzy, php-format +#, php-format msgid "The current query cache hit rate of %s%% is below 20%%" -msgstr "" -"Rata curenta de acțiune a metodei de păstrare în memoria cache a " -"interogărilor %s%% este sub 20%%" +msgstr "Rata de succes actuală cache interogări de %s%% este sub 20%%" #: libraries/advisory_rules.txt:167 -#, fuzzy msgid "Query Cache usage" -msgstr "Utilizarea metodei de păstrare în memoria cache a interogărilor" +msgstr "Utilizare cache interogări" #: libraries/advisory_rules.txt:170 -#, fuzzy, php-format +#, php-format msgid "Less than 80%% of the query cache is being utilized." -msgstr "" -"Mai puțin de 80%% din memoria cache alocata interogărilor este utilizată." +msgstr "Este utilizat mai puțin de 80%% din cache-ul interogări." #: libraries/advisory_rules.txt:171 -#, fuzzy msgid "" "This might be caused by {query_cache_limit} being too low. Flushing the " "query cache might help as well." msgstr "" -"Aceasta poate fi cauzată de o valoare scăzuta a parametrului " -"{query_cache_limit}. Golirea (ștergerea) memoria cache a interogărilor v-ar " -"putea ajuta, de asemenea." +"Aceasta poate fi cauzată de o valoare prea mică pentru {query_cache_limit}. " +"Probabil ștergerea cache interogări ar putea fi utilă." #: libraries/advisory_rules.txt:172 -#, fuzzy, php-format +#, php-format msgid "" "The current ratio of free query cache memory to total query cache size is %s" "%%. It should be above 80%%" msgstr "" -"Raportul curent dintre memoria cache liberă a interogărilor și memoria cache " -"totală a interogărilor este %s%%. Ar trebui să fie peste 80%%" +"Raportul curent dintre memoria disponibilă cache interogări și dimensiunea " +"cache interogări totală este de %s%%. Ar trebui să fie peste 80%%" #: libraries/advisory_rules.txt:174 -#, fuzzy msgid "Query cache fragmentation" -msgstr "Fragmentarea memoriei cache a interogărilor" +msgstr "Fragmentare cache interogări" #: libraries/advisory_rules.txt:177 -#, fuzzy msgid "The query cache is considerably fragmented." -msgstr "" -"Memoria cache a interogărilor este fragmentată într-o proporție " -"considerabilă." +msgstr "Cache-ul interogări este fragmentat într-o proporție considerabilă." #: libraries/advisory_rules.txt:178 #, fuzzy @@ -18010,57 +16638,51 @@ msgstr "" "/ qcache_queries_in_cache" #: libraries/advisory_rules.txt:179 -#, fuzzy, php-format +#, php-format msgid "" "The cache is currently fragmented by %s%% , with 100%% fragmentation meaning " "that the query cache is an alternating pattern of free and used blocks. This " "value should be below 20%%." msgstr "" -"Memoria cache este în prezent fragmentată în procent de %s%%, o fragmentare " -"în procent de 100%% înseamnă că memoria cache a interogărilor este o alocare " -"alternativă de blocuri libere și utilizate. Această valoare ar trebui să fie " -"sub 20%%." +"În prezent, cache-ul este fragmentat în procent de %s%%, din fragmentarea " +"totală de 100%%, înseamnă că cache-ul interogări este un model alternativ de " +"blocuri disponibile și utilizate. Această valoare ar trebui să fie sub 20%%." #: libraries/advisory_rules.txt:181 -#, fuzzy msgid "Query cache low memory prunes" -msgstr "Stergeri datorate insuficienței memoriei cache a interogărilor" +msgstr "Lacune memorie insuficientă cache interogări" #: libraries/advisory_rules.txt:184 -#, fuzzy msgid "" "Cached queries are removed due to low query cache memory from the query " "cache." msgstr "" -"Interogările din memoria cache sunt eliminate datorita unui spațiu " -"disponibil scăzut în memoria cache alocată interogărilor." +"Interogările memorate în cache sunt înlăturate datorită memoriei " +"insuficiente cache interogări din cache-ul alocat interogărilor." #: libraries/advisory_rules.txt:185 -#, fuzzy msgid "" "You might want to increase {query_cache_size}, however keep in mind that the " "overhead of maintaining the cache is likely to increase with its size, so do " "this in small increments and monitor the results." msgstr "" -"Ați putea dori să creșteți valoarea parametrului {query_cache_size}, cu " -"toate acestea țineți minte că efortul de întreținere a memoriei cache este " -"probabil să crească proporțional cu dimensiunea sa, asa că faceți acest " -"lucru în incremente mici și monitorizați rezultatele." +"Poate vrei să mărești {query_cache_size}, totuși reține că efortul de " +"menținere a cache-ului probabil crește odată cu dimensiunea sa, deci fă asta " +"în pași mici și monitorizează rezultatele." #: libraries/advisory_rules.txt:186 -#, fuzzy, php-format +#, php-format msgid "" "The ratio of removed queries to inserted queries is %s%%. The lower this " "value is, the better (This rules firing limit: 0.1%%)" msgstr "" -"Raportul dintre interogările eliminate și cele inserate este %s%%. Cu cât " -"această valoare este mai mica cu atât este mai bine (Limita de activare a " -"regulilor este: 0,1%%)" +"Raportul dintre interogările înlăturate și interogările inserate este de %s%%" +". Cu cât această valoare este mai mică cu atât este mai bine (limita de " +"activare a acestor reguli este: 0,1%%)" #: libraries/advisory_rules.txt:188 -#, fuzzy msgid "Query cache max size" -msgstr "Mărimea maximă a memoriei cache alocată interogărilor" +msgstr "Dimensiune maximă cache interogări" #: libraries/advisory_rules.txt:191 #, fuzzy @@ -18074,31 +16696,28 @@ msgstr "" "memoria cache." #: libraries/advisory_rules.txt:192 -#, fuzzy msgid "" "Depending on your environment, it might be performance increasing to reduce " "this value." msgstr "" -"În funcție de mediu, ar putea fi vizibilă o creștere a performanței " +"În funcție de mediu tău, ar putea fi vizibilă o creștere a performanței la " "reducerea acestei valori." #: libraries/advisory_rules.txt:193 -#, fuzzy, php-format +#, php-format msgid "Current query cache size: %s" -msgstr "Dimensiune curentă a memoriei cache a interogărilor: %s" +msgstr "Dimensiune actuală cache interogări: %s" #: libraries/advisory_rules.txt:195 -#, fuzzy msgid "Query cache min result size" -msgstr "Dimensiunea minimă a rezultatelor în memoria cache a interogărilor" +msgstr "Dimensiune minimă rezultate cache interogări" #: libraries/advisory_rules.txt:198 -#, fuzzy msgid "" "The max size of the result set in the query cache is the default of 1 MiB." msgstr "" -"Dimensiunea maximă a setului rezultat în memoria cache de interogare este " -"implicit de 1 MiB." +"Implicit, dimensiunea maximă a setului rezultate în cache interogări este de " +"1 MiO." #: libraries/advisory_rules.txt:199 #, fuzzy @@ -18124,62 +16743,51 @@ msgstr "" "valorii parametrului {query_cache_limit} ar putea reduce eficiența." #: libraries/advisory_rules.txt:200 -#, fuzzy msgid "query_cache_limit is set to 1 MiB" -msgstr "valoarea parametrului query_cache_limit este setata la 1 MiB" +msgstr "query_cache_limit este setat la 1 MiO" #: libraries/advisory_rules.txt:204 -#, fuzzy msgid "Percentage of sorts that cause temporary tables" -msgstr "Procentul de sortări care provoaca generarea de tabele temporare" +msgstr "Procentul de sortări care generează tabele temporare" #: libraries/advisory_rules.txt:207 libraries/advisory_rules.txt:214 -#, fuzzy msgid "Too many sorts are causing temporary tables." -msgstr "Prea multe sortări cauzează crearea de tabele temporare." +msgstr "Prea multe sortări generează tabele temporare." #: libraries/advisory_rules.txt:208 libraries/advisory_rules.txt:215 -#, fuzzy -#| msgid "" -#| "Consider increasing sort_buffer_size and/or read_rnd_buffer_size, " -#| "depending on your system memory limits" msgid "" "Consider increasing {sort_buffer_size} and/or {read_rnd_buffer_size}, " "depending on your system memory limits." msgstr "" -"Luaţi în considerare creşterea valorilor parametrilor sort_buffer_size şi/" -"sau read_rnd_buffer_size, în funcţie de limitele memoriei sistemului " -"dumneavoastră" +"Ia în considerare creșterea {sort_buffer_size} și/sau {read_rnd_buffer_size}" +", în funcție de limitele memoriei sistemului tău." #: libraries/advisory_rules.txt:209 -#, fuzzy, php-format +#, php-format msgid "" "%s%% of all sorts cause temporary tables, this value should be lower than " "10%%." msgstr "" -"%s%% din sortări au generat tabele temporare, această valoare ar trebui să " +"%s%% din sortări generează tabele temporare, această valoare ar trebui să " "fie mai mică de 10%%." #: libraries/advisory_rules.txt:211 -#, fuzzy msgid "Rate of sorts that cause temporary tables" -msgstr "Rata de sortări care au generat tabele temporare" +msgstr "Rata de sortări care generează tabele temporare" #: libraries/advisory_rules.txt:216 -#, fuzzy, php-format +#, php-format msgid "" "Temporary tables average: %s, this value should be less than 1 per hour." msgstr "" -"Media de tabele temporare: %s, această valoare ar trebui să fie mai mică de " -"1 oră." +"Medie tabele temporare: %s, această valoare ar trebui să fie mai mică decât " +"1 pe oră." #: libraries/advisory_rules.txt:218 -#, fuzzy msgid "Sort rows" -msgstr "Sortare (ordonare) rânduri" +msgstr "Sortează rânduri" #: libraries/advisory_rules.txt:221 -#, fuzzy msgid "There are lots of rows being sorted." msgstr "Există o mulțime de rânduri sortate." @@ -18197,14 +16805,12 @@ msgid "Sorted rows average: %s" msgstr "" #: libraries/advisory_rules.txt:226 -#, fuzzy msgid "Rate of joins without indexes" -msgstr "Tabelele urmărite" +msgstr "Rată de asocieri fără indexuri" #: libraries/advisory_rules.txt:229 -#, fuzzy msgid "There are too many joins without indexes." -msgstr "Tabelele urmărite" +msgstr "Există prea multe asocieri fără indexuri." #: libraries/advisory_rules.txt:230 msgid "" @@ -18213,21 +16819,19 @@ msgid "" msgstr "" #: libraries/advisory_rules.txt:231 -#, fuzzy, php-format -#| msgid "Sort buffer size" +#, php-format msgid "Table joins average: %s, this value should be less than 1 per hour" -msgstr "Sortare Mărime tampon" +msgstr "" +"Medie asocieri tabel: %s, această valoare ar trebui să fie mai mică decât 1 " +"pe oră" #: libraries/advisory_rules.txt:233 -#, fuzzy msgid "Rate of reading first index entry" -msgstr "Tabelele urmărite" +msgstr "Rată de citire a primei intrări de index" #: libraries/advisory_rules.txt:236 -#, fuzzy -#| msgid "The number of pending log file fsyncs." msgid "The rate of reading the first index entry is high." -msgstr "The number of pending log file fsyncs." +msgstr "Rata de citire a primei intrări de index este mare." #: libraries/advisory_rules.txt:237 msgid "" @@ -18240,22 +16844,19 @@ msgid "" msgstr "" #: libraries/advisory_rules.txt:238 -#, fuzzy, php-format -#| msgid "Sort buffer size" +#, php-format msgid "Index scans average: %s, this value should be less than 1 per hour" -msgstr "Sortare Mărime tampon" +msgstr "" +"Medie scanări index: %s, această valoare ar trebui să fie mai mică decât 1 " +"pe oră" #: libraries/advisory_rules.txt:240 -#, fuzzy -#| msgid "Format of imported file" msgid "Rate of reading fixed position" -msgstr "Formatul fișierului importat" +msgstr "Rată de citire din poziție fixă" #: libraries/advisory_rules.txt:243 -#, fuzzy -#| msgid "The number of pending log file fsyncs." msgid "The rate of reading data from a fixed position is high." -msgstr "The number of pending log file fsyncs." +msgstr "Rata de citire a datelor dintr-o poziție fixă este mare." #: libraries/advisory_rules.txt:244 msgid "" @@ -18272,16 +16873,12 @@ msgid "" msgstr "" #: libraries/advisory_rules.txt:247 -#, fuzzy -#| msgid "Create table" msgid "Rate of reading next table row" -msgstr "Creare tabel" +msgstr "Rată de citire a următorului rând de tabel" #: libraries/advisory_rules.txt:250 -#, fuzzy -#| msgid "The current number of pending writes." msgid "The rate of reading the next table row is high." -msgstr "The current number of pending writes." +msgstr "Rata de citire a următorului rând de tabel este mare." #: libraries/advisory_rules.txt:251 msgid "" @@ -18290,11 +16887,12 @@ msgid "" msgstr "" #: libraries/advisory_rules.txt:252 -#, fuzzy, php-format -#| msgid "Sort buffer size" +#, php-format msgid "" "Rate of reading next table row: %s, this value should be less than 1 per hour" -msgstr "Sortare Mărime tampon" +msgstr "" +"Rată de citire a următorului rând de tabel: %s, această valoare ar trebui să " +"fie mai mică decât 1 pe oră" #: libraries/advisory_rules.txt:255 msgid "Different tmp_table_size and max_heap_table_size" @@ -18318,10 +16916,8 @@ msgid "Current values are tmp_table_size: %s, max_heap_table_size: %s" msgstr "" #: libraries/advisory_rules.txt:262 -#, fuzzy -#| msgid "Format of imported file" msgid "Percentage of temp tables on disk" -msgstr "Formatul fișierului importat" +msgstr "Procentul de tabele temporare pe disc" #: libraries/advisory_rules.txt:265 libraries/advisory_rules.txt:272 msgid "" @@ -18348,10 +16944,8 @@ msgid "" msgstr "" #: libraries/advisory_rules.txt:269 -#, fuzzy -#| msgid "%s table(s)" msgid "Temp disk rate" -msgstr "%s tabele" +msgstr "Rată temporare pe disc" #: libraries/advisory_rules.txt:273 msgid "" @@ -18370,12 +16964,12 @@ msgid "" "Rate of temporary tables being written to disk: %s, this value should be " "less than 1 per hour" msgstr "" +"Rată de tabele temporare care sunt scrise pe disc: %s, această valoare ar " +"trebui să fie mai mică decât 1 pe oră" #: libraries/advisory_rules.txt:278 -#, fuzzy -#| msgid "Sort buffer size" msgid "MyISAM key buffer size" -msgstr "Sortare Mărime tampon" +msgstr "Dimensiune tampon cheie MyISAM" #: libraries/advisory_rules.txt:281 msgid "Key buffer is not initialized. No MyISAM indexes will be cached." @@ -18388,22 +16982,18 @@ msgid "" msgstr "" #: libraries/advisory_rules.txt:283 -#, fuzzy -#| msgid "Sort buffer size" msgid "key_buffer_size is 0" -msgstr "Sortare Mărime tampon" +msgstr "key_buffer_size este 0" #: libraries/advisory_rules.txt:285 -#, fuzzy, php-format -#| msgid "Sort buffer size" +#, php-format msgid "Max %% MyISAM key buffer ever used" -msgstr "Sortare Mărime tampon" +msgstr "%% maxim tampon cheie MyISAM folosit vreodată" #: libraries/advisory_rules.txt:288 libraries/advisory_rules.txt:296 -#, fuzzy, php-format -#| msgid "Sort buffer size" +#, php-format msgid "MyISAM key buffer (index cache) %% used is low." -msgstr "Sortare Mărime tampon" +msgstr "Tamponul cheie MyISAM folosit (cache index) %% este mic." #: libraries/advisory_rules.txt:289 libraries/advisory_rules.txt:297 msgid "" @@ -18413,28 +17003,27 @@ msgid "" msgstr "" #: libraries/advisory_rules.txt:290 -#, fuzzy, php-format -#| msgid "Sort buffer size" +#, php-format msgid "" "max %% MyISAM key buffer ever used: %s%%, this value should be above 95%%" -msgstr "Sortare Mărime tampon" +msgstr "" +"%% tampon maxim cheie MyISAM folosit vreodată: %s%%, această valoare ar " +"trebui să fie mai mare de 95%%" #: libraries/advisory_rules.txt:293 -#, fuzzy -#| msgid "Sort buffer size" msgid "Percentage of MyISAM key buffer used" -msgstr "Sortare Mărime tampon" +msgstr "Procentul tamponului cheie MyISAM folosit" #: libraries/advisory_rules.txt:298 -#, fuzzy, php-format -#| msgid "Sort buffer size" +#, php-format msgid "%% MyISAM key buffer used: %s%%, this value should be above 95%%" -msgstr "Sortare Mărime tampon" +msgstr "" +"%% tampon cheie MyISAM folosit: %s%%, această valoare trebuie să fie mai " +"mare de 95%%" #: libraries/advisory_rules.txt:300 -#, fuzzy msgid "Percentage of index reads from memory" -msgstr "Afișare comandă întreagă" +msgstr "Procentul de citiri index din memorie" #: libraries/advisory_rules.txt:303 #, php-format @@ -18446,22 +17035,19 @@ msgid "You may need to increase {key_buffer_size}." msgstr "" #: libraries/advisory_rules.txt:305 -#, fuzzy, php-format -#| msgid "Sort buffer size" +#, php-format msgid "Index reads from memory: %s%%, this value should be above 95%%" -msgstr "Sortare Mărime tampon" +msgstr "" +"Citiri index din memorie: %s%%, această valoare trebuie să fie mai mare de " +"95%%" #: libraries/advisory_rules.txt:309 -#, fuzzy -#| msgid "Create table" msgid "Rate of table open" -msgstr "Creare tabel" +msgstr "Rată de deschidere tabel" #: libraries/advisory_rules.txt:312 -#, fuzzy -#| msgid "The current number of pending writes." msgid "The rate of opening tables is high." -msgstr "The current number of pending writes." +msgstr "Rata de deschidere a tabelelor este mare." #: libraries/advisory_rules.txt:313 msgid "" @@ -18470,10 +17056,11 @@ msgid "" msgstr "" #: libraries/advisory_rules.txt:314 -#, fuzzy, php-format -#| msgid "Sort buffer size" +#, php-format msgid "Opened table rate: %s, this value should be less than 10 per hour" -msgstr "Sortare Mărime tampon" +msgstr "" +"Rată tabele deschise: %s, această valoare ar trebui să fie mai mică decât 10 " +"pe oră" #: libraries/advisory_rules.txt:316 #, fuzzy @@ -18500,60 +17087,55 @@ msgid "" msgstr "" #: libraries/advisory_rules.txt:323 -#, fuzzy -#| msgid "Format of imported file" msgid "Rate of open files" -msgstr "Formatul fișierului importat" +msgstr "Rată de deschidere fișiere" #: libraries/advisory_rules.txt:326 -#, fuzzy -#| msgid "The number of pending log file fsyncs." msgid "The rate of opening files is high." -msgstr "The number of pending log file fsyncs." +msgstr "Rata de deschidere fișiere este mare." #: libraries/advisory_rules.txt:328 -#, fuzzy, php-format -#| msgid "Sort buffer size" +#, php-format msgid "Opened files rate: %s, this value should be less than 5 per hour" -msgstr "Sortare Mărime tampon" +msgstr "" +"Rată fișiere deschise: %s, această valoare ar trebui să fie mai mică decât 5 " +"pe oră" #: libraries/advisory_rules.txt:330 -#, fuzzy, php-format -#| msgid "Create table on database %s" +#, php-format msgid "Immediate table locks %%" -msgstr "Creează tabel nou în baza de date %s" +msgstr "Blocări de tabel imediate %%" #: libraries/advisory_rules.txt:333 libraries/advisory_rules.txt:340 -#, fuzzy -#| msgid "The number of times that a table lock was acquired immediately." msgid "Too many table locks were not granted immediately." -msgstr "The number of times that a table lock was acquired immediately." +msgstr "Prea multe blocări de tabel nu au fost acordate imediat." #: libraries/advisory_rules.txt:334 libraries/advisory_rules.txt:341 msgid "Optimize queries and/or use InnoDB to reduce lock wait." msgstr "" +"Optimizează interogările și/sau folosește InnoDB pentru a reduce așteptarea " +"blocării." #: libraries/advisory_rules.txt:335 -#, fuzzy, php-format -#| msgid "Sort buffer size" +#, php-format msgid "Immediate table locks: %s%%, this value should be above 95%%" -msgstr "Sortare Mărime tampon" +msgstr "" +"Blocări de tabel imediate: %s%%, această valoare ar trebui să fie peste 95%%" #: libraries/advisory_rules.txt:337 msgid "Table lock wait rate" -msgstr "" +msgstr "Rată de așteptare blocare tabel" #: libraries/advisory_rules.txt:342 -#, fuzzy, php-format -#| msgid "Sort buffer size" +#, php-format msgid "Table lock wait rate: %s, this value should be less than 1 per hour" -msgstr "Sortare Mărime tampon" +msgstr "" +"Rată de așteptare blocare tabel:%s, această valoare ar trebui să fie mai " +"mică decât 1 pe oră" #: libraries/advisory_rules.txt:344 -#, fuzzy -#| msgid "Key cache" msgid "Thread cache" -msgstr "Key cache" +msgstr "Cache fir de execuție" #: libraries/advisory_rules.txt:347 msgid "" @@ -18563,47 +17145,39 @@ msgstr "" #: libraries/advisory_rules.txt:348 msgid "Enable the thread cache by setting {thread_cache_size} > 0." -msgstr "" +msgstr "Activează cache-ul firului de execuție setând {thread_cache_size} > 0." #: libraries/advisory_rules.txt:349 -#, fuzzy -#| msgid "Tracking is not active." msgid "The thread cache is set to 0" -msgstr "Monitorizarea nu este activată" +msgstr "Cache-ul firului de execuție este setat la 0" #: libraries/advisory_rules.txt:351 -#, fuzzy, php-format -#| msgid "Tracking is not active." +#, php-format msgid "Thread cache hit rate %%" -msgstr "Monitorizarea nu este activată" +msgstr "Rată de succes cache fire de execuție %%" #: libraries/advisory_rules.txt:354 -#, fuzzy -#| msgid "Tracking is not active." msgid "Thread cache is not efficient." -msgstr "Monitorizarea nu este activată" +msgstr "Cache-ul firului de execuție nu este eficient." #: libraries/advisory_rules.txt:355 msgid "Increase {thread_cache_size}." -msgstr "" +msgstr "Mărește {thread_cache_size}." #: libraries/advisory_rules.txt:356 -#, fuzzy, php-format -#| msgid "Sort buffer size" +#, php-format msgid "Thread cache hitrate: %s%%, this value should be above 80%%" -msgstr "Sortare Mărime tampon" +msgstr "" +"Rată de succes cache fire de execuție: %s%%, această valoare ar trebui să " +"fie peste 80%%" #: libraries/advisory_rules.txt:358 -#, fuzzy -#| msgid "The number of threads that are not sleeping." msgid "Threads that are slow to launch" -msgstr "The number of threads that are not sleeping." +msgstr "Fire de execuție care sunt lente la lansare" #: libraries/advisory_rules.txt:361 -#, fuzzy -#| msgid "The number of threads that are not sleeping." msgid "There are too many threads that are slow to launch." -msgstr "The number of threads that are not sleeping." +msgstr "Există prea multe fire de execuție care sunt lente la lansare." #: libraries/advisory_rules.txt:362 msgid "" @@ -18621,30 +17195,25 @@ msgid "Slow launch time" msgstr "" #: libraries/advisory_rules.txt:368 -#, fuzzy -#| msgid "long_query_time is set to %d second(s)." msgid "Slow_launch_time is above 2s." -msgstr "long_query_time este setat la %d secunde." +msgstr "Slow_launch_time este de peste 2 sec." #: libraries/advisory_rules.txt:369 -#, fuzzy -#| msgid "The number of threads that are not sleeping." msgid "" "Set {slow_launch_time} to 1s or 2s to correctly count threads that are slow " "to launch." -msgstr "The number of threads that are not sleeping." +msgstr "" +"Setează {slow_launch_time} la o sec. sau 2 sec. pentru a număra corect " +"firele de execuție care sunt lente la lansare." #: libraries/advisory_rules.txt:370 -#, fuzzy, php-format -#| msgid "long_query_time is set to %d second(s)." +#, php-format msgid "slow_launch_time is set to %s" -msgstr "long_query_time este setat la %d secunde." +msgstr "long_query_time este setat la %s" #: libraries/advisory_rules.txt:374 -#, fuzzy -#| msgid "max. concurrent connections" msgid "Percentage of used connections" -msgstr "conexiuni concurente (maxim)" +msgstr "Procent de conexiuni folosite" #: libraries/advisory_rules.txt:377 msgid "" @@ -18666,16 +17235,12 @@ msgid "" msgstr "" #: libraries/advisory_rules.txt:381 -#, fuzzy -#| msgid "max. concurrent connections" msgid "Percentage of aborted connections" -msgstr "conexiuni concurente (maxim)" +msgstr "Procent de conexiuni anulate" #: libraries/advisory_rules.txt:384 libraries/advisory_rules.txt:391 -#, fuzzy -#| msgid "Allows creating temporary tables." msgid "Too many connections are aborted." -msgstr "Permite crearea de tabele temporare." +msgstr "Prea multe conexiuni sunt anulate." #: libraries/advisory_rules.txt:385 libraries/advisory_rules.txt:392 msgid "" @@ -18690,10 +17255,8 @@ msgid "%s%% of all connections are aborted. This value should be below 1%%" msgstr "" #: libraries/advisory_rules.txt:388 -#, fuzzy -#| msgid "max. concurrent connections" msgid "Rate of aborted connections" -msgstr "conexiuni concurente (maxim)" +msgstr "Rată de conexiuni anulate" #: libraries/advisory_rules.txt:393 #, php-format @@ -18702,16 +17265,12 @@ msgid "" msgstr "" #: libraries/advisory_rules.txt:395 -#, fuzzy -#| msgid "Format of imported file" msgid "Percentage of aborted clients" -msgstr "Formatul fișierului importat" +msgstr "Procent de clienți anulați" #: libraries/advisory_rules.txt:398 libraries/advisory_rules.txt:405 -#, fuzzy -#| msgid "Allows creating temporary tables." msgid "Too many clients are aborted." -msgstr "Permite crearea de tabele temporare." +msgstr "Prea mulți clienți sunt anulați." #: libraries/advisory_rules.txt:399 libraries/advisory_rules.txt:406 msgid "" @@ -18726,25 +17285,23 @@ msgid "%s%% of all clients are aborted. This value should be below 2%%" msgstr "" #: libraries/advisory_rules.txt:402 -#, fuzzy msgid "Rate of aborted clients" -msgstr "Rata de clienți abandonați" +msgstr "Rată de clienți anulați" #: libraries/advisory_rules.txt:407 -#, fuzzy, php-format +#, php-format msgid "Aborted client rate is at %s, this value should be less than 1 per hour" msgstr "" -"Rata de abandon a clientului este la %s, această valoare trebuie să fie mai " -"mică de 1 pe oră" +"Rata de clienți anulați este de %s, această valoare ar trebui să fie mai " +"mică decât 1 pe oră" #: libraries/advisory_rules.txt:411 msgid "Is InnoDB disabled?" msgstr "" #: libraries/advisory_rules.txt:414 -#, fuzzy msgid "You do not have InnoDB enabled." -msgstr "Nu aveţi InnoDB activat." +msgstr "Nu ai InnoDB activat." #: libraries/advisory_rules.txt:415 msgid "InnoDB is usually the better choice for table engines." @@ -18755,17 +17312,16 @@ msgid "have_innodb is set to 'value'" msgstr "" #: libraries/advisory_rules.txt:418 -#, fuzzy msgid "InnoDB log size" -msgstr "Dimensiunea jurnalului InnoDB" +msgstr "Dimensiune jurnal InnoDB" #: libraries/advisory_rules.txt:421 -#, fuzzy -#| msgid "The number writes done to the InnoDB buffer pool." msgid "" "The InnoDB log file size is not an appropriate size, in relation to the " "InnoDB buffer pool." -msgstr "The number writes done to the InnoDB buffer pool." +msgstr "" +"Dimensiunea fișierului jurnal InnoDB nu este o dimensiune adecvată, în " +"raport cu buffer pool InnoDB." #: libraries/advisory_rules.txt:422 #, php-format @@ -18782,21 +17338,21 @@ msgid "" msgstr "" #: libraries/advisory_rules.txt:423 -#, fuzzy, php-format -#| msgid "The number writes done to the InnoDB buffer pool." +#, php-format msgid "" "Your InnoDB log size is at %s%% in relation to the InnoDB buffer pool size, " "it should not be below 20%%" -msgstr "The number writes done to the InnoDB buffer pool." +msgstr "" +"Dimensiunea jurnalului tău InnoDB este de %s%% în raport cu dimensiunea " +"buffer pool InnoDB, nu ar trebui să fie sub 20%%" #: libraries/advisory_rules.txt:425 -#, fuzzy msgid "Max InnoDB log size" -msgstr "Mărimea maximă a înregistrării InnoDB" +msgstr "Dimensiune maximă jurnal InnoDB" #: libraries/advisory_rules.txt:428 msgid "The InnoDB log file size is inadequately large." -msgstr "" +msgstr "Dimensiunea fișierului jurnal InnoDB este insuficient de mare." #: libraries/advisory_rules.txt:429 #, fuzzy, php-format @@ -18836,17 +17392,15 @@ msgstr "" #: libraries/advisory_rules.txt:430 #, php-format msgid "Your absolute InnoDB log size is %s MiB" -msgstr "" +msgstr "Dimensiunea absolută a jurnalului tău InnoDB este de %s MiO" #: libraries/advisory_rules.txt:432 -#, fuzzy msgid "InnoDB buffer pool size" -msgstr "Mărimea buffer-ului pool al InnoDB" +msgstr "Dimensiune buffer pool InnoDB" #: libraries/advisory_rules.txt:435 -#, fuzzy msgid "Your InnoDB buffer pool is fairly small." -msgstr "Buffer-ul pentru InnoDB este destul de mic." +msgstr "Buffer pool InnoDB este destul de mic." #: libraries/advisory_rules.txt:436 #, php-format @@ -18862,6 +17416,16 @@ msgid "" "\"https://www.percona.com/blog/2007/11/03/choosing-innodb_buffer_pool_size/" "\">this article" msgstr "" +"Buffer pool InnoDB are un impact profund asupra performanței pentru tabelele " +"InnoDB. Alocă toată memoria rămasă în acest tampon. Pentru serverele de bază " +"de date care folosesc exclusiv InnoDB ca motor de stocare și nu a alte " +"servicii care rulează (de exemplu, un server web), poți seta o valoare mare, " +"cum ar fi 80%% din memoria disponibilă. În caz contrar, trebuie să evaluezi " +"cu atenție consumul de memorie al celorlalte servicii și tabelele non-InnoDB " +"și să setezi această variabilă în consecință. Dacă este setată o valoare " +"prea mare, sistemul tău va începe să se schimbe, ceea ce scade semnificativ " +"performanța. De asemenea, vezi acest articol" #: libraries/advisory_rules.txt:437 #, php-format @@ -18871,32 +17435,32 @@ msgid "" "perfectly adequate for your system if you don't have much InnoDB tables or " "other services running on the same machine." msgstr "" +"În prezent folosești %s%% din memorie pentru buffer pool InnoDB. Această " +"regulă se declanșează dacă aloci mai puțin de 60%%, totuși acest lucru ar " +"putea fi adecvat în totalitate pentru sistemul tău dacă nu ai prea multe " +"tabele InnoDB sau alte servicii care rulează pe aceeași mașină." #: libraries/advisory_rules.txt:441 -#, fuzzy msgid "MyISAM concurrent inserts" -msgstr "inserări concurente MyISAM" +msgstr "Inserări concurente MyISAM" #: libraries/advisory_rules.txt:444 msgid "Enable {concurrent_insert} by setting it to 1" msgstr "Activează {concurrent_insert} setându-i valoarea la 1" #: libraries/advisory_rules.txt:445 -#, fuzzy msgid "" "Setting {concurrent_insert} to 1 reduces contention between readers and " "writers for a given table. See also MySQL Documentation" msgstr "" -"Setând {concurrent_insert} la 1 reduceți conflictele dintre cititori si " -"scriitori pentru o tabelă dată. Vedeți de asemenea " -"Documentația MySQL" +"Setând {concurrent_insert} la 1 reduce disputele între cititori și scriitori " +"pentru un tabel dat. De asemenea, vezi documentația MySQL" #: libraries/advisory_rules.txt:446 -#, fuzzy msgid "concurrent_insert is set to 0" -msgstr "concurrent_insert este setat cu 0" +msgstr "concurrent_insert este setat la 0" #~ msgid "Search results for \"%s\" %s:" #~ msgstr "Caută rezultate pentru \"%s\" %s:" From fb26e057e6340a6470bd347a4f9a1b44ace57ba0 Mon Sep 17 00:00:00 2001 From: Stefan Murariu Date: Thu, 26 Jul 2018 10:56:56 +0000 Subject: [PATCH 055/114] Translated using Weblate (Romanian) Currently translated at 92.1% (3030 of 3288 strings) [CI skip] Translation: phpMyAdmin/4.8 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-8/ro/ Signed-off-by: Stefan Murariu --- po/ro.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/po/ro.po b/po/ro.po index fea79ac5cc..49b454ae91 100644 --- a/po/ro.po +++ b/po/ro.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.8.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2018-02-12 16:30+0100\n" -"PO-Revision-Date: 2018-07-26 10:59+0000\n" -"Last-Translator: Dan Caragea \n" +"PO-Revision-Date: 2018-07-26 11:00+0000\n" +"Last-Translator: Stefan Murariu \n" "Language-Team: Romanian \n" "Language: ro\n" @@ -31,7 +31,7 @@ msgstr "" #: db_central_columns.php:127 msgid "The central list of columns for the current database is empty." -msgstr "Lista centrală de coloane pentru baza de date curentă este goală." +msgstr "Lista centralizată de coloane în baza de date curentă este goală." #: db_central_columns.php:156 msgid "Click to sort." From 6c2f9436625fb6f9e5b5f91aea2ac418426a2359 Mon Sep 17 00:00:00 2001 From: Dan Caragea Date: Thu, 26 Jul 2018 11:00:16 +0000 Subject: [PATCH 056/114] Translated using Weblate (Romanian) Currently translated at 92.1% (3030 of 3288 strings) [CI skip] Translation: phpMyAdmin/4.8 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-8/ro/ Signed-off-by: Dan Caragea --- po/ro.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/po/ro.po b/po/ro.po index 49b454ae91..394eebc2a2 100644 --- a/po/ro.po +++ b/po/ro.po @@ -5,7 +5,7 @@ msgstr "" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2018-02-12 16:30+0100\n" "PO-Revision-Date: 2018-07-26 11:00+0000\n" -"Last-Translator: Stefan Murariu \n" +"Last-Translator: Dan Caragea \n" "Language-Team: Romanian \n" "Language: ro\n" @@ -31,7 +31,7 @@ msgstr "" #: db_central_columns.php:127 msgid "The central list of columns for the current database is empty." -msgstr "Lista centralizată de coloane în baza de date curentă este goală." +msgstr "Lista centrală de coloane pentru baza de date curentă este goală." #: db_central_columns.php:156 msgid "Click to sort." From 3875624bd20f6ff71d3d51bdbd5072d8aa7ca5b5 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 26 Jul 2018 11:00:18 +0000 Subject: [PATCH 057/114] Translated using Weblate (Romanian) Currently translated at 92.1% (3030 of 3288 strings) [CI skip] Translation: phpMyAdmin/4.8 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-8/ro/ Signed-off-by: Alex --- po/ro.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/po/ro.po b/po/ro.po index 394eebc2a2..ec45e34248 100644 --- a/po/ro.po +++ b/po/ro.po @@ -5,7 +5,7 @@ msgstr "" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2018-02-12 16:30+0100\n" "PO-Revision-Date: 2018-07-26 11:00+0000\n" -"Last-Translator: Dan Caragea \n" +"Last-Translator: Alex \n" "Language-Team: Romanian \n" "Language: ro\n" @@ -40,7 +40,7 @@ msgstr "Dă clic pentru a sorta." #: db_central_columns.php:175 #, php-format msgid "Showing rows %1$s - %2$s." -msgstr "Arăt rândurile %1$s - %2$s." +msgstr "Afișează rând(uri) %1$s - %2$s" #: db_datadict.php:59 libraries/classes/Operations.php:47 msgid "Database comment" From dfcfa64e4cbc53b214e942ba366b01a2f5d29cd6 Mon Sep 17 00:00:00 2001 From: Dan Caragea Date: Thu, 26 Jul 2018 11:00:40 +0000 Subject: [PATCH 058/114] Translated using Weblate (Romanian) Currently translated at 92.1% (3030 of 3288 strings) [CI skip] Translation: phpMyAdmin/4.8 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-8/ro/ Signed-off-by: Dan Caragea --- po/ro.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/po/ro.po b/po/ro.po index ec45e34248..b5a6e20e2b 100644 --- a/po/ro.po +++ b/po/ro.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.8.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2018-02-12 16:30+0100\n" -"PO-Revision-Date: 2018-07-26 11:00+0000\n" -"Last-Translator: Alex \n" +"PO-Revision-Date: 2018-07-26 11:01+0000\n" +"Last-Translator: Dan Caragea \n" "Language-Team: Romanian \n" "Language: ro\n" @@ -40,7 +40,7 @@ msgstr "Dă clic pentru a sorta." #: db_central_columns.php:175 #, php-format msgid "Showing rows %1$s - %2$s." -msgstr "Afișează rând(uri) %1$s - %2$s" +msgstr "Arăt rândurile %1$s - %2$s." #: db_datadict.php:59 libraries/classes/Operations.php:47 msgid "Database comment" From 7e10bf1ef714b0f17348078d2750bd0248e56b6c Mon Sep 17 00:00:00 2001 From: Raul Molnar Date: Thu, 26 Jul 2018 11:01:13 +0000 Subject: [PATCH 059/114] Translated using Weblate (Romanian) Currently translated at 92.1% (3030 of 3288 strings) [CI skip] Translation: phpMyAdmin/4.8 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-8/ro/ Signed-off-by: Raul Molnar --- po/ro.po | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/po/ro.po b/po/ro.po index b5a6e20e2b..9e2c97a546 100644 --- a/po/ro.po +++ b/po/ro.po @@ -5,7 +5,7 @@ msgstr "" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2018-02-12 16:30+0100\n" "PO-Revision-Date: 2018-07-26 11:01+0000\n" -"Last-Translator: Dan Caragea \n" +"Last-Translator: Raul Molnar \n" "Language-Team: Romanian \n" "Language: ro\n" @@ -329,8 +329,7 @@ msgstr "Baza de date %1$s a fost copiată în %2$s." msgid "" "The phpMyAdmin configuration storage has been deactivated. %sFind out why%s." msgstr "" -"Spațiul de stocare pentru configurarea phpMyAdmin a fost dezactivat. %sAflă " -"de ce%s." +"Configurările phpMyAdmin au fost dezactivate. Află de ce, click %saici%s." #: db_qbe.php:130 msgid "You have to choose at least one column to display!" From 84907424137b3aec2ff140bab88c229a6f0af411 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 26 Jul 2018 11:45:29 +0000 Subject: [PATCH 060/114] Translated using Weblate (Hebrew) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently translated at 49.3% (1622 of 3288 strings) [CI skip] Translation: phpMyAdmin/4.8 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-8/he/ Signed-off-by: Michal Čihař --- po/he.po | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/po/he.po b/po/he.po index 5854b12f01..a5142ef23c 100644 --- a/po/he.po +++ b/po/he.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.8.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2018-02-12 16:30+0100\n" -"PO-Revision-Date: 2018-07-11 13:39+0000\n" -"Last-Translator: Yaron Shahrabani \n" +"PO-Revision-Date: 2018-07-26 11:46+0000\n" +"Last-Translator: Michal Čihař \n" "Language-Team: Hebrew \n" "Language: he\n" @@ -16900,6 +16900,9 @@ msgid "" "writers for a given table. See also MySQL Documentation" msgstr "" +"הגדרת {concurrent_insert} ל־1 מקטינה את המחלוקת בין הקוראים והכותבים לטבלה " +"מסוימת. ניתן גם לעיין בתיעוד שלMySQL" #: libraries/advisory_rules.txt:446 msgid "concurrent_insert is set to 0" From af5b68d96af82e0d1def22fbb00e21581d4c8122 Mon Sep 17 00:00:00 2001 From: Dan Caragea Date: Thu, 26 Jul 2018 11:01:39 +0000 Subject: [PATCH 061/114] Translated using Weblate (Romanian) Currently translated at 92.4% (3039 of 3288 strings) [CI skip] Translation: phpMyAdmin/4.8 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-8/ro/ Signed-off-by: Dan Caragea --- po/ro.po | 38 ++++++++++++++++---------------------- 1 file changed, 16 insertions(+), 22 deletions(-) diff --git a/po/ro.po b/po/ro.po index 9e2c97a546..b154374387 100644 --- a/po/ro.po +++ b/po/ro.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.8.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2018-02-12 16:30+0100\n" -"PO-Revision-Date: 2018-07-26 11:01+0000\n" -"Last-Translator: Raul Molnar \n" +"PO-Revision-Date: 2018-07-26 11:46+0000\n" +"Last-Translator: Dan Caragea \n" "Language-Team: Romanian \n" "Language: ro\n" @@ -329,7 +329,8 @@ msgstr "Baza de date %1$s a fost copiată în %2$s." msgid "" "The phpMyAdmin configuration storage has been deactivated. %sFind out why%s." msgstr "" -"Configurările phpMyAdmin au fost dezactivate. Află de ce, click %saici%s." +"Spațiul de stocare pentru configurarea phpMyAdmin a fost dezactivat. %sAflă " +"de ce%s." #: db_qbe.php:130 msgid "You have to choose at least one column to display!" @@ -1275,31 +1276,26 @@ msgstr "KiO" #. l10n: shortcuts for Megabyte #: js/messages.php:201 libraries/classes/Server/Status/Monitor.php:225 #: libraries/classes/Util.php:1266 -#, fuzzy msgid "MiB" msgstr "MiO" #. l10n: shortcuts for Gigabyte #: js/messages.php:202 libraries/classes/Util.php:1268 -#, fuzzy msgid "GiB" msgstr "GiO" #. l10n: shortcuts for Terabyte #: js/messages.php:203 libraries/classes/Util.php:1270 -#, fuzzy msgid "TiB" msgstr "TiO" #. l10n: shortcuts for Petabyte #: js/messages.php:204 libraries/classes/Util.php:1272 -#, fuzzy msgid "PiB" msgstr "PiO" #. l10n: shortcuts for Exabyte #: js/messages.php:205 libraries/classes/Util.php:1274 -#, fuzzy msgid "EiB" msgstr "EiO" @@ -3143,6 +3139,8 @@ msgid "" "The configuration storage is not ready for the central list of columns " "feature." msgstr "" +"Spațiul de stocare pentru configurare nu este pregătit pentru lista centrală " +"a funcționalității coloane." #: libraries/classes/CentralColumns.php:355 #, php-format @@ -15773,7 +15771,7 @@ msgstr "Salvează ieșirea într-un fișier" #: templates/display/export/options_output.twig:51 #, php-format msgid "Skip tables larger than %s MiB" -msgstr "" +msgstr "Sari peste tabelele mai mari de %s MiO" #: templates/display/export/options_output_separate_files.twig:7 msgid "Export databases as separate files" @@ -16489,16 +16487,14 @@ msgid "MySQL is not compiled as a 64-bit package." msgstr "MySQL nu este compilat ca un pachet de 64 de biți." #: libraries/advisory_rules.txt:139 -#, fuzzy msgid "" "Your memory capacity is above 3 GiB (assuming the Server is on localhost), " "so MySQL might not be able to access all of your memory. You might want to " "consider installing the 64-bit version of MySQL." msgstr "" -"Capacitatea de memorie depășește 3 GiB (presupunând că serverul de bază de " -"date este pe server-ul, PC-ul, propriu), așa că este posibil ca MySQL sa nu " -"poată accesa toată memoria RAM a sistemului. Ați putea lua în considerare " -"instalarea versiunii de MySQL pe 64 de biți." +"Capacitatea memoriei tale depășește 3 GiO (presupunând că serverul este pe " +"localhost), probabil MySQL nu poate să-ți acceseze toată. Poate iei în " +"considerare instalarea versiunii MySQL pe 64 de biți." #: libraries/advisory_rules.txt:140 #, php-format @@ -16522,7 +16518,7 @@ msgid "" msgstr "" "Este binecunoscut, cache-ul interogărilor îmbunătățește performanța dacă " "este configurat corect. Activează-l setând {query_cache_size} la o valoare " -"de 2 MiB și setând {query_cache_type} la „PORNIT”. Notă: Dacă " +"de 2 MiO și setând {query_cache_type} la „PORNIT”. Notă: Dacă " "folosești memcached, ignoră această recomandare." #: libraries/advisory_rules.txt:151 @@ -16684,15 +16680,13 @@ msgid "Query cache max size" msgstr "Dimensiune maximă cache interogări" #: libraries/advisory_rules.txt:191 -#, fuzzy msgid "" "The query cache size is above 128 MiB. Big query caches may cause " "significant overhead that is required to maintain the cache." msgstr "" -"Dimensiunea memoriei cache a interogărilor depășește 128 MiB. Dimensiunile " -"mari ale memoriei cache a interogărilor poate provoca încărcări " -"semnificative deoarece este necesar un efort suplimentar pentru a întreține " -"memoria cache." +"Dimensiunea cache interogări depășește 128 MiO. Cache-urile mari de " +"interogări pot genera încărcări semnificative care necesită un efort " +"suplimentar pentru menținerea cache-ului." #: libraries/advisory_rules.txt:192 msgid "" @@ -16715,8 +16709,8 @@ msgstr "Dimensiune minimă rezultate cache interogări" msgid "" "The max size of the result set in the query cache is the default of 1 MiB." msgstr "" -"Implicit, dimensiunea maximă a setului rezultate în cache interogări este de " -"1 MiO." +"Implicit, dimensiunea maximă a setului de rezultate în cache interogări este " +"de 1 MiO." #: libraries/advisory_rules.txt:199 #, fuzzy From ff0a5e82cef1f8fd91ab1c0265473029b2cbfa57 Mon Sep 17 00:00:00 2001 From: Dan Caragea Date: Tue, 24 Jul 2018 07:54:51 +0000 Subject: [PATCH 062/114] Translated using Weblate (Romanian) Currently translated at 92.2% (3036 of 3291 strings) [CI skip] Translation: phpMyAdmin/Development Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/ro/ Signed-off-by: Dan Caragea --- po/ro.po | 3106 +++++++++++++++++++----------------------------------- 1 file changed, 1100 insertions(+), 2006 deletions(-) diff --git a/po/ro.po b/po/ro.po index 03b46cf8d2..cb71966533 100644 --- a/po/ro.po +++ b/po/ro.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 5.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2018-05-28 21:06-0300\n" -"PO-Revision-Date: 2018-07-24 07:50+0000\n" +"PO-Revision-Date: 2018-07-26 11:47+0000\n" "Last-Translator: Dan Caragea \n" "Language-Team: Romanian \n" @@ -248,7 +248,7 @@ msgstr "Da" #: db_export.php:52 msgid "View dump (schema) of database" -msgstr "Vezi depozitul (schema) bazei de date" +msgstr "Vezi dump-ul (schema) bazei de date" #: db_export.php:57 db_tracking.php:109 export.php:390 #: libraries/classes/Controllers/Database/DatabaseStructureController.php:174 @@ -1180,6 +1180,11 @@ msgid "" "likely that your current configuration will not work anymore. Please reset " "your configuration to default in the Settings menu." msgstr "" +"Configurarea de aranjare a diagramelor în memoria locală a navigatoarelor " +"tale nu mai este compatibilă cu cea mai nouă versiune a ferestrei de dialog " +"a monitorului. Este foarte probabil ca actuala configurare nu mai " +"funcționeze. Te rog resetează-ți configurarea la valorile implicite în " +"meniul Setări." #: js/messages.php:176 msgid "Query cache efficiency" @@ -1276,31 +1281,26 @@ msgstr "KiO" #. l10n: shortcuts for Megabyte #: js/messages.php:204 libraries/classes/Server/Status/Monitor.php:227 #: libraries/classes/Util.php:1268 -#, fuzzy msgid "MiB" msgstr "MiO" #. l10n: shortcuts for Gigabyte #: js/messages.php:205 libraries/classes/Util.php:1270 -#, fuzzy msgid "GiB" msgstr "GiO" #. l10n: shortcuts for Terabyte #: js/messages.php:206 libraries/classes/Util.php:1272 -#, fuzzy msgid "TiB" msgstr "TiO" #. l10n: shortcuts for Petabyte #: js/messages.php:207 libraries/classes/Util.php:1274 -#, fuzzy msgid "PiB" msgstr "PiO" #. l10n: shortcuts for Exabyte #: js/messages.php:208 libraries/classes/Util.php:1276 -#, fuzzy msgid "EiB" msgstr "EiO" @@ -1330,7 +1330,7 @@ msgstr "Adaugă diagramă la grilă" #: js/messages.php:218 msgid "Please add at least one variable to the series!" -msgstr "Te rog adaugă cel puțin o variabilă în serii!" +msgstr "Te rog adaugă cel puțin o variabilă la serie!" #: js/messages.php:219 libraries/classes/Display/Results.php:1478 #: libraries/classes/Plugins/Export/ExportSql.php:2195 @@ -1344,7 +1344,6 @@ msgstr "Te rog adaugă cel puțin o variabilă în serii!" #: templates/privileges/privileges_summary.twig:30 #: templates/table/search/rows_zoom.twig:20 #: templates/columns_definitions/transformation.twig:4 -#, fuzzy msgid "None" msgstr "Niciunul" @@ -1689,9 +1688,8 @@ msgid "Analyse query" msgstr "Analizează interogarea" #: js/messages.php:339 -#, fuzzy msgid "Advisor system" -msgstr "Consilier de sistem" +msgstr "Sistem de consultanță" #: js/messages.php:340 msgid "Possible performance issues" @@ -1866,7 +1864,6 @@ msgid "Delete the matches for the %s table?" msgstr "Ștergi potrivirile pentru tabelul %s?" #: js/messages.php:401 -#, fuzzy msgid "The definition of a stored function must contain a RETURN statement!" msgstr "Definiția unei funcții stocate trebuie să conțină o declarație RETURN!" @@ -2873,45 +2870,38 @@ msgstr "Sâmbătă" #. l10n: Short week day name #: js/messages.php:852 -#, fuzzy msgid "Sun" -msgstr "Dum" +msgstr "D" #. l10n: Short week day name #: js/messages.php:854 libraries/classes/Util.php:1510 -#, fuzzy msgid "Mon" -msgstr "Lun" +msgstr "L" #. l10n: Short week day name #: js/messages.php:856 libraries/classes/Util.php:1512 -#, fuzzy msgid "Tue" -msgstr "Mar" +msgstr "Ma" #. l10n: Short week day name #: js/messages.php:858 libraries/classes/Util.php:1514 -#, fuzzy msgid "Wed" -msgstr "Mie" +msgstr "Mi" #. l10n: Short week day name #: js/messages.php:860 libraries/classes/Util.php:1516 -#, fuzzy msgid "Thu" -msgstr "Joi" +msgstr "J" #. l10n: Short week day name #: js/messages.php:862 libraries/classes/Util.php:1518 -#, fuzzy msgid "Fri" -msgstr "Vin" +msgstr "V" #. l10n: Short week day name #: js/messages.php:864 libraries/classes/Util.php:1520 -#, fuzzy msgid "Sat" -msgstr "Sâm" +msgstr "S" #. l10n: Minimal week day name #: js/messages.php:871 @@ -3163,6 +3153,8 @@ msgid "" "The configuration storage is not ready for the central list of columns " "feature." msgstr "" +"Spațiul de stocare pentru configurare nu este pregătit pentru lista centrală " +"a funcționalității coloane." #: libraries/classes/CentralColumns.php:364 #, php-format @@ -4011,7 +4003,7 @@ msgstr "Șablon nume tabel" #: libraries/classes/Plugins/Export/ExportSql.php:210 #: libraries/classes/Plugins/Export/ExportTexytext.php:65 msgid "Dump table" -msgstr "Aruncă la gunoi tabelul" +msgstr "Dump tabel" #: libraries/classes/Config/Descriptions.php:300 #: libraries/classes/Plugins/Export/ExportLatex.php:91 @@ -4039,9 +4031,8 @@ msgstr "Cheie etichetă" #: libraries/classes/Config/Descriptions.php:401 #: libraries/classes/Plugins/Export/ExportOdt.php:508 #: templates/columns_definitions/table_fields_definitions.twig:71 -#, fuzzy msgid "MIME type" -msgstr "Tip MIME" +msgstr "Tip de MIME" #: libraries/classes/Config/Descriptions.php:316 #: libraries/classes/Config/Descriptions.php:340 @@ -4124,9 +4115,8 @@ msgid "Add %s" msgstr "Adaugă %s" #: libraries/classes/Config/Descriptions.php:386 -#, fuzzy msgid "Use hexadecimal for BINARY & BLOB" -msgstr "Utilizați hexazecimale pentru BINARY & BLOB" +msgstr "Folosește hexazecimale pentru BINAR și BLOB" #: libraries/classes/Config/Descriptions.php:389 msgid "" @@ -4436,7 +4426,6 @@ msgid "SQL queries settings." msgstr "Setări interogări SQL." #: libraries/classes/Config/Descriptions.php:567 -#, fuzzy msgid "Startup" msgstr "Pornire" @@ -4491,9 +4480,8 @@ msgid "Customize text input fields." msgstr "Personalizează câmpurile de intrare text." #: libraries/classes/Config/Descriptions.php:597 -#, fuzzy msgid "Texy! text" -msgstr "Texy! text" +msgstr "Text Texy!" #: libraries/classes/Config/Descriptions.php:599 msgid "Customize default options" @@ -7334,9 +7322,8 @@ msgid "Copy to clipboard" msgstr "Copiază în clipboard" #: libraries/classes/Display/Results.php:4920 -#, fuzzy msgid "Query results operations" -msgstr "Operațiuni asupra rezultatelor interogării" +msgstr "Operații rezultate interogări" #: libraries/classes/Display/Results.php:5004 #: templates/table/chart/tbl_chart.twig:10 @@ -7526,9 +7513,8 @@ msgstr "" "reparării prin procesul de sortare." #: libraries/classes/Engines/Myisam.php:72 -#, fuzzy msgid "Sort buffer size" -msgstr "Sortare Mărime tampon" +msgstr "Sortează dimensiune tampon" #: libraries/classes/Engines/Myisam.php:74 #, fuzzy @@ -7732,9 +7718,9 @@ msgid "The web server does not have permission to save the file %s." msgstr "Serverul web nu are permisiunea de a salva fișierul %s." #: libraries/classes/Export.php:414 -#, fuzzy, php-format +#, php-format msgid "Dump has been saved to file %s." -msgstr "Copia a fost salvată în fișierul %s." +msgstr "Dump-ul a fost salvat în fișierul %s." #: libraries/classes/File.php:258 msgid "File was not an uploaded file." @@ -7839,7 +7825,7 @@ msgstr "MySQL a returnat un set de rezultate gol (adică zero rânduri)." #: libraries/classes/Import.php:298 libraries/classes/Sql.php:1441 msgid "[ROLLBACK occurred.]" -msgstr "" +msgstr "[ROLLBACK s-a făcut.]" #: libraries/classes/Import.php:1228 msgid "" @@ -9283,7 +9269,7 @@ msgstr "structură și date" #: libraries/classes/Plugins/Export/ExportTexytext.php:82 #: libraries/classes/Plugins/Export/ExportXml.php:141 msgid "Data dump options" -msgstr "Opțiuni eliminare date" +msgstr "Opțiuni dump date" #: libraries/classes/Plugins/Export/ExportHtmlword.php:213 #: libraries/classes/Plugins/Export/ExportOdt.php:274 @@ -9536,7 +9522,7 @@ msgstr "În loc de declarațiile INSEREAZĂ, folosește:" #: libraries/classes/Plugins/Export/ExportSql.php:365 msgid "INSERT DELAYED statements" -msgstr "" +msgstr "Declarații INSERT DELAYED" #: libraries/classes/Plugins/Export/ExportSql.php:377 #: libraries/classes/Plugins/Export/ExportSql.php:411 @@ -9985,23 +9971,17 @@ msgid "%B %d, %Y at %I:%M %p" msgstr "%B %d, %Y la %I:%M %p" #: libraries/classes/Plugins/Transformations/Abs/DownloadTransformationsPlugin.php:30 -#, 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:30 #, fuzzy @@ -11465,141 +11445,119 @@ 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:951 -#, 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:956 -#, 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:1006 #: libraries/classes/Server/Privileges.php:1170 #: libraries/classes/Server/Privileges.php:3342 #: 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:1009 #: 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 "Important: numele drepturilor de acces MySQL apar în engleză" +msgstr "Notă: numele privilegiilor MySQL sunt în limba engleză." #: libraries/classes/Server/Privileges.php:1149 -#, fuzzy msgid "Administration" msgstr "Administrare" #: libraries/classes/Server/Privileges.php:1164 #: libraries/classes/Server/Privileges.php:3538 -#, fuzzy msgid "Global privileges" msgstr "Privilegii globale" #: libraries/classes/Server/Privileges.php:1165 -#, fuzzy -#| msgid "global" msgid "Global" -msgstr "global" +msgstr "Globale" #: libraries/classes/Server/Privileges.php:1167 #: libraries/classes/Server/Privileges.php:3336 -#, fuzzy msgid "Database-specific privileges" -msgstr "Drepturi specifice bazei de date" +msgstr "Privilegii specifice bazei de date" #: libraries/classes/Server/Privileges.php:1239 server_privileges.php:72 -#, fuzzy msgid "Allows creating new tables." -msgstr "Permite crearea de noi tabele." +msgstr "Permite crearea de tabele noi." #: libraries/classes/Server/Privileges.php:1251 server_privileges.php:78 -#, fuzzy msgid "Allows dropping tables." -msgstr "Permite aruncarea a unei baze de date." +msgstr "Permite eliminarea tabelelor." #: libraries/classes/Server/Privileges.php:1314 -#, 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:1350 server_privileges.php:83 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:1428 #: libraries/classes/Server/Privileges.php:1459 -#, fuzzy -#| msgid "Cookie authentication" msgid "Native MySQL authentication" -msgstr "Autentificare Cookie" +msgstr "Autentificare nativă MySQL" #: libraries/classes/Server/Privileges.php:1461 -#, fuzzy -#| msgid "Signon authentication" msgid "SHA256 password authentication" -msgstr "Autentificare Signon" +msgstr "Autentificare cu parolă SHA256" #: libraries/classes/Server/Privileges.php:1495 #: libraries/classes/Server/Privileges.php:3104 -#, fuzzy msgid "Login Information" -msgstr "Informații de autentificare" +msgstr "Informații despre autentificare" #: libraries/classes/Server/Privileges.php:1518 #: libraries/classes/Server/Privileges.php:1676 #: templates/privileges/add_privileges_table.twig:7 #: templates/privileges/add_privileges_routine.twig:7 -#, fuzzy msgid "Use text field" -msgstr "Utilizare câmp text" +msgstr "Folosește câmp text" #: libraries/classes/Server/Privileges.php:1544 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:1553 -#, fuzzy -#| msgid "User name" msgid "Host name:" -msgstr "Nume utilizator" +msgstr "Nume gazdă:" #: 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 "Denumire jurnal" +msgstr "Nume gazdă" #: libraries/classes/Server/Privileges.php:1666 -#, fuzzy msgid "Do not change the password" -msgstr "Nu schimbați parola" +msgstr "Nu schimba parola" #: libraries/classes/Server/Privileges.php:1716 -#, fuzzy -#| msgid "Authentication" msgid "Authentication Plugin" -msgstr "Autentificare" +msgstr "Modul de autentificare" #: libraries/classes/Server/Privileges.php:1723 #, fuzzy @@ -11608,247 +11566,204 @@ msgid "Password Hashing Method" msgstr "Criptare Parola" #: libraries/classes/Server/Privileges.php:2013 -#, 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:2057 -#, 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:2155 #: 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:2164 -#, 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:2170 -#, 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:2181 msgid "Grant all privileges on wildcard name (username\\_%)." -msgstr "" +msgstr "Acordă toate privilegiile pentru nume metacaracter (username\\_%)." #: libraries/classes/Server/Privileges.php:2194 -#, 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:2368 #: libraries/classes/Server/Privileges.php:2442 -#, 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:2412 -#, 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:2565 #: libraries/classes/Server/Privileges.php:3546 #: templates/privileges/privileges_summary.twig:16 -#, fuzzy msgid "Grant" -msgstr "Permite" +msgstr "Acordă" #: libraries/classes/Server/Privileges.php:2580 msgid "Not enough privilege to view users." -msgstr "" +msgstr "Nu ai privilegii suficiente pentru a vedea utilizatorii." #: libraries/classes/Server/Privileges.php:2599 #: libraries/classes/Server/Privileges.php:3969 -#, 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:2630 #: libraries/classes/Server/Privileges.php:2962 #: libraries/classes/Server/Privileges.php:3628 -#, fuzzy msgid "Any" msgstr "Oricare" #: libraries/classes/Server/Privileges.php:2681 -#, fuzzy msgid "global" msgstr "global" #: libraries/classes/Server/Privileges.php:2684 -#, fuzzy msgid "database-specific" msgstr "specific bazei de date" #: libraries/classes/Server/Privileges.php:2686 -#, fuzzy msgid "wildcard" -msgstr "Metacaracter" +msgstr "metacaracter" #: libraries/classes/Server/Privileges.php:2692 -#, fuzzy -#| msgid "database-specific" msgid "table-specific" -msgstr "specific bazei de date" +msgstr "specific tabelului" #: libraries/classes/Server/Privileges.php:2831 -#, fuzzy -#| msgid "Edit Privileges" msgid "Edit privileges" -msgstr "Editează drepturile de acces" +msgstr "Editează privilegiile" #: libraries/classes/Server/Privileges.php:2834 -#, fuzzy msgid "Revoke" -msgstr "Revocare" +msgstr "Revocă" #: libraries/classes/Server/Privileges.php:2858 -#, fuzzy -#| msgid "Edit server" msgid "Edit user group" -msgstr "Redactează serverul" +msgstr "Editează grupul de utilizatori" #: libraries/classes/Server/Privileges.php:3076 -#, fuzzy msgid "… keep the old one." -msgstr "… menține cel vechi." +msgstr "… păstrează-l pe cel vechi." #: libraries/classes/Server/Privileges.php:3077 -#, 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:3079 -#, 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:3083 -#, 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:3105 -#, 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:3111 -#, 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:3348 #: 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: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 "Grup de utilizatori" #: libraries/classes/Server/Privileges.php:3667 #: libraries/classes/Server/Privileges.php:4798 -#, 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:3845 -#, 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:3848 -#, fuzzy msgid "Reloading the privileges" -msgstr "Reîncărcarea drepturilor" +msgstr "Reîncarc privilegiile" #: libraries/classes/Server/Privileges.php:3867 -#, 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:3942 -#, 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:4047 -#, fuzzy, php-format +#, php-format msgid "Deleting %s" -msgstr "Șterge %s" +msgstr "Șterg %s" #: libraries/classes/Server/Privileges.php:4077 -#, 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:4168 -#, fuzzy, php-format +#, php-format msgid "The user %s already exists!" msgstr "Utilizatorul %s există deja!" #: libraries/classes/Server/Privileges.php:4441 -#, fuzzy, php-format -#| msgid "Privileges" +#, php-format msgid "Privileges for %s" -msgstr "Drepturi de acces" +msgstr "Privilegii pentru %s" #: libraries/classes/Server/Privileges.php:4450 #: libraries/classes/Server/Status/Processes.php:83 #: libraries/classes/Server/UserGroups.php:51 -#, fuzzy msgid "User" msgstr "Utilizator" #: libraries/classes/Server/Privileges.php:4518 -#, fuzzy -#| msgid "Edit Privileges" msgid "Edit privileges:" -msgstr "Editează drepturile de acces" +msgstr "Editează privilegiile:" #: libraries/classes/Server/Privileges.php:4519 -#, fuzzy -#| msgid "Users" msgid "User account" -msgstr "Utilizatori" +msgstr "Cont utilizator" #: libraries/classes/Server/Privileges.php:4593 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:4613 #: libraries/classes/Server/Users.php:32 -#, fuzzy -#| msgid "User overview" msgid "User accounts overview" -msgstr "Descriere utilizator" +msgstr "Prezentare generală conturi utilizatori" #: libraries/classes/Server/Privileges.php:4688 msgid "" @@ -11856,32 +11771,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: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 "" -"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: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, 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 " @@ -11889,33 +11796,30 @@ 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:5018 -#, 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:55 #: libraries/classes/Server/Select.php:60 -#, fuzzy -#| msgid "Current server" msgid "Current server:" -msgstr "Server curent" +msgstr "Server curent:" #: libraries/classes/Server/Status.php:70 #, php-format msgid "Network traffic since startup: %s" -msgstr "" +msgstr "Trafic în rețea de la pornire: %s" #: libraries/classes/Server/Status.php:83 -#, 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:105 msgid "" @@ -11946,39 +11850,36 @@ 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:168 -#, fuzzy msgid "Received" -msgstr "Recepționat" +msgstr "Primite" #: libraries/classes/Server/Status.php:187 -#, fuzzy msgid "Sent" -msgstr "Trimis" +msgstr "Trimise" #: libraries/classes/Server/Status.php:254 -#, fuzzy -#| msgid "max. concurrent connections" msgid "Max. concurrent connections" -msgstr "conexiuni concurente (maxim)" +msgstr "Nr. maxim conexiuni concurente" #: libraries/classes/Server/Status.php:264 -#, fuzzy msgid "Failed attempts" -msgstr "Încercări nereușite" +msgstr "Încercări eșuate" #: libraries/classes/Server/Status/Advisor.php:31 -#, fuzzy -#| msgid "Introduction" msgid "Instructions" -msgstr "Introducere" +msgstr "Instrucțiuni" #: libraries/classes/Server/Status/Advisor.php:37 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:43 msgid "" @@ -11986,6 +11887,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:50 msgid "" @@ -11993,6 +11896,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:58 msgid "" @@ -12000,134 +11906,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:117 #: libraries/classes/Server/Status/Processes.php:111 -#, fuzzy msgid "SQL query" -msgstr "Comanda SQL" +msgstr "Interogare SQL" #: libraries/classes/Server/Status/Data.php:120 -#, fuzzy msgid "Handler" msgstr "Gestionar" #: libraries/classes/Server/Status/Data.php:121 -#, fuzzy msgid "Query cache" msgstr "Cache interogări" #: libraries/classes/Server/Status/Data.php:122 -#, fuzzy msgid "Threads" -msgstr "Fire" +msgstr "Fire de execuție" #: libraries/classes/Server/Status/Data.php:124 -#, fuzzy msgid "Temporary data" msgstr "Date temporare" #: libraries/classes/Server/Status/Data.php:125 -#, fuzzy msgid "Delayed inserts" -msgstr "Inserări întîrziate" +msgstr "Inserări întârziate" #: libraries/classes/Server/Status/Data.php:126 -#, fuzzy msgid "Key cache" msgstr "Cache cheie" #: libraries/classes/Server/Status/Data.php:127 -#, fuzzy msgid "Joins" -msgstr "Joncțiuni" +msgstr "Asocieri" #: libraries/classes/Server/Status/Data.php:129 -#, fuzzy msgid "Sorting" msgstr "Sortare" #: libraries/classes/Server/Status/Data.php:131 -#, fuzzy msgid "Transaction coordinator" msgstr "Coordonator tranzacție" #: libraries/classes/Server/Status/Data.php:132 #: templates/server/binlog/log_selector.twig:21 -#, fuzzy msgid "Files" msgstr "Fișiere" #: libraries/classes/Server/Status/Data.php:148 -#, fuzzy msgid "Flush (close) all tables" msgstr "Golește (închide) toate tabelele" #: libraries/classes/Server/Status/Data.php:154 -#, fuzzy msgid "Show open tables" -msgstr "Afișează tabele deschise" +msgstr "Arată tabele deschise" #: libraries/classes/Server/Status/Data.php:163 -#, fuzzy msgid "Show slave hosts" -msgstr "Afișează gazde sclavi" +msgstr "Arată gazde sclav" #: libraries/classes/Server/Status/Data.php:173 -#, fuzzy msgid "Show slave status" -msgstr "Afișează stare sclav" +msgstr "Arată stare sclav" #: libraries/classes/Server/Status/Data.php:178 -#, fuzzy msgid "Flush query cache" -msgstr "Reinițializare cache interogare" +msgstr "Golește cache interogări" #: libraries/classes/Server/Status/Data.php:435 -#, fuzzy msgid "Query statistics" -msgstr "Statisticile interogărilor" +msgstr "Statistici interogări" #: libraries/classes/Server/Status/Data.php:439 -#, fuzzy msgid "All status variables" msgstr "Toate variabilele de stare" #: libraries/classes/Server/Status/Data.php:443 -#, fuzzy msgid "Monitor" msgstr "Monitor" #: libraries/classes/Server/Status/Data.php:447 -#, fuzzy msgid "Advisor" -msgstr "Consilier" +msgstr "Consultanță" #: libraries/classes/Server/Status/Data.php:491 -#, 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:496 -#, 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:75 -#, fuzzy msgid "Log statistics" -msgstr "Statisticile rândului" +msgstr "Statistici jurnale" #: libraries/classes/Server/Status/Monitor.php:76 -#, fuzzy msgid "Selected time range:" -msgstr "Perioada selectată:" +msgstr "Perioadă de timp selectată:" #: libraries/classes/Server/Status/Monitor.php:84 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" @@ -12136,26 +12024,23 @@ msgstr "" #: libraries/classes/Server/Status/Monitor.php:90 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:94 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:98 msgid "Results are grouped by query text." -msgstr "" +msgstr "Rezultatele sunt grupate după textul interogării." #: libraries/classes/Server/Status/Monitor.php:102 -#, fuzzy -#| msgid "Query type" msgid "Query analyzer" -msgstr "Tip interogare" +msgstr "Analizator interogare" #: libraries/classes/Server/Status/Monitor.php:119 -#, fuzzy -#| msgid "Introduction" msgid "Monitor Instructions" -msgstr "Introducere" +msgstr "Instrucțiuni pentru monitor" #: libraries/classes/Server/Status/Monitor.php:121 msgid "" @@ -12165,10 +12050,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:137 msgid "Using the monitor:" -msgstr "" +msgstr "Folosind monitorul:" #: libraries/classes/Server/Status/Monitor.php:140 msgid "" @@ -12176,6 +12066,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:146 msgid "" @@ -12184,10 +12077,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:156 msgid "Please note:" -msgstr "" +msgstr "Te rog reține:" #: libraries/classes/Server/Status/Monitor.php:159 msgid "" @@ -12196,230 +12094,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:180 #: libraries/classes/Server/Status/Monitor.php:288 -#, fuzzy -#| msgid "Add %s field(s)" msgid "Add chart" -msgstr "Adaugă %s câmp(uri)" +msgstr "Adaugă diagramă" #: libraries/classes/Server/Status/Monitor.php:183 -#, fuzzy msgid "Chart Title" -msgstr "Titlu grafic" +msgstr "Titlu diagramă" #: libraries/classes/Server/Status/Monitor.php:186 -#, fuzzy -#| msgid "Rename database to" msgid "Preset chart" -msgstr "Redenumire bază de date în" +msgstr "Pre-setează diagrama" #: libraries/classes/Server/Status/Monitor.php:191 msgid "Status variable(s)" -msgstr "" +msgstr "Variabilă (variabile) de stare" #: libraries/classes/Server/Status/Monitor.php:194 -#, fuzzy -#| msgid "Select Tables" msgid "Select series:" -msgstr "Selectează tabele" +msgstr "Selectează seria:" #: libraries/classes/Server/Status/Monitor.php:196 msgid "Commonly monitored" -msgstr "" +msgstr "Monitorizate frecvent" #: libraries/classes/Server/Status/Monitor.php:212 -#, 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:219 msgid "Display as differential value" -msgstr "" +msgstr "Afișează ca valoare diferențială" #: libraries/classes/Server/Status/Monitor.php:223 msgid "Apply a divisor" -msgstr "" +msgstr "Aplică un divizor" #: libraries/classes/Server/Status/Monitor.php:231 msgid "Append unit to data values" -msgstr "" +msgstr "Atașează o unitate la valorile datelor" #: libraries/classes/Server/Status/Monitor.php:237 -#, 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:239 msgid "Clear series" -msgstr "" +msgstr "Anulează seria" #: libraries/classes/Server/Status/Monitor.php:242 -#, fuzzy msgid "Series in chart:" -msgstr "Comanda SQL" +msgstr "Serie în diagramă:" #: libraries/classes/Server/Status/Monitor.php:263 -#, fuzzy -#| msgid "Start" msgid "Start Monitor" -msgstr "Dum" +msgstr "Pornește monitorul" #: libraries/classes/Server/Status/Monitor.php:269 -#, fuzzy -#| msgid "Introduction" msgid "Instructions/Setup" -msgstr "Introducere" +msgstr "Instrucțiuni/inițializare" #: libraries/classes/Server/Status/Monitor.php:272 msgid "Done dragging (rearranging) charts" -msgstr "" +msgstr "Am terminat tragerea (rearanjarea) diagramelor" # Activați evidențierea #: libraries/classes/Server/Status/Monitor.php:292 -#, fuzzy -#| msgid "Enable highlighting" msgid "Enable charts dragging" -msgstr "Activați highlighting-ul" +msgstr "Activează tragerea diagramelor" #: libraries/classes/Server/Status/Monitor.php:296 #: libraries/classes/Server/Status/Processes.php:40 -#, fuzzy msgid "Refresh rate" -msgstr "Reîncarcă" +msgstr "Rată de împrospătare" #: libraries/classes/Server/Status/Monitor.php:305 -#, fuzzy -#| msgid "Add/Delete Field Columns" msgid "Chart columns" -msgstr "Adaugă/șterge coloane" +msgstr "Coloane diagrame" #: libraries/classes/Server/Status/Monitor.php:317 msgid "Chart arrangement" -msgstr "" +msgstr "Aranjament diagrame" #: libraries/classes/Server/Status/Monitor.php:320 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:334 msgid "Reset to default" -msgstr "" +msgstr "Resetează la valorile implicite" #: libraries/classes/Server/Status/Processes.php:35 -#, 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:79 -#, fuzzy msgid "ID" msgstr "ID" #: libraries/classes/Server/Status/Processes.php:95 -#, fuzzy msgid "Command" -msgstr "Comanda" +msgstr "Comandă" #: libraries/classes/Server/Status/Processes.php:107 msgid "Progress" -msgstr "" +msgstr "Progres" #: libraries/classes/Server/Status/Processes.php:232 #: libraries/classes/Server/Status/Variables.php:49 templates/filter.twig:2 -#, fuzzy msgid "Filters" -msgstr "Fișiere" +msgstr "Filtre" #: libraries/classes/Server/Status/Processes.php:240 -#, fuzzy -#| msgid "Show open tables" msgid "Show only active" -msgstr "Afișează tabele deschise" +msgstr "Arată numai active" #: libraries/classes/Server/Status/Queries.php:42 #, php-format msgid "Questions since startup: %s" -msgstr "" +msgstr "Întrebări de la pornire: %s" #: libraries/classes/Server/Status/Queries.php:53 -#, fuzzy -#| msgid "per hour" msgid "per hour:" -msgstr "pe oră" +msgstr "pe oră:" #: libraries/classes/Server/Status/Queries.php:56 -#, fuzzy -#| msgid "per minute" msgid "per minute:" -msgstr "pe minut" +msgstr "pe minut:" #: libraries/classes/Server/Status/Queries.php:63 -#, fuzzy -#| msgid "per second" msgid "per second:" -msgstr "pe secundă" +msgstr "pe secundă:" #: libraries/classes/Server/Status/Queries.php:100 -#, fuzzy msgid "Statements" -msgstr "Comenzi" +msgstr "Declarații" #. l10n: # = Amount of queries #: libraries/classes/Server/Status/Queries.php:103 msgid "#" -msgstr "" +msgstr "#" #: libraries/classes/Server/Status/Variables.php:54 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:62 -#, 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:67 msgid "Filter by category…" -msgstr "" +msgstr "Filtrează după categoria…" #: libraries/classes/Server/Status/Variables.php:88 -#, fuzzy -#| msgid "Show open tables" msgid "Show unformatted values" -msgstr "Afișează tabele deschise" +msgstr "Arată valori neformatate" #: libraries/classes/Server/Status/Variables.php:107 -#, fuzzy -#| msgid "Relations" msgid "Related links:" -msgstr "Legături" +msgstr "Legături similare:" #: libraries/classes/Server/Status/Variables.php:341 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:345 -#, 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:348 msgid "" @@ -12427,15 +12288,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:353 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:356 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:360 msgid "" @@ -12444,48 +12309,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:367 -#, 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:370 -#, 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:374 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:378 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:383 msgid "The number of INSERT DELAYED rows written." -msgstr "" +msgstr "Numărul de rânduri INSERT DELAYED scrise." #: libraries/classes/Server/Status/Variables.php:386 msgid "The number of executed FLUSH statements." -msgstr "" +msgstr "Numărul de declarații FLUSH executate." #: libraries/classes/Server/Status/Variables.php:389 msgid "The number of internal COMMIT statements." -msgstr "" +msgstr "Numărul de declarații interne COMMIT." #: libraries/classes/Server/Status/Variables.php:392 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:395 msgid "" @@ -12506,6 +12377,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:412 msgid "" @@ -12538,33 +12412,29 @@ msgstr "" #: libraries/classes/Server/Status/Variables.php:435 msgid "The number of internal ROLLBACK statements." -msgstr "" +msgstr "Numărul de declarații interne ROLLBACK." #: libraries/classes/Server/Status/Variables.php:438 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:441 -#, 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:444 -#, 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:447 -#, 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:450 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:454 -#, fuzzy msgid "The number of free pages." msgstr "Numărul de pagini libere." @@ -12574,6 +12444,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:462 msgid "" @@ -12585,7 +12458,7 @@ msgstr "" #: libraries/classes/Server/Status/Variables.php:469 msgid "Total size of buffer pool, in pages." -msgstr "" +msgstr "Dimensiune totală buffer pool, în pagini." #: libraries/classes/Server/Status/Variables.php:472 msgid "" @@ -12624,52 +12497,43 @@ msgstr "" #: libraries/classes/Server/Status/Variables.php:499 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:502 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:505 msgid "The current number of pending reads." -msgstr "" +msgstr "Numărul curent de citiri în așteptare." #: libraries/classes/Server/Status/Variables.php:508 msgid "The current number of pending writes." -msgstr "" +msgstr "Numărul curent de scrieri în așteptare." #: libraries/classes/Server/Status/Variables.php:511 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:514 -#, fuzzy msgid "The total number of data reads." msgstr "Numărul total de citiri de date." #: libraries/classes/Server/Status/Variables.php:517 -#, fuzzy msgid "The total number of data writes." msgstr "Numărul total de scrieri de date." #: libraries/classes/Server/Status/Variables.php:520 -#, 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:523 -#, 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:527 -#, 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:530 msgid "" @@ -12679,16 +12543,15 @@ msgstr "" #: libraries/classes/Server/Status/Variables.php:534 msgid "The number of log write requests." -msgstr "" +msgstr "Numărul de cereri de scriere în jurnal." #: libraries/classes/Server/Status/Variables.php:537 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:540 -#, 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:543 msgid "The number of pending log file fsyncs." @@ -12696,14 +12559,13 @@ msgstr "" #: libraries/classes/Server/Status/Variables.php:546 msgid "Pending log file writes." -msgstr "" +msgstr "Scrieri în așteptare pentru fișierul jurnal." #: libraries/classes/Server/Status/Variables.php:549 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:552 -#, fuzzy msgid "The number of pages created." msgstr "Numărul de pagini create." @@ -12712,52 +12574,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:560 -#, fuzzy msgid "The number of pages read." msgstr "Numărul de pagini citite." #: libraries/classes/Server/Status/Variables.php:563 -#, fuzzy msgid "The number of pages written." msgstr "Numărul de pagini scrise." #: libraries/classes/Server/Status/Variables.php:566 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:569 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:572 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:575 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:578 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:581 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:584 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:587 -#, 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:590 -#, fuzzy msgid "The number of rows updated in InnoDB tables." msgstr "Numărul de rânduri actualizate în tabelele InnoDB." @@ -12772,6 +12634,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:602 msgid "" @@ -12779,16 +12643,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:607 -#, 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:610 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:613 msgid "" @@ -12796,25 +12661,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:619 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:623 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:626 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:629 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:633 msgid "" @@ -12828,29 +12700,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:643 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:646 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:650 msgid "The number of files that are open." -msgstr "" +msgstr "Numărul de fișiere care sunt deschise." #: libraries/classes/Server/Status/Variables.php:653 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:656 -#, 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:659 msgid "" @@ -12858,18 +12736,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:664 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:667 -#, 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:670 -#, fuzzy msgid "The number of queries added to the cache." msgstr "Numărul de interogări adăugate la cache." @@ -12886,16 +12765,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:684 -#, 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:687 -#, 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:690 msgid "The status of failsafe replication (not yet implemented)." @@ -12906,10 +12785,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:697 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:700 msgid "" @@ -12926,6 +12809,7 @@ msgstr "" #: libraries/classes/Server/Status/Variables.php:709 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:712 msgid "The number of temporary tables currently open by the slave SQL thread." @@ -12943,17 +12827,21 @@ msgstr "" #: libraries/classes/Server/Status/Variables.php:720 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:723 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:727 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:731 msgid "" @@ -12964,20 +12852,19 @@ msgstr "" #: libraries/classes/Server/Status/Variables.php:736 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:739 -#, fuzzy msgid "The number of sorted rows." msgstr "Numărul de rânduri sortate." #: libraries/classes/Server/Status/Variables.php:742 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:745 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:748 msgid "" @@ -12995,9 +12882,8 @@ msgid "" msgstr "" #: libraries/classes/Server/Status/Variables.php:759 -#, 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:762 msgid "" @@ -13008,10 +12894,8 @@ msgid "" msgstr "" #: libraries/classes/Server/Status/Variables.php:769 -#, 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:772 msgid "The number of threads that are not sleeping." @@ -13020,265 +12904,202 @@ msgstr "" #: libraries/classes/Server/UserGroups.php:34 #, php-format msgid "Users of '%s' user group" -msgstr "" +msgstr "Utilizatorii din grupul de utilizatori „%s”" #: libraries/classes/Server/UserGroups.php:47 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:77 #: libraries/classes/Server/Users.php:40 -#, fuzzy -#| msgid "Users" msgid "User groups" -msgstr "Utilizatori" +msgstr "Grupuri de utilizatori" #: libraries/classes/Server/UserGroups.php:92 -#, fuzzy -#| msgid "Server version" msgid "Server level tabs" -msgstr "Versiune server" +msgstr "File la nivel de server" #: libraries/classes/Server/UserGroups.php:93 -#, 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:94 -#, fuzzy -#| msgid "Table removal" msgid "Table level tabs" -msgstr "Denumire tabel" +msgstr "File la nivel de tabel" #: libraries/classes/Server/UserGroups.php:122 -#, fuzzy -#| msgid "View" msgid "View users" -msgstr "Vizualizare" +msgstr "Vezi utilizatorii" #: libraries/classes/Server/UserGroups.php:158 #: libraries/classes/Server/UserGroups.php:224 -#, fuzzy -#| msgid "Add user" msgid "Add user group" -msgstr "Adaugă utilizator" +msgstr "Adaugă grup de utilizatori" #: libraries/classes/Server/UserGroups.php:227 #, php-format msgid "Edit user group: '%s'" -msgstr "" +msgstr "Editează grupul de utilizatori: „%s”" #: libraries/classes/Server/UserGroups.php:243 -#, fuzzy -#| msgid "No privileges." msgid "User group menu assignments" -msgstr "Fără drepturi." +msgstr "Sarcini meniu grup de utilizatori" #: libraries/classes/Server/UserGroups.php:251 -#, fuzzy -#| msgid "Column names" msgid "Group name:" -msgstr "Denumirile coloanelor" +msgstr "Nume grup:" #: libraries/classes/Server/UserGroups.php:288 -#, fuzzy -#| msgid "Server version" msgid "Server-level tabs" -msgstr "Versiune server" +msgstr "File la nivel de server" #: libraries/classes/Server/UserGroups.php:291 -#, 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:294 -#, fuzzy -#| msgid "Table removal" msgid "Table-level tabs" -msgstr "Denumire tabel" +msgstr "File la nivel de tabel" #: libraries/classes/Sql.php:269 libraries/classes/Util.php:1147 #: templates/console/display.twig:31 templates/console/display.twig:175 -#, fuzzy msgid "Profiling" -msgstr "Creare profil" +msgstr "Creez profilul" #: libraries/classes/Sql.php:272 -#, fuzzy -#| msgid "Data files" msgid "Detailed profile" -msgstr "Fișiere cu date" +msgstr "Profil detaliat" #: libraries/classes/Sql.php:277 libraries/classes/Sql.php:293 -#, fuzzy -#| msgctxt "Start of recurring event" -#| msgid "Start" msgid "State" -msgstr "Începutul" +msgstr "Stare" #: libraries/classes/Sql.php:290 msgid "Summary by state" -msgstr "" +msgstr "Rezumat după stare" #: libraries/classes/Sql.php:296 -#, fuzzy -#| msgid "Total" msgid "Total Time" -msgstr "Total" +msgstr "Timp total" #: libraries/classes/Sql.php:298 -#, fuzzy -#| msgid "Time" msgid "% Time" -msgstr "Timp" +msgstr "Timp %" #: libraries/classes/Sql.php:300 -#, fuzzy -#| msgid "Close" msgid "Calls" -msgstr "Închide" +msgstr "Apelări" #: libraries/classes/Sql.php:302 -#, fuzzy -#| msgid "Time" msgid "ø Time" -msgstr "Timp" +msgstr "ø timp" #: libraries/classes/Sql.php:607 libraries/classes/Sql.php:625 -#, 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:611 -#, fuzzy -#| msgid "Label" msgid "Label:" -msgstr "Etichetă" +msgstr "Etichetă:" #: libraries/classes/Sql.php:618 libraries/classes/SqlQueryForm.php:314 -#, fuzzy msgid "Let every user access this bookmark" msgstr "Permite tuturor utilizatorilor să acceseze acest semn de carte" #: libraries/classes/Sql.php:834 -#, 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:944 -#, 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:1421 -#, fuzzy msgid "Showing as PHP code" -msgstr "Afișare ca cod PHP" +msgstr "Arăt drept cod PHP" #: libraries/classes/Sql.php:1796 -#, 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:1810 -#, 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:1852 -#, 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:246 setup/frames/index.inc.php:255 #: templates/console/display.twig:7 -#, fuzzy msgid "Clear" -msgstr "Goliți" +msgstr "Anulează" #: libraries/classes/SqlQueryForm.php:252 msgid "Get auto-saved query" -msgstr "" +msgstr "Ia interogarea salvată automat" #: libraries/classes/SqlQueryForm.php:258 -#, fuzzy -#| msgid "Bad parameters!" msgid "Bind parameters" -msgstr "Parametrii greșiți!" +msgstr "Parametri legați" #: libraries/classes/SqlQueryForm.php:306 -#, 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:320 -#, 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:334 -#, fuzzy msgid "Delimiter" msgstr "Delimitator" #: libraries/classes/SqlQueryForm.php:344 -#, 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:361 msgid "Rollback when finished" -msgstr "" +msgstr "Restaurează când termini" #: libraries/classes/SqlQueryForm.php:406 -#, fuzzy msgid "shared" -msgstr "comun" +msgstr "partajat" #: libraries/classes/SqlQueryForm.php:419 -#, fuzzy msgid "View only" msgstr "Numai vizualizare" #: libraries/classes/StorageEngine.php:282 -#, fuzzy msgid "" "There is no detailed status information available for this storage engine." msgstr "" @@ -13287,238 +13108,221 @@ msgstr "" #: libraries/classes/StorageEngine.php:385 #: 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:388 -#, 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:391 -#, 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:396 -#, 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:340 -#, fuzzy msgid "Unknown table status:" msgstr "Stare tabel necunoscută:" #: libraries/classes/Table.php:895 -#, 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:903 -#, 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:1446 -#, fuzzy msgid "Invalid database:" msgstr "Bază de date invalidă:" #: libraries/classes/Table.php:1463 -#, fuzzy msgid "Invalid table name:" -msgstr "Denumire de tabel invalidă:" +msgstr "Nume tabel invalid:" #: libraries/classes/Table.php:1498 -#, 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:1517 -#, 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:1748 -#, 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:1778 -#, 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 $cfg['Servers'][$i]" -"['MaxTableUiprefs'] %s)" +"Ștergerea preferințelor UI tabel a eșuat (vezi " +"$cfg['Servers'][$i]['MaxTableUiprefs'] %s)" #: libraries/classes/Table.php:1931 -#, 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:2067 -#, 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:2078 -#, 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:2100 -#, 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:2408 -#, 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:129 -#, 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:188 -#, 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:96 -#, 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:176 -#, 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:257 -#, 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:347 -#, fuzzy msgid "Theme:" msgstr "Temă:" #: libraries/classes/Tracking.php:174 templates/server/plugins/section.twig:11 -#, fuzzy msgid "Version" -msgstr "Persană" +msgstr "Versiune" #: libraries/classes/Tracking.php:175 #: templates/database/tracking/tracked_tables.twig:13 -#, fuzzy msgid "Created" -msgstr "Creat" +msgstr "Creată" #: libraries/classes/Tracking.php:176 #: templates/database/tracking/tracked_tables.twig:14 -#, fuzzy msgid "Updated" -msgstr "Actualizat" +msgstr "Actualizată" #: libraries/classes/Tracking.php:185 libraries/classes/Tracking.php:249 -#, fuzzy -#| msgid "Create version" msgid "Delete version" -msgstr "Creează versiune" +msgstr "Șterge versiunea" #: libraries/classes/Tracking.php:186 libraries/classes/Tracking.php:349 #: templates/database/tracking/tracked_tables.twig:60 -#, fuzzy msgid "Tracking report" -msgstr "Raport de monitorizare" +msgstr "Raport de urmărire" #: libraries/classes/Tracking.php:187 libraries/classes/Tracking.php:676 #: templates/database/tracking/tracked_tables.twig:65 -#, fuzzy msgid "Structure snapshot" -msgstr "Instantaneu al structurii" +msgstr "Instantaneu structură" #: libraries/classes/Tracking.php:353 msgid "Tracking statements" -msgstr "" +msgstr "Declarații de urmărire" #: libraries/classes/Tracking.php:365 -#, 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:376 -#, fuzzy msgid "No data" -msgstr "Nu sînt date" +msgstr "Nu există date" #: libraries/classes/Tracking.php:466 libraries/classes/Tracking.php:516 #, 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:538 msgid "SQL dump (file download)" -msgstr "" +msgstr "Dump SQL (descărcare fișier)" #: libraries/classes/Tracking.php:540 msgid "SQL dump" -msgstr "" +msgstr "Dump SQL" #: libraries/classes/Tracking.php:543 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:545 -#, fuzzy msgid "SQL execution" msgstr "Execuție SQL" #: libraries/classes/Tracking.php:550 -#, fuzzy, php-format +#, php-format msgid "Export as %s" msgstr "Exportă ca %s" #: libraries/classes/Tracking.php:576 msgid "Data manipulation statement" -msgstr "" +msgstr "Declarație manipulare date" #: libraries/classes/Tracking.php:600 msgid "Data definition statement" -msgstr "" +msgstr "Declarație definiție date" #: libraries/classes/Tracking.php:694 #, php-format msgid "Version %s snapshot (SQL code)" -msgstr "" +msgstr "Instantaneu versiune %s (cod SQL)" #: libraries/classes/Tracking.php:761 msgid "Tracking data definition successfully deleted" -msgstr "" +msgstr "Definiția datelor de urmărire ștearsă cu succes" #: libraries/classes/Tracking.php:771 msgid "Tracking data manipulation successfully deleted" -msgstr "" +msgstr "Manipularea datelor de urmărire ștearsă cu succes" #: libraries/classes/Tracking.php:825 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:829 msgid "Comment out these two lines if you do not need them." @@ -13526,46 +13330,42 @@ msgstr "" #: libraries/classes/Tracking.php:839 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:887 #, php-format msgid "Tracking report for table `%s`" -msgstr "" +msgstr "Raport de urmărire pentru tabelul „%s”" #: libraries/classes/Tracking.php:917 -#, 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:920 -#, 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:1012 -#, 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:1043 #, 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:1140 libraries/classes/Tracking.php:1285 #: templates/table/tracking/selectable_tables.twig:9 -#, fuzzy msgid "active" -msgstr "activ" +msgstr "activă" #: libraries/classes/Tracking.php:1143 libraries/classes/Tracking.php:1280 #: templates/table/tracking/selectable_tables.twig:11 -#, fuzzy msgid "not active" -msgstr "inactiv" +msgstr "inactivă" #: libraries/classes/Types.php:205 #, fuzzy @@ -13668,14 +13468,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:267 -#, 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:272 -#, 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:277 msgid "" @@ -13684,76 +13485,69 @@ msgid "" msgstr "" #: libraries/classes/Types.php:283 -#, 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:287 -#, 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:293 -#, 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:299 -#, 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:305 -#, 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:311 -#, 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:317 -#, 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:323 -#, 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:329 #, fuzzy @@ -13798,58 +13592,48 @@ msgid "" msgstr "" #: libraries/classes/Types.php:361 -#, 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:365 -#, 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:367 -#, 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:369 -#, fuzzy msgid "A point in 2-dimensional space" msgstr "Un punct într-un plan bidimensional" #: libraries/classes/Types.php:371 -#, 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:373 -#, fuzzy msgid "A polygon" msgstr "Un poligon" #: libraries/classes/Types.php:375 -#, fuzzy msgid "A collection of points" -msgstr "O colecţie de puncte" +msgstr "O colecție de puncte" #: libraries/classes/Types.php:378 -#, 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:381 -#, fuzzy msgid "A collection of polygons" -msgstr "O colecţie de poligoane" +msgstr "O colecție de poligoane" #: libraries/classes/Types.php:383 -#, 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:386 msgid "" @@ -13858,57 +13642,49 @@ msgid "" msgstr "" #: libraries/classes/Types.php:697 -#, fuzzy msgctxt "numeric types" msgid "Numeric" -msgstr "tip numeric" +msgstr "Numeric" #: libraries/classes/Types.php:715 -#, fuzzy msgctxt "date and time types" msgid "Date and time" -msgstr "Dată şi oră" +msgstr "Dată și oră" #: libraries/classes/Types.php:745 -#, fuzzy msgctxt "spatial types" msgid "Spatial" -msgstr "Spaţial" +msgstr "Spațial" #: libraries/classes/UserPassword.php:77 -#, fuzzy msgid "The profile has been updated." msgstr "Profilul a fost actualizat." #: libraries/classes/UserPassword.php:89 -#, fuzzy -#| msgid "Password Hashing" msgid "Password is too long!" -msgstr "Criptare Parola" +msgstr "Parola este prea lungă!" #: libraries/classes/UserPreferences.php:159 msgid "Could not save configuration" msgstr "Nu am putut salva configurarea" #: libraries/classes/Util.php:177 -#, fuzzy, php-format +#, php-format msgid "Max: %s%s" -msgstr "Mărime maximă: %s%s" +msgstr "Maxim: %s%s" #: libraries/classes/Util.php:551 -#, fuzzy msgid "Static analysis:" msgstr "Analiză statică:" #: libraries/classes/Util.php:554 -#, 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:1054 -#, fuzzy msgid "Skip Explain SQL" -msgstr "Sari peste explicarea SQL" +msgstr "Sari peste Explică SQL" #: libraries/classes/Util.php:1062 #, php-format @@ -13916,31 +13692,24 @@ msgid "Analyze Explain at %s" msgstr "" #: libraries/classes/Util.php:1093 -#, fuzzy -#| msgid "Without PHP Code" msgid "Without PHP code" -msgstr "fără cod PHP" +msgstr "Fără cod PHP" #: libraries/classes/Util.php:1100 #: 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:1166 -#, 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:1508 -#, fuzzy msgctxt "Short week day name" msgid "Sun" -msgstr "Dum" +msgstr "D" #: libraries/classes/Util.php:1545 msgctxt "AM/PM indication in time" @@ -13953,49 +13722,43 @@ msgid "AM" msgstr "" #: libraries/classes/Util.php:1847 -#, 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:1882 -#, fuzzy msgid "Missing parameter:" -msgstr "Parametru lipsă:" +msgstr "Lipsește parametrul:" #: libraries/classes/Util.php:2426 -#, 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:2451 -#, 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:3239 prefs_manage.php:240 -#, fuzzy msgid "Browse your computer:" msgstr "Caută în calculatorul tău:" #: libraries/classes/Util.php:3266 -#, 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:3306 -#, 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:3331 libraries/classes/Util.php:3332 #: templates/database/structure/check_all_tables.twig:15 -#, fuzzy msgid "Empty" msgstr "Golește" #: libraries/classes/Util.php:3337 libraries/classes/Util.php:3338 -#, fuzzy msgid "Execute" msgstr "Execută" @@ -14016,23 +13779,19 @@ msgid "SSL is used" msgstr "" #: libraries/classes/Util.php:3972 -#, fuzzy msgid "Users" msgstr "Utilizatori" #: libraries/classes/Util.php:4665 #: templates/database/multi_table_query/form.twig:46 -#, fuzzy msgid "Sort" -msgstr "Sortare" +msgstr "Sortează" #: libraries/classes/ZipExtension.php:58 -#, 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:86 libraries/classes/ZipExtension.php:93 -#, fuzzy msgid "Error in ZIP archive:" msgstr "Eroare în arhiva ZIP:" @@ -14047,153 +13806,121 @@ msgid "Invalid authentication method set in configuration:" msgstr "Metodă de autentificare invalidă setată în configurare:" #: libraries/common.inc.php:388 -#, 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:441 -#, fuzzy msgid "Error: Token mismatch" -msgstr "Eroare: Tokenii nu se potrivesc" +msgstr "Eroare: tokenul nu se potrivește" #: libraries/config.values.php:57 libraries/config.values.php:77 #: libraries/config.values.php:89 -#, fuzzy msgid "Icons" -msgstr "Pictograme" +msgstr "Iconuri" #: libraries/config.values.php:58 libraries/config.values.php:78 #: libraries/config.values.php:90 #: templates/database/multi_table_query/form.twig:96 -#, fuzzy msgid "Text" msgstr "Text" #: libraries/config.values.php:59 libraries/config.values.php:67 #: libraries/config.values.php:79 libraries/config.values.php:91 -#, fuzzy msgid "Both" msgstr "Ambele" #: libraries/config.values.php:64 -#, fuzzy msgid "Nowhere" msgstr "Nicăieri" #: libraries/config.values.php:65 -#, fuzzy msgid "Left" msgstr "Stânga" #: libraries/config.values.php:66 -#, fuzzy msgid "Right" msgstr "Dreapta" #: libraries/config.values.php:94 -#, fuzzy msgid "Click" -msgstr "Click" +msgstr "Dă clic" #: libraries/config.values.php:95 -#, fuzzy msgid "Double click" -msgstr "Click dublu" +msgstr "Clic dublu" #: libraries/config.values.php:99 -#, fuzzy msgid "key" msgstr "cheie" #: libraries/config.values.php:100 -#, fuzzy -#| msgid "Displaying Column Comments" msgid "display column" -msgstr "Afișează tabelul de coloane" +msgstr "afișează coloana" #: libraries/config.values.php:104 -#, fuzzy -#| msgid "Welcome to %s" msgid "Welcome" -msgstr "Bine ați venit la %s" +msgstr "Bine ai venit" #: libraries/config.values.php:124 -#, fuzzy msgid "Open" msgstr "Deschis" #: libraries/config.values.php:125 -#, fuzzy msgid "Closed" msgstr "Închis" #: libraries/config.values.php:129 -#, 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:130 -#, fuzzy msgid "Always send error reports" -msgstr "Trimite mereu rapoarte de eroare" +msgstr "Trimite mereu rapoarte de erori" #: libraries/config.values.php:131 -#, fuzzy msgid "Never send error reports" -msgstr "Nu trimite niciodată rapoarte de eroare" +msgstr "Nu trimite niciodată rapoarte de erori" #: libraries/config.values.php:134 -#, fuzzy -#| msgid "Set default" msgid "Server default" -msgstr "Setaţi ca implicit" +msgstr "Server implicit" #: libraries/config.values.php:135 -#, fuzzy -#| msgid "Enabled" msgid "Enable" -msgstr "Activat" +msgstr "Activează" #: libraries/config.values.php:136 -#, fuzzy -#| msgid "Disabled" msgid "Disable" -msgstr "Dezactivat" +msgstr "Dezactivează" #: libraries/config.values.php:170 -#, 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:171 -#, 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:173 -#, 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:202 -#, fuzzy msgid "complete inserts" msgstr "inserări complete" #: libraries/config.values.php:203 -#, fuzzy msgid "extended inserts" msgstr "inserări extinse" #: libraries/config.values.php:204 -#, fuzzy msgid "both of the above" msgstr "ambele de mai sus" #: libraries/config.values.php:205 -#, fuzzy msgid "neither of the above" -msgstr "niciuna din cele de mai sus" +msgstr "niciuna din cele de sus" #: libraries/mult_submits.inc.php:327 msgid "Success!" @@ -14253,19 +13980,16 @@ msgid "Do you want to import remaining settings?" msgstr "Vrei să imporți setările rămase?" #: prefs_manage.php:223 prefs_manage.php:252 -#, fuzzy msgid "Saved on: @DATE@" msgstr "Salvat pe: @DATE@" #: prefs_manage.php:238 -#, fuzzy msgid "Import from file" -msgstr "Importați din fișier" +msgstr "Importă din fișier" #: prefs_manage.php:246 -#, fuzzy msgid "Import from browser's storage" -msgstr "Importați din depozitul browser-ului" +msgstr "Importă din depozitul navigatorului" #: prefs_manage.php:249 msgid "Settings will be imported from your browser's local storage." @@ -14277,9 +14001,8 @@ msgid "You have no saved settings!" msgstr "Nu ai setări salvate!" #: prefs_manage.php:260 prefs_manage.php:345 -#, 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:266 msgid "Merge with current configuration" @@ -14295,10 +14018,8 @@ msgstr "" "sscriptul de inițializare%s." #: prefs_manage.php:316 -#, fuzzy -#| msgid "Save as file" msgid "Save as PHP file" -msgstr "Salvează ca fișier" +msgstr "Salvează ca fișier PHP" #: prefs_manage.php:321 msgid "Save to browser's storage" @@ -14327,21 +14048,17 @@ msgid "Two-factor authentication has been configured." msgstr "Autentificarea pe două niveluri a fost configurată." #: server_export.php:27 -#, fuzzy msgid "View dump (schema) of databases" -msgstr "Vizualizarea schemei bazei de date" +msgstr "Vezi dump-ul (schema) bazei de date" #: server_privileges.php:147 server_replication.php:39 #: server_user_groups.php:33 templates/server/databases/create.twig:46 -#, fuzzy msgid "No Privileges" -msgstr "Nu există drepturi de acces" +msgstr "Niciun privilegiu" #: server_privileges.php:154 -#, 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:168 msgid "" @@ -14383,7 +14100,6 @@ msgid "Configuration file" msgstr "Fișier de configurare" #: setup/frames/config.inc.php:35 setup/frames/index.inc.php:253 -#, fuzzy msgid "Download" msgstr "Descarcă" @@ -14400,9 +14116,8 @@ msgid "" msgstr "" #: setup/frames/index.inc.php:59 -#, fuzzy msgid "Insecure connection" -msgstr "Comprimă conexiunea" +msgstr "Conexiune nesigură" #: setup/frames/index.inc.php:85 msgid "Configuration saved." @@ -14445,9 +14160,8 @@ msgid "There are no configured servers" msgstr "" #: setup/frames/index.inc.php:180 -#, fuzzy msgid "New server" -msgstr "Server Web" +msgstr "Server nou" #: setup/frames/index.inc.php:209 msgid "Default language" @@ -14470,32 +14184,26 @@ msgid "End of line" msgstr "" #: setup/frames/index.inc.php:252 -#, fuzzy msgid "Display" msgstr "Afișează" #: setup/frames/index.inc.php:265 -#, fuzzy msgid "phpMyAdmin homepage" -msgstr "Documentație phpMyAdmin" +msgstr "Pagină principală phpMyAdmin" #: setup/frames/index.inc.php:267 -#, fuzzy msgid "Donate" -msgstr "Date" +msgstr "Donează" #: setup/frames/index.inc.php:269 -#, fuzzy msgid "Check for latest version" -msgstr "Verificați pentru ultima versiune" +msgstr "Verifică ultima versiune" #: setup/frames/servers.inc.php:28 -#, fuzzy msgid "Edit server" -msgstr "Redactează serverul" +msgstr "Editează serverul" #: setup/frames/servers.inc.php:38 -#, fuzzy msgid "Add a new server" msgstr "Adaugă un server nou" @@ -14524,9 +14232,8 @@ msgid "Ignore errors" msgstr "" #: setup/lib/FormProcessing.php:75 -#, fuzzy msgid "Show form" -msgstr "Arată culoarea" +msgstr "Arată formularul" #: setup/lib/Index.php:126 msgid "" @@ -14535,14 +14242,12 @@ msgid "" msgstr "" #: setup/lib/Index.php:148 -#, 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:161 -#, 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:181 #, php-format @@ -14552,12 +14257,10 @@ msgid "" msgstr "" #: setup/lib/Index.php:188 -#, 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:27 -#, fuzzy msgid "Wrong data" msgstr "Date greșite" @@ -14567,24 +14270,22 @@ msgid "Wrong data or no validation for %s" msgstr "" #: tbl_create.php:39 tbl_get_field.php:32 -#, fuzzy, php-format +#, php-format msgid "'%s' database does not exist." msgstr "Baza de date „%s” nu există." #: tbl_create.php:49 -#, fuzzy, php-format +#, php-format msgid "Table %s already exists!" msgstr "Tabelul %s există deja!" #: tbl_export.php:47 -#, fuzzy msgid "View dump (schema) of table" -msgstr "Vizualizarea schemei tabelului" +msgstr "Vezi dump-ul (schema) tabelului" #: tbl_get_field.php:39 -#, fuzzy msgid "Invalid table name" -msgstr "Denumire de tabel nevalidă" +msgstr "Nume tabel invalid" #: tbl_replace.php:246 #, php-format @@ -14592,109 +14293,82 @@ msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" #: tbl_row_action.php:74 -#, fuzzy -#| msgid "No rows selected" msgid "No row selected." -msgstr "Nici un rând selectat" +msgstr "Niciun rând selectat." #: tbl_tracking.php:38 -#, 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:107 -#, 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:112 -#, fuzzy -#| msgid "No rows selected" msgid "No versions selected." -msgstr "Nici un rând selectat" +msgstr "Nicio versiune selectată." #: tbl_tracking.php:143 msgid "SQL statements executed." msgstr "" #: themes.php:23 themes.php:28 -#, fuzzy msgid "Theme" msgstr "Temă" #: themes.php:31 -#, fuzzy msgid "Get more themes!" -msgstr "Obține mai multe teme!" +msgstr "Ia mai multe teme!" #: transformation_overview.php:27 -#, fuzzy msgid "Available MIME types" -msgstr "Tipuri MIME disponibile" +msgstr "Tipuri de MIME disponibile" #: transformation_overview.php:42 -#, fuzzy -#| msgid "Available transformations" msgid "Available browser display transformations" -msgstr "Transformări disponibile" +msgstr "Transformări afișare navigator disponibile" #: transformation_overview.php:43 -#, fuzzy -#| msgid "Available transformations" msgid "Available input transformations" -msgstr "Transformări disponibile" +msgstr "Transformări de intrare disponibile" #: transformation_overview.php:46 #: 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:47 #: templates/columns_definitions/table_fields_definitions.twig:89 -#, fuzzy -#| msgid "Browser transformation" msgid "Input transformation" -msgstr "Transformare navigator" +msgstr "Transformare intrare" #: transformation_overview.php:58 -#, fuzzy msgctxt "for MIME transformation" msgid "Description" msgstr "Descriere" #: 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/databases/create.twig:30 #: templates/display/export/template_loading.twig:10 -#, fuzzy msgid "Create" msgstr "Creează" #: templates/database/designer/table_list.twig:4 -#, fuzzy msgid "Hide/Show all" -msgstr "Arată/ascunde toate" +msgstr "Ascunde/arată tot" #: templates/database/designer/table_list.twig:14 -#, fuzzy -#| msgid "Hide/Show Tables with no relation" msgid "Hide/Show tables with no relationship" -msgstr "Arată/ascunde tabele fără realție" +msgstr "Ascunde/arată tabelele fără nicio relație" #: templates/database/designer/table_list.twig:55 -#, fuzzy -#| msgid "Number of tables" msgid "Number of tables:" -msgstr "Număr de tabele" +msgstr "Număr de tabele:" #: templates/login/twofactor/application_configure.twig:3 msgid "" @@ -14710,145 +14384,112 @@ msgstr "" #: templates/login/twofactor/application_configure.twig:12 #: templates/login/twofactor/application.twig:2 -#, fuzzy -#| msgid "Authentication" msgid "Authentication code:" -msgstr "Autentificare" +msgstr "Cod de autentificare:" #: templates/login/twofactor.twig:5 msgid "Verify" -msgstr "" +msgstr "Verifică" #: 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/display/export/options_output.twig:2 #: templates/display/export/options_quick_export.twig:2 -#, fuzzy msgid "Output:" -msgstr "Rezultat:" +msgstr "Ieșire:" #: 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 msgid "Skip tables larger than %s MiB" -msgstr "" +msgstr "Sari peste tabelele mai mari de %s MiO" #: 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/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/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/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: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/structure/structure_table_row.twig:200 -#, fuzzy msgid "in use" msgstr "în uz" #: templates/server/variables/session_variable_row.twig:3 -#, fuzzy msgid "Session value" msgstr "Valoare sesiune" @@ -14884,86 +14525,64 @@ 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'…
      If you ever need to put a backslash (\"\\\") or a " -#| "single quote (\"'\") amongst those values, precede it with a backslash " -#| "(for example '\\\\xyz' or 'a\\'b')." msgid "" "Please enter the values for transformation options using this format: 'a', " "100, b,'c'…
      If you ever need to put a backslash (\"\\\") or a single " "quote (\"'\") amongst those values, precede it with a backslash (for example " "'\\\\xyz' or 'a\\'b')." msgstr "" -"Introduceți valorile pentru opțiunile de transformare utilizînd acest " -"format: 'a', 100, b,'c'…
      Dacă trebuie să folosiți backslash (\"\\\") " -"sau apostrof (\"'\") in aceste valori, introduceți backslash-uri (ex. '\\" -"\\xyz' sau 'a\\'b')." +"Te rog introdu valorile pentru opțiunile de transformare folosind acest " +"format: 'a', 100, b,'c'…
      Dacă trebuie să pui o linie oblică („\\”) sau " +"un apostrof („'”) între aceste valori, precede-le cu o linie oblică (" +"exemplu, '\\\\xyz' sau 'a\\'b')." #: templates/columns_definitions/table_fields_definitions.twig:93 -#, fuzzy -#| msgid "Transformation options" msgid "Input transformation options" -msgstr "Opțiuni de transformare" +msgstr "Opțiuni transformare intrări" #: templates/display/results/options_block.twig:30 -#, fuzzy msgid "Relational key" msgstr "Cheie relațională" #: templates/display/results/options_block.twig:30 -#, fuzzy -#| msgid "Disable foreign key checks" msgid "Display column for relationships" -msgstr "Dezactivare verificări de cheie străine" +msgstr "Afișează coloana pentru relații" #: templates/display/results/options_block.twig:46 -#, fuzzy msgid "Show binary contents" -msgstr "Afișează conținut binar" +msgstr "Arată conținut binar" #: templates/display/results/options_block.twig:53 -#, fuzzy msgid "Show BLOB contents" -msgstr "Afișează conținut BLOB" +msgstr "Arată conținut BLOB" #: templates/display/results/options_block.twig:67 -#, fuzzy msgid "Hide browser transformation" -msgstr "Ascunde transformarea browser-ului" +msgstr "Ascunde transformarea navigatorului" #: templates/display/results/options_block.twig:79 #: templates/display/results/options_block.twig:96 -#, fuzzy msgid "Well Known Text" -msgstr "Text Bine Cunoscut" +msgstr "Text bine cunoscut" #: templates/display/results/options_block.twig:79 #: templates/display/results/options_block.twig:96 -#, fuzzy msgid "Well Known Binary" -msgstr "Binar Bine Cunoscut" +msgstr "Binar Popular" #: templates/login/twofactor/invalid.twig:2 msgid "" @@ -14978,46 +14597,36 @@ msgid "Relation view" msgstr "Vizualizare relație" #: 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/display/results/additional_fields.twig:6 #: templates/display/export/options_rows.twig:10 #: templates/start_and_number_of_rows_panel.twig:10 -#, fuzzy msgid "Number of rows:" msgstr "Număr de rânduri:" #: templates/display/export/options_output_compression.twig:4 -#, fuzzy -#| msgid "Compression" msgid "Compression:" -msgstr "Compresie" +msgstr "Compresie:" #: templates/display/export/options_output_compression.twig:11 -#, fuzzy -#| msgid "\"zipped\"" msgid "zipped" -msgstr "„arhivat”" +msgstr "arhivat cu zip" #: templates/display/export/options_output_compression.twig:17 -#, fuzzy -#| msgid "\"gzipped\"" msgid "gzipped" -msgstr "cu „gzip”" +msgstr "arhivat cu gzip" #: templates/table/tracking/activate_deactivate.twig:7 #, php-format @@ -15025,80 +14634,65 @@ 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/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/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/database/designer/delete_relation_panel.twig:21 -#, fuzzy -#| msgid "Delete relation" msgid "Delete relationship" msgstr "Șterge relația" #: 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/database/qbe/footer_options.twig:3 -#, fuzzy msgid "Add/Delete criteria rows" -msgstr "Adaugă/Șterge criteriul răndurilor" +msgstr "Adaugă/șterge rândurile de criterii" #: templates/database/qbe/footer_options.twig:5 -#, fuzzy msgid "Add/Delete columns" -msgstr "Adaugă/Șterge coloane" +msgstr "Adaugă/șterge coloane" #: templates/error/report_form.twig:6 msgid "" @@ -15122,23 +14716,18 @@ msgstr "" #: 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/database/designer/options_panel.twig:34 #: templates/database/designer/options_panel.twig:199 -#, fuzzy -#| msgid "Relation operator" msgid "Relationship operator" -msgstr "Operator relațional" +msgstr "Operator relație" #: templates/database/designer/options_panel.twig:63 #: templates/database/designer/options_panel.twig:228 #: templates/database/designer/having_query_panel.twig:90 #: templates/database/designer/where_query_panel.twig:59 -#, fuzzy msgid "Except" msgstr "Cu excepția" @@ -15146,27 +14735,23 @@ msgstr "Cu excepția" #: templates/database/designer/options_panel.twig:240 #: templates/database/designer/having_query_panel.twig:102 #: templates/database/designer/where_query_panel.twig:71 -#, fuzzy msgid "subquery" -msgstr "subinterogare" +msgstr "sub-interogare" #: templates/database/designer/options_panel.twig:84 #: templates/database/designer/rename_to_panel.twig:22 -#, fuzzy msgid "Rename to" -msgstr "Redenumire tabel la" +msgstr "Redenumește în" #: templates/database/designer/options_panel.twig:90 #: templates/database/designer/rename_to_panel.twig:30 -#, fuzzy msgid "New name" msgstr "Nume nou" #: templates/database/designer/options_panel.twig:99 #: templates/database/designer/aggregate_query_panel.twig:22 -#, fuzzy msgid "Aggregate" -msgstr "Agregat" +msgstr "Global" #: templates/database/designer/options_panel.twig:105 #: templates/database/designer/options_panel.twig:169 @@ -15175,23 +14760,18 @@ msgstr "Agregat" #: templates/database/designer/where_query_panel.twig:30 #: templates/table/search/table_header.twig:9 #: templates/database/designer/aggregate_query_panel.twig:30 -#, fuzzy msgid "Operator" -msgstr "Operand" +msgstr "Operator" #: 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/table/structure/add_column.twig:4 #: templates/database/central_columns/add_column.twig:5 @@ -15199,31 +14779,25 @@ msgid "Add column" msgstr "Adaugă coloană" #: templates/table/structure/add_column.twig:9 -#, fuzzy, php-format -#| msgid "Add %s field(s)" +#, php-format msgid "Add %s column(s)" -msgstr "Adaugă %s câmp(uri)" +msgstr "Adaugă coloane %s" #: templates/table/structure/add_column.twig:14 -#, fuzzy -#| msgid "At Beginning of Table" msgid "at beginning of table" -msgstr "La începutul tabelului" +msgstr "la începutul tabelului" #: templates/table/structure/add_column.twig:19 #: templates/columns_definitions/move_column.twig:12 -#, fuzzy, php-format -#| msgid "After %s" +#, php-format msgid "after %s" -msgstr "După %s" +msgstr "după %s" #: templates/database/designer/new_relation_panel.twig:22 #: templates/database/designer/side_menu.twig:85 #: templates/database/designer/side_menu.twig:88 -#, fuzzy -#| msgid "Create relation" msgid "Create relationship" -msgstr "Creare relație" +msgstr "Creează relație" #: templates/login/header.twig:12 msgid "" @@ -15233,119 +14807,88 @@ msgid "" msgstr "" #: 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/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:" #: 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:90 -#, 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/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." @@ -15356,21 +14899,16 @@ 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/login/twofactor/application.twig:4 msgid "" @@ -15382,63 +14920,52 @@ msgstr "" #: 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: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" @@ -15455,36 +14982,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 @@ -15492,8 +15011,6 @@ msgid "Pin text" msgstr "Prinde textul" #: templates/privileges/add_user_fieldset.twig:2 -#, fuzzy -#| msgid "New" msgctxt "Create new user" msgid "New" msgstr "Nou" @@ -15508,84 +15025,68 @@ msgid "Enable two-factor authentication" msgstr "Activează autentificarea pe două niveluri" #: 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/table/tracking/structure_snapshot_columns.twig:5 #: templates/table/tracking/report_table.twig:4 msgctxt "Number" msgid "#" -msgstr "" +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/index_form.twig:15 -#, fuzzy msgid "Index name:" -msgstr "Denumire index:" +msgstr "Nume index:" #: templates/table/index_form.twig:16 -#, fuzzy msgid "" "\"PRIMARY\" must be the name of and only of a primary key!" -msgstr "Numele „PRIMARY” trebuie să fie numai la cheia primară!" +msgstr "" +"„PRIMARY” trebuie să fie numai numele unei chei principale!" #: templates/table/index_form.twig:34 -#, fuzzy -#| msgid "Index cache size" msgid "Index choice:" -msgstr "Dimensiune cache index" +msgstr "Alegere index:" #: templates/table/index_form.twig:42 -#, fuzzy -#| msgid "Table options" msgid "Advanced Options" -msgstr "Opțiuni tabel" +msgstr "Opțiuni avansate" #: templates/table/index_form.twig:48 msgid "Key block size:" msgstr "" #: templates/table/index_form.twig:65 -#, fuzzy msgid "Index type:" -msgstr "Tip index:" +msgstr "Tip de index:" #: templates/table/index_form.twig:77 -#, fuzzy -#| msgid "User:" msgid "Parser:" -msgstr "Utilizator:" +msgstr "Interpretor:" #: templates/table/index_form.twig:93 -#, fuzzy msgid "Comment:" msgstr "Comentariu:" #: templates/table/index_form.twig:118 #: templates/database/structure/table_header.twig:38 -#, fuzzy msgid "Size" msgstr "Dimensiune" #: templates/table/index_form.twig:136 templates/table/index_form.twig:173 -#, fuzzy -#| msgid "Drag to reorder" msgid "Drag to reorder" -msgstr "Drag and drop pentru reordonare" +msgstr "Trage pentru a reordona" #: templates/privileges/privileges_summary.twig:20 -#, fuzzy msgid "Column-specific privileges" -msgstr "Drepturi specifice coloanei" +msgstr "Privilegii specifice coloanelor" #: templates/login/twofactor/key-https-warning.twig:3 msgid "" @@ -15594,21 +15095,18 @@ msgid "" msgstr "" #: 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/database/structure/check_all_tables.twig:6 #, fuzzy @@ -15616,46 +15114,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/login/twofactor/key.twig:3 msgid "" @@ -15664,151 +15152,118 @@ msgid "" msgstr "" #: 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:99 templates/export/alias_add.twig:18 #: templates/export/alias_add.twig:32 templates/export/alias_add.twig:46 #: templates/columns_definitions/column_definitions_form.twig:32 #: templates/database/central_columns/add_column.twig:15 -#, fuzzy msgid "Add" msgstr "Adaugă" #: 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 "" @@ -15819,21 +15274,16 @@ msgstr "" "Enter. Pentru a face asta permanent, vizualizează setările." #: templates/table/relation/common_form.twig:6 -#, fuzzy -#| msgid "Foreign key constraint" msgid "Foreign key constraints" -msgstr "Constrîngere de cheie străină" +msgstr "Constrângeri cheie străină" #: templates/table/relation/common_form.twig:10 -#, fuzzy msgid "Actions" msgstr "Acțiuni" #: templates/table/relation/common_form.twig:11 -#, fuzzy -#| msgid "Constraints for table" msgid "Constraint properties" -msgstr "Restrictii pentru tabele" +msgstr "Proprietăți constrângere" #: templates/table/relation/common_form.twig:15 msgid "" @@ -15848,267 +15298,205 @@ msgid "" msgstr "" #: templates/table/relation/common_form.twig:24 -#, fuzzy msgid "Foreign key constraint" -msgstr "Constrîngere de cheie străină" +msgstr "Constrângere cheie străină" #: templates/table/relation/common_form.twig:89 -#, fuzzy -#| msgid "Add constraints" msgid "+ Add constraint" -msgstr "Adaugă constrângeri" +msgstr "+ Adaugă constrângere" #: templates/table/relation/common_form.twig:99 #: templates/table/relation/common_form.twig:104 -#, fuzzy -#| msgid "Internal relations" msgid "Internal relationships" msgstr "Relații interne" #: templates/table/relation/common_form.twig:110 -#, fuzzy msgid "Internal relation" msgstr "Relație internă" #: templates/table/relation/common_form.twig:112 -#, fuzzy msgid "" "An internal relation is not necessary when a corresponding FOREIGN KEY " "relation exists." msgstr "" -"Nu este necesară o relație internă atunci cînd există o cheie externă " +"Nu este necesară o relație internă când există o relație CHEIE STRĂINĂ " "corespondentă." #: templates/table/relation/common_form.twig:172 -#, fuzzy -#| msgid "Choose column to display" msgid "Choose column to display:" -msgstr "Selectează coloana pentru afișare" +msgstr "Alege coloana de afișat:" #: templates/display/export/options_format.twig:2 #: templates/display/import/import.twig:174 -#, fuzzy -#| msgid "Transformation options" msgid "Format-specific options:" -msgstr "Opțiuni de transformare" +msgstr "Opțiuni specifice pentru format:" #: templates/display/export/options_format.twig:4 #: templates/display/import/import.twig:176 -#, 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/export/options_format.twig:12 #: templates/display/import/import.twig:185 -#, fuzzy msgid "Encoding Conversion:" -msgstr "Versiunea clientului MySQL" +msgstr "Codarea conversiei:" #: templates/toggle_button.twig:3 -#, fuzzy msgid "Click to toggle" -msgstr "Faceţi click pentru a comuta" +msgstr "Dă clic pentru a comuta" #: 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/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: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/display/export/method.twig:3 -#, fuzzy -#| msgid "Export method" msgid "Export method:" -msgstr "Metodă de export" +msgstr "Metodă de export:" #: templates/display/export/method.twig:9 -#, fuzzy msgid "Quick - display only the minimal options" -msgstr "Rapid - afișează doar opțiunile minimale" +msgstr "Rapid - afișează numai opțiuni minime" #: templates/display/export/method.twig:17 -#, fuzzy msgid "Custom - display all possible options" -msgstr "Custom - afișează toate opțiunile posibile" +msgstr "Personalizat - afișează toate opțiunile posibile" #: 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: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/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/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/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/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/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]. 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 @@ -16116,21 +15504,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 @@ -16154,94 +15538,72 @@ 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/table/search/rows_zoom.twig:12 -#, fuzzy msgid "Additional search criteria" -msgstr "Criterii de căutare suplimentare" +msgstr "Criteriu de căutare suplimentar" #: templates/start_and_number_of_rows_panel.twig:3 -#, fuzzy -#| msgid "Start" msgid "Start row:" -msgstr "Dum" +msgstr "Rând de început:" #: templates/database/designer/page_save_as.twig:17 -#, fuzzy -#| msgid "Export/Import to scale" msgid "Save to selected page" -msgstr "Exportă/Importă la scală" +msgstr "Salvează în pagina selectată" #: templates/database/designer/page_save_as.twig:17 -#, fuzzy -#| msgid "Create a new index" msgid "Create a page and save to it" -msgstr "Creează un nou index" +msgstr "Creează o pagină și salvează în ea" #: templates/database/designer/page_save_as.twig:30 -#, fuzzy -#| msgid "User name" msgid "New page name" -msgstr "Nume utilizator" +msgstr "Nume pagină nouă" #: templates/database/designer/query_details.twig:6 -#, fuzzy -#| msgid "Table options" msgid "Active options" -msgstr "Opțiuni tabel" +msgstr "Opțiuni active" #: 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/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" @@ -16249,35 +15611,28 @@ 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/table/structure/display_structure.twig:137 #: templates/view_create.twig:13 -#, fuzzy -#| msgid "Print view" msgid "Edit view" -msgstr "Vizualizare imprimare" +msgstr "Editează vizualizarea" #: 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/prefs_twofactor_confirm.twig:2 msgid "Confirm disabling two-factor authentication" @@ -16296,53 +15651,42 @@ msgid "Disable two-factor authentication" msgstr "Dezactivează autentificarea pe două niveluri" #: templates/display/export/selection.twig:3 -#, fuzzy -#| msgid "Databases" msgid "Databases:" -msgstr "Baze de date" +msgstr "Baze de date:" #: 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/table/gis_visualization/gis_visualization.twig:3 -#, fuzzy msgid "Display GIS Visualization" -msgstr "Afișează Vizualizarea GIS" +msgstr "Afișează vizualizarea GIS" #: templates/table/gis_visualization/gis_visualization.twig:8 -#, fuzzy -#| msgid "Add/Delete Field Columns" msgid "Label column" -msgstr "Adaugă/șterge coloane" +msgstr "Coloană de etichete" #: templates/table/gis_visualization/gis_visualization.twig:11 -#, fuzzy msgid "-- None --" msgstr "-- Niciunul --" #: templates/table/gis_visualization/gis_visualization.twig:19 -#, fuzzy -#| msgid "Log file count" msgid "Spatial column" -msgstr "Număr de fișiere-jurnal" +msgstr "Coloană spațială" #: 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:" @@ -16353,49 +15697,40 @@ 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/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" @@ -16406,33 +15741,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" @@ -16441,74 +15769,57 @@ 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/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/table/structure/table_structure_row.twig:55 -#, fuzzy, php-format -#| msgid "Table %s has been dropped." +#, php-format msgid "Column %s has been dropped." -msgstr "Tabelul %s a fost aruncat" +msgstr "Coloana %s a fost eliminată." #: templates/privileges/add_privileges_table.twig:3 -#, fuzzy -#| msgid "Add privileges on the following table" msgid "Add privileges on the following table:" -msgstr "Adaugă drepturi la următorul tabel" +msgstr "Adaugă privilegii la următorul tabel:" #: 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/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/prefs_twofactor.twig:3 msgid "Two-factor authentication status" @@ -16552,30 +15863,26 @@ msgid "You have enabled two factor authentication." msgstr "Ai activat autentificarea pe două niveluri." #: templates/table/browse_foreigners/column_element.twig:4 -#, fuzzy msgid "Use this value" msgstr "Folosește această valoare" #: 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/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 " -"(Safari, Google Chrome, Arora etc.)." +"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 #, php-format @@ -16596,56 +15903,49 @@ 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/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/columns_definitions/column_length.twig:9 msgid "Edit ENUM/SET values" msgstr "" #: templates/server/databases/index.twig:24 -#, fuzzy msgid "No databases" -msgstr "Nu sînt baze de date" +msgstr "Nicio bază de date" #: templates/database/designer/schema_export.twig:4 msgid "Select Export Relational Type" msgstr "" #: 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/columns_definitions/column_name.twig:4 #, fuzzy, php-format @@ -16654,151 +15954,108 @@ 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/server/binlog/log_selector.twig:5 -#, fuzzy msgid "Select binary log to view" -msgstr "Selectați jurnalul binar pentru vizualizare" +msgstr "Selectează jurnalul binar pentru vizualizare" #: templates/database/designer/page_selector.twig:2 -#, fuzzy -#| msgid "Select Tables" msgid "Select page" -msgstr "Selectează tabele" +msgstr "Selectează pagina" #: 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/database/structure/show_create_row.twig:7 -#, fuzzy, php-format -#| msgid "Create User" +#, php-format msgid "Create %s" -msgstr "Creare relație" +msgstr "Creează %s" #: 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/database/create_table.twig:15 -#, fuzzy -#| msgid "Number of fields" msgid "Number of columns" -msgstr "Număr de câmpuri" +msgstr "Număr de coloane" #: templates/database/central_columns/add_column.twig:13 msgid "Select a column." msgstr "Selectează o coloană." #: 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" @@ -16817,16 +16074,14 @@ msgid "Delete settings" msgstr "Șterge setările" #: templates/database/tracking/untracked_tables.twig:1 -#, fuzzy msgid "Untracked tables" -msgstr "Tabele fără monitorizare" +msgstr "Tabele neurmărite" #: templates/database/tracking/untracked_tables.twig:28 #: templates/database/tracking/untracked_tables.twig:40 #: templates/table/structure/optional_action_links.twig:15 -#, fuzzy msgid "Track table" -msgstr "Monitorizează tabel" +msgstr "Urmărește tabelul" #: templates/login/twofactor/key_configure.twig:3 msgid "" @@ -16845,238 +16100,185 @@ msgstr "Atribut" #: templates/columns_definitions/column_virtuality.twig:29 #: templates/table/structure/display_partitions.twig:26 -#, fuzzy -#| msgid "Compression" msgid "Expression" -msgstr "Compresie" +msgstr "Expresie" #: 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/options_output_radio.twig:5 -#, fuzzy -#| msgid "Save as file" msgid "View output as text" -msgstr "Trimite" +msgstr "Vizualizează ieșirea ca text" #: 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:22 msgid "Normalize" -msgstr "" +msgstr "Normalizează" #: templates/table/structure/optional_action_links.twig:28 msgid "Track view" msgstr "Urmărește vizualizarea" #: 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/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/export/alias_item.twig:8 -#, fuzzy msgid "Remove" -msgstr "Server Web" +msgstr "Înlătură" #: templates/columns_definitions/move_column.twig:7 msgid "first" 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 "Constrîngere de cheie străină" +msgstr "Constrângerea cheii străine %s a fost eliminată" #: templates/table/relation/foreign_key_row.twig:38 -#, fuzzy msgid "Constraint name" -msgstr "Denumire constrîngere" +msgstr "Nume constrângere" #: 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/structure/display_table_stats.twig:14 -#, fuzzy msgid "Space usage" msgstr "Utilizare spațiu" #: templates/table/structure/display_table_stats.twig:37 -#, fuzzy msgid "Effective" msgstr "Efectiv" #: 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/table/search/selection_form.twig:12 -#, fuzzy msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns" msgstr "" -"Faceți o \"interogare prin exemplu\" (metacaracter: \"%\") pentru două " -"coloane diferite" +"Execută o „interogare prin exemplu„ (metacaracter: „%”) pentru două coloane " +"diferite" #: templates/table/search/selection_form.twig:42 -#, fuzzy msgid "Do a \"query by example\" (wildcard: \"%\")" -msgstr "Execută o interogare prin exemplu (metacaracter: \"%\")" +msgstr "Execută o „interogare prin exemplu„ (metacaracter: „%”)" #: 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/privileges/delete_user_fieldset.twig:3 -#, fuzzy -#| msgid "Remove selected users" msgid "Remove selected user accounts" -msgstr "Eliminarea utilizatorilor selectați" +msgstr "Înlătură conturile utilizatorilor selectați" #: templates/privileges/delete_user_fieldset.twig:6 -#, fuzzy msgid "Revoke all active privileges from the users and delete them afterwards." -msgstr "" -"Revocarea tuturor drepturilor active ale utilizatorilor și stergerea " -"acestora." +msgstr "Revocă toate privilegiile active pentru utilizatori și apoi le șterge." #: templates/privileges/delete_user_fieldset.twig:7 #: templates/privileges/delete_user_fieldset.twig:10 #: templates/privileges/delete_user_fieldset.twig:11 -#, fuzzy msgid "Drop the databases that have the same names as the users." -msgstr "Aruncă baza de date care are același nume ca utilizatorul." +msgstr "Elimină bazele de date care are același nume ca utilizatorii." #: 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/server/variables/variable_row.twig:6 msgid "This is a read-only variable and can not be edited" 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" #: url.php:42 -#, fuzzy -#| msgid "Taking you to next step…" msgid "Taking you to the target site." -msgstr "Continuați cu pasul următor…" +msgstr "Te duc la situl de destinație." #: user_password.php:38 -#, fuzzy msgid "You don't have sufficient privileges to be here right now!" -msgstr "Nu dețineți drepturi de acces pentru a vă afla aici!" +msgstr "Nu ai suficiente privilegii pentru a fi aici, chiar acum!" #: view_create.php:52 msgid "View name can not be empty!" msgstr "" #: view_operations.php:107 -#, fuzzy msgid "Rename view to" -msgstr "Redenumire tabel la" +msgstr "Redenumește vizualizarea în" #: view_operations.php:146 -#, fuzzy msgid "Delete the view (DROP)" -msgstr "Nu sînt baze de date" +msgstr "Șterge vizualizarea (DROP)" #: libraries/advisory_rules.txt:49 msgid "Uptime below one day" @@ -17098,9 +16300,8 @@ msgid "The uptime is only %s" msgstr "" #: libraries/advisory_rules.txt:56 -#, fuzzy msgid "Questions below 1,000" -msgstr "Întrebări sub 1000" +msgstr "Sub 1000 de întrebări" #: libraries/advisory_rules.txt:59 msgid "" @@ -17115,14 +16316,13 @@ msgid "" msgstr "" #: libraries/advisory_rules.txt:61 -#, fuzzy, php-format +#, php-format msgid "Current amount of Questions: %s" -msgstr "Cantitatea curentă de întrebări: %s" +msgstr "Total întrebări acum: %s" #: libraries/advisory_rules.txt:63 -#, fuzzy msgid "Percentage of slow queries" -msgstr "Procentajul de interogări lente" +msgstr "Procent de interogări lente" #: libraries/advisory_rules.txt:66 msgid "" @@ -17141,9 +16341,8 @@ msgid "The slow query rate should be below 5%%, your value is %s%%." msgstr "" #: libraries/advisory_rules.txt:70 -#, fuzzy msgid "Slow query rate" -msgstr "Rata interogărilor lente" +msgstr "Rată interogări lente" #: libraries/advisory_rules.txt:73 msgid "" @@ -17158,9 +16357,8 @@ msgid "" msgstr "" #: libraries/advisory_rules.txt:77 -#, fuzzy msgid "Long query time" -msgstr "Durata interogării lente" +msgstr "Durată interogări lente" #: libraries/advisory_rules.txt:80 msgid "" @@ -17175,51 +16373,45 @@ msgid "" msgstr "" #: libraries/advisory_rules.txt:82 -#, fuzzy, php-format -#| msgid "long_query_time is set to %d second(s)." +#, php-format msgid "long_query_time is currently set to %ds." -msgstr "long_query_time este setat la %d secunde." +msgstr "long_query_time este setat acum la %d." #: libraries/advisory_rules.txt:84 libraries/advisory_rules.txt:91 -#, fuzzy msgid "Slow query logging" -msgstr "Jurnalizarea interogărilor lente" +msgstr "Jurnalizare interogări lente" #: libraries/advisory_rules.txt:87 libraries/advisory_rules.txt:94 -#, fuzzy -#| msgid "The server is not responding" msgid "The slow query log is disabled." -msgstr "Serverul nu răspunde" +msgstr "Jurnalul interogări lente este dezactivat." #: libraries/advisory_rules.txt:88 msgid "" "Enable slow query logging by setting {log_slow_queries} to 'ON'. This will " "help troubleshooting badly performing queries." msgstr "" +"Activează jurnalizarea interogări lente setând {log_slow_queries} la ”PORNIT”" +". Acest lucru va ajuta la depanarea interogărilor cu performanțe slabe." #: libraries/advisory_rules.txt:89 -#, fuzzy -#| msgid "long_query_time is set to %d second(s)." msgid "log_slow_queries is set to 'OFF'" -msgstr "long_query_time este setat la %d secunde." +msgstr "long_query_time este setat la „OPRIT”" #: libraries/advisory_rules.txt:95 msgid "" "Enable slow query logging by setting {slow_query_log} to 'ON'. This will " "help troubleshooting badly performing queries." msgstr "" +"Activează jurnalizarea interogări lente setând {slow_query_log} la ”PORNIT”. " +"Acest lucru va ajuta la depanarea interogărilor cu performanțe slabe." #: libraries/advisory_rules.txt:96 -#, fuzzy -#| msgid "long_query_time is set to %d second(s)." msgid "slow_query_log is set to 'OFF'" -msgstr "long_query_time este setat la %d secunde." +msgstr "long_query_time este setat la ”OPRIT”" #: libraries/advisory_rules.txt:100 -#, fuzzy -#| msgid "Select Tables" msgid "Release Series" -msgstr "Selectează tabele" +msgstr "Lansează serii" #: libraries/advisory_rules.txt:103 msgid "The MySQL server version less than 5.1." @@ -17233,12 +16425,11 @@ msgstr "" #: libraries/advisory_rules.txt:105 libraries/advisory_rules.txt:112 #: libraries/advisory_rules.txt:119 -#, fuzzy, php-format +#, php-format msgid "Current version: %s" msgstr "Versiunea actuală: %s" #: libraries/advisory_rules.txt:107 libraries/advisory_rules.txt:114 -#, fuzzy msgid "Minor Version" msgstr "Versiune minoră" @@ -17257,13 +16448,10 @@ msgid "Version less than 5.5.8 (the first GA release of 5.5)." msgstr "" #: libraries/advisory_rules.txt:118 -#, fuzzy -#| msgid "You should upgrade to %s %s or later." msgid "You should upgrade, to a stable version of MySQL 5.5." -msgstr "Ar trebui sa reactualizati serverul %s %s la o versiune mai noua." +msgstr "Ar trebui să actualizezi, la o versiune stabilă a MySQL 5.5." #: libraries/advisory_rules.txt:121 libraries/advisory_rules.txt:128 -#, fuzzy msgid "Distribution" msgstr "Distribuție" @@ -17272,27 +16460,23 @@ msgid "Version is compiled from source, not a MySQL official binary." msgstr "" #: libraries/advisory_rules.txt:125 -#, fuzzy msgid "" "If you did not compile from source, you may be using a package modified by a " "distribution. The MySQL manual only is accurate for official MySQL binaries, " "not any package distributions (such as RedHat, Debian/Ubuntu etc)." msgstr "" -"Dacă nu ați compilat din sursă, este posibil să utilizați un pachet " -"modificat de o distribuție. Manualul MySQL este precis numai pentru limbile " -"oficiale MySQL, nu pentru orice distribuții ale pachetului (cum ar fi " -"RedHat, Debian/Ubuntu etc)." +"Dacă nu ai compilat din sursă, este posibil să folosești un pachet modificat " +"de o distribuție. Manualul MySQL este precis numai pentru binarele oficiale " +"MySQL, nu pentru toate distribuțiile de pachete (cum ar fi RedHat, Debian/" +"Ubuntu etc)." #: libraries/advisory_rules.txt:126 -#, fuzzy msgid "'source' found in version_comment" -msgstr "'source' gasită în version_comment" +msgstr "„sursă” găsită în version_comment" #: libraries/advisory_rules.txt:131 -#, fuzzy msgid "The MySQL manual only is accurate for official MySQL binaries." -msgstr "" -"Manualul MySQL este precis numai pentru binarele (sursele) oficiale MySQL." +msgstr "Manualul MySQL este precis numai pentru binarele oficiale MySQL." #: libraries/advisory_rules.txt:132 msgid "" @@ -17301,169 +16485,138 @@ msgid "" msgstr "" #: libraries/advisory_rules.txt:133 -#, fuzzy msgid "'percona' found in version_comment" -msgstr "'percona' gasită în version_comment" +msgstr "„percona” găsit în version_comment" #: libraries/advisory_rules.txt:135 -#, fuzzy msgid "MySQL Architecture" -msgstr "Arhitectura MySQL" +msgstr "Arhitectură MySQL" #: libraries/advisory_rules.txt:138 -#, fuzzy msgid "MySQL is not compiled as a 64-bit package." -msgstr "MySQL nu este compilat ca un pachet pe 64 de biți." +msgstr "MySQL nu este compilat ca un pachet de 64 de biți." #: libraries/advisory_rules.txt:139 -#, fuzzy msgid "" "Your memory capacity is above 3 GiB (assuming the Server is on localhost), " "so MySQL might not be able to access all of your memory. You might want to " "consider installing the 64-bit version of MySQL." msgstr "" -"Capacitatea de memorie depășește 3 GiB (presupunând că serverul de bază de " -"date este pe server-ul, PC-ul, propriu), așa că este posibil ca MySQL sa nu " -"poată accesa toată memoria RAM a sistemului. Ați putea lua în considerare " -"instalarea versiunii de MySQL pe 64 de biți." +"Capacitatea memoriei tale depășește 3 GiO (presupunând că serverul este pe " +"localhost), probabil MySQL nu poate să-ți acceseze toată. Poate iei în " +"considerare instalarea versiunii MySQL pe 64 de biți." #: libraries/advisory_rules.txt:140 -#, fuzzy, php-format +#, php-format msgid "Available memory on this host: %s" -msgstr "Memoria disponibilă pe acest server este: %s" +msgstr "Memorie disponibilă pe această gazdă: %s" #: libraries/advisory_rules.txt:146 -#, fuzzy msgid "Query cache disabled" -msgstr "Pastrarea in memoria cache a interogărilor este dezactivată" +msgstr "Cache interogări dezactivat" #: libraries/advisory_rules.txt:149 -#, fuzzy msgid "The query cache is not enabled." -msgstr "Pastrarea in memoria cache a interogărilor nu este activată." +msgstr "Cache-ul interogări nu este activat." #: libraries/advisory_rules.txt:150 -#, fuzzy msgid "" "The query cache is known to greatly improve performance if configured " "correctly. Enable it by setting {query_cache_size} to a 2 digit MiB value " "and setting {query_cache_type} to 'ON'. Note: If you are using " "memcached, ignore this recommendation." msgstr "" -"Păstrarea în memoria cache a interogărilor se știe că îmbunătățește " -"performanța dacă este configurată corect. Această opțiune poate fi activată " -"prin setarea parametrului {query_cache_size} cu o valoare de 2 MiB și prin " -"setarea parametrului {query_cache_type} cu valoarea 'ON'. Notă: Dacă " -"utilizați memcached, ignorați această recomandare." +"Este binecunoscut, cache-ul interogărilor îmbunătățește performanța dacă " +"este configurat corect. Activează-l setând {query_cache_size} la o valoare " +"de 2 MiO și setând {query_cache_type} la „PORNIT”. Notă: Dacă " +"folosești memcached, ignoră această recomandare." #: libraries/advisory_rules.txt:151 -#, fuzzy msgid "query_cache_size is set to 0 or query_cache_type is set to 'OFF'" msgstr "" -"parametrul query_cache_size este setat cu valoarea 0 sau parametrul " -"query_cache_type este setat cu valoarea 'OFF'" +"query_cache_size este setat la 0 sau query_cache_type este setat la ”OPRIT”" #: libraries/advisory_rules.txt:153 -#, fuzzy msgid "Query caching method" -msgstr "Metoda de păstrare în memoria cache a interogarilor" +msgstr "Metodă de memorare în cache a interogărilor" #: libraries/advisory_rules.txt:156 -#, fuzzy msgid "Suboptimal caching method." -msgstr "Metoda de folosire a memoriei cache sub nivelul optim." +msgstr "Metodă de memorare în cache sub cea optimă." #: libraries/advisory_rules.txt:157 -#, fuzzy msgid "" "You are using the MySQL Query cache with a fairly high traffic database. It " "might be worth considering to use memcached instead of the MySQL Query " "cache, especially if you have multiple slaves." msgstr "" -"Folosiți metoda de păstrare în memoria cache a interogărilor MySQL prin " -"creșterea traficului destul de mult pe baza de date. Ar putea merita sa " -"aveți în vedere utilizarea opțiunii memcached în locul păstrare în memoria " -"cache a interogărilor MySQL, mai ales dacă aveți mai multe instanțe." +"Folosești cache interogări MySQL pentru o bază de date cu trafic destul de " +"mare. Poate trebuie să iei în considerare folosirea memcached în " +"loc de cache interogări MySQL, mai ales dacă ai mai mulți sclavi." #: libraries/advisory_rules.txt:158 -#, fuzzy, php-format +#, php-format msgid "" "The query cache is enabled and the server receives %d queries per second. " "This rule fires if there is more than 100 queries per second." msgstr "" -"Opțiunea de păstrare în memoria cache a interogărilor MySQL este activata și " -"serverul primește %d interogări pe secundă. Această regulă se activează dacă " -"există mai mult de 100 de interogări pe secundă." +"Cache-ul interogări este activat și serverul primește %d de interogări pe " +"secundă. Această regulă se activează dacă există mai mult de 100 de " +"interogări pe secundă." #: libraries/advisory_rules.txt:160 -#, fuzzy, php-format +#, php-format msgid "Query cache efficiency (%%)" -msgstr "" -"Eficiența metodei de păstrare în memoria cache a interogărilor MySQL (%%)" +msgstr "Eficiență cache interogări (%%)" #: libraries/advisory_rules.txt:163 -#, fuzzy msgid "Query cache not running efficiently, it has a low hit rate." -msgstr "" -"Metoda de păstrare în memoria cache a interogărilor nu funcționează " -"eficient, are o rată scăzută de acțiune." +msgstr "Cache interogări nu rulează eficient, are o rată scăzută de succes." #: libraries/advisory_rules.txt:164 -#, fuzzy msgid "Consider increasing {query_cache_limit}." -msgstr "" -"Aveți în considerare creșterea valorii parametrului {query_cache_limit}." +msgstr "Ia în considerare creșterea {query_cache_limit}." #: libraries/advisory_rules.txt:165 -#, fuzzy, php-format +#, php-format msgid "The current query cache hit rate of %s%% is below 20%%" -msgstr "" -"Rata curenta de acțiune a metodei de păstrare în memoria cache a " -"interogărilor %s%% este sub 20%%" +msgstr "Rata de succes actuală cache interogări de %s%% este sub 20%%" #: libraries/advisory_rules.txt:167 -#, fuzzy msgid "Query Cache usage" -msgstr "Utilizarea metodei de păstrare în memoria cache a interogărilor" +msgstr "Utilizare cache interogări" #: libraries/advisory_rules.txt:170 -#, fuzzy, php-format +#, php-format msgid "Less than 80%% of the query cache is being utilized." -msgstr "" -"Mai puțin de 80%% din memoria cache alocata interogărilor este utilizată." +msgstr "Este utilizat mai puțin de 80%% din cache-ul interogări." #: libraries/advisory_rules.txt:171 -#, fuzzy msgid "" "This might be caused by {query_cache_limit} being too low. Flushing the " "query cache might help as well." msgstr "" -"Aceasta poate fi cauzată de o valoare scăzuta a parametrului " -"{query_cache_limit}. Golirea (ștergerea) memoria cache a interogărilor v-ar " -"putea ajuta, de asemenea." +"Aceasta poate fi cauzată de o valoare prea mică pentru {query_cache_limit}. " +"Probabil ștergerea cache interogări ar putea fi utilă." #: libraries/advisory_rules.txt:172 -#, fuzzy, php-format +#, php-format msgid "" "The current ratio of free query cache memory to total query cache size is %s" "%%. It should be above 80%%" msgstr "" -"Raportul curent dintre memoria cache liberă a interogărilor și memoria cache " -"totală a interogărilor este %s%%. Ar trebui să fie peste 80%%" +"Raportul curent dintre memoria disponibilă cache interogări și dimensiunea " +"cache interogări totală este de %s%%. Ar trebui să fie peste 80%%" #: libraries/advisory_rules.txt:174 -#, fuzzy msgid "Query cache fragmentation" -msgstr "Fragmentarea memoriei cache a interogărilor" +msgstr "Fragmentare cache interogări" #: libraries/advisory_rules.txt:177 -#, fuzzy msgid "The query cache is considerably fragmented." -msgstr "" -"Memoria cache a interogărilor este fragmentată într-o proporție " -"considerabilă." +msgstr "Cache-ul interogări este fragmentat într-o proporție considerabilă." #: libraries/advisory_rules.txt:178 #, fuzzy @@ -17490,95 +16643,84 @@ msgstr "" "qcache_free_memory) / qcache_queries_in_cache" #: libraries/advisory_rules.txt:179 -#, fuzzy, php-format +#, php-format msgid "" "The cache is currently fragmented by %s%% , with 100%% fragmentation meaning " "that the query cache is an alternating pattern of free and used blocks. This " "value should be below 20%%." msgstr "" -"Memoria cache este în prezent fragmentată în procent de %s%%, o fragmentare " -"în procent de 100%% înseamnă că memoria cache a interogărilor este o alocare " -"alternativă de blocuri libere și utilizate. Această valoare ar trebui să fie " -"sub 20%%." +"În prezent, cache-ul este fragmentat în procent de %s%%, din fragmentarea " +"totală de 100%%, înseamnă că cache-ul interogări este un model alternativ de " +"blocuri disponibile și utilizate. Această valoare ar trebui să fie sub 20%%." #: libraries/advisory_rules.txt:181 -#, fuzzy msgid "Query cache low memory prunes" -msgstr "Stergeri datorate insuficienței memoriei cache a interogărilor" +msgstr "Lacune memorie insuficientă cache interogări" #: libraries/advisory_rules.txt:184 -#, fuzzy msgid "" "Cached queries are removed due to low query cache memory from the query " "cache." msgstr "" -"Interogările din memoria cache sunt eliminate datorita unui spațiu " -"disponibil scăzut în memoria cache alocată interogărilor." +"Interogările memorate în cache sunt înlăturate datorită memoriei " +"insuficiente cache interogări din cache-ul alocat interogărilor." #: libraries/advisory_rules.txt:185 -#, fuzzy msgid "" "You might want to increase {query_cache_size}, however keep in mind that the " "overhead of maintaining the cache is likely to increase with its size, so do " "this in small increments and monitor the results." msgstr "" -"Ați putea dori să creșteți valoarea parametrului {query_cache_size}, cu " -"toate acestea țineți minte că efortul de întreținere a memoriei cache este " -"probabil să crească proporțional cu dimensiunea sa, asa că faceți acest " -"lucru în incremente mici și monitorizați rezultatele." +"Poate vrei să mărești {query_cache_size}, totuși reține că efortul de " +"menținere a cache-ului probabil crește odată cu dimensiunea sa, deci fă asta " +"în pași mici și monitorizează rezultatele." #: libraries/advisory_rules.txt:186 -#, fuzzy, php-format +#, php-format msgid "" "The ratio of removed queries to inserted queries is %s%%. The lower this " "value is, the better (This rules firing limit: 0.1%%)" msgstr "" -"Raportul dintre interogările eliminate și cele inserate este %s%%. Cu cât " -"această valoare este mai mica cu atât este mai bine (Limita de activare a " -"regulilor este: 0,1%%)" +"Raportul dintre interogările înlăturate și interogările inserate este de %s%%" +". Cu cât această valoare este mai mică cu atât este mai bine (limita de " +"activare a acestor reguli este: 0,1%%)" #: libraries/advisory_rules.txt:188 -#, fuzzy msgid "Query cache max size" -msgstr "Mărimea maximă a memoriei cache alocată interogărilor" +msgstr "Dimensiune maximă cache interogări" #: libraries/advisory_rules.txt:191 -#, fuzzy msgid "" "The query cache size is above 128 MiB. Big query caches may cause " "significant overhead that is required to maintain the cache." msgstr "" -"Dimensiunea memoriei cache a interogărilor depășește 128 MiB. Dimensiunile " -"mari ale memoriei cache a interogărilor poate provoca încărcări " -"semnificative deoarece este necesar un efort suplimentar pentru a întreține " -"memoria cache." +"Dimensiunea cache interogări depășește 128 MiO. Cache-urile mari de " +"interogări pot genera încărcări semnificative care necesită un efort " +"suplimentar pentru menținerea cache-ului." #: libraries/advisory_rules.txt:192 -#, fuzzy msgid "" "Depending on your environment, it might be performance increasing to reduce " "this value." msgstr "" -"În funcție de mediu, ar putea fi vizibilă o creștere a performanței " +"În funcție de mediu tău, ar putea fi vizibilă o creștere a performanței la " "reducerea acestei valori." #: libraries/advisory_rules.txt:193 -#, fuzzy, php-format +#, php-format msgid "Current query cache size: %s" -msgstr "Dimensiune curentă a memoriei cache a interogărilor: %s" +msgstr "Dimensiune actuală cache interogări: %s" #: libraries/advisory_rules.txt:195 -#, fuzzy msgid "Query cache min result size" -msgstr "Dimensiunea minimă a rezultatelor în memoria cache a interogărilor" +msgstr "Dimensiune minimă rezultate cache interogări" #: libraries/advisory_rules.txt:198 -#, fuzzy msgid "" "The max size of the result set in the query cache is the default of 1 MiB." msgstr "" -"Dimensiunea maximă a setului rezultat în memoria cache de interogare este " -"implicit de 1 MiB." +"Implicit, dimensiunea maximă a setului de rezultate în cache interogări este " +"de 1 MiO." #: libraries/advisory_rules.txt:199 #, fuzzy @@ -17604,62 +16746,51 @@ msgstr "" "valorii parametrului {query_cache_limit} ar putea reduce eficiența." #: libraries/advisory_rules.txt:200 -#, fuzzy msgid "query_cache_limit is set to 1 MiB" -msgstr "valoarea parametrului query_cache_limit este setata la 1 MiB" +msgstr "query_cache_limit este setat la 1 MiO" #: libraries/advisory_rules.txt:204 -#, fuzzy msgid "Percentage of sorts that cause temporary tables" -msgstr "Procentul de sortări care provoaca generarea de tabele temporare" +msgstr "Procentul de sortări care generează tabele temporare" #: libraries/advisory_rules.txt:207 libraries/advisory_rules.txt:214 -#, fuzzy msgid "Too many sorts are causing temporary tables." -msgstr "Prea multe sortări cauzează crearea de tabele temporare." +msgstr "Prea multe sortări generează tabele temporare." #: libraries/advisory_rules.txt:208 libraries/advisory_rules.txt:215 -#, fuzzy -#| msgid "" -#| "Consider increasing sort_buffer_size and/or read_rnd_buffer_size, " -#| "depending on your system memory limits" msgid "" "Consider increasing {sort_buffer_size} and/or {read_rnd_buffer_size}, " "depending on your system memory limits." msgstr "" -"Luaţi în considerare creşterea valorilor parametrilor sort_buffer_size şi/" -"sau read_rnd_buffer_size, în funcţie de limitele memoriei sistemului " -"dumneavoastră" +"Ia în considerare creșterea {sort_buffer_size} și/sau {read_rnd_buffer_size}" +", în funcție de limitele memoriei sistemului tău." #: libraries/advisory_rules.txt:209 -#, fuzzy, php-format +#, php-format msgid "" "%s%% of all sorts cause temporary tables, this value should be lower than " "10%%." msgstr "" -"%s%% din sortări au generat tabele temporare, această valoare ar trebui să " +"%s%% din sortări generează tabele temporare, această valoare ar trebui să " "fie mai mică de 10%%." #: libraries/advisory_rules.txt:211 -#, fuzzy msgid "Rate of sorts that cause temporary tables" -msgstr "Rata de sortări care au generat tabele temporare" +msgstr "Rata de sortări care generează tabele temporare" #: libraries/advisory_rules.txt:216 -#, fuzzy, php-format +#, php-format msgid "" "Temporary tables average: %s, this value should be less than 1 per hour." msgstr "" -"Media de tabele temporare: %s, această valoare ar trebui să fie mai mică de " -"1 oră." +"Medie tabele temporare: %s, această valoare ar trebui să fie mai mică decât " +"1 pe oră." #: libraries/advisory_rules.txt:218 -#, fuzzy msgid "Sort rows" -msgstr "Sortare (ordonare) rânduri" +msgstr "Sortează rânduri" #: libraries/advisory_rules.txt:221 -#, fuzzy msgid "There are lots of rows being sorted." msgstr "Există o mulțime de rânduri sortate." @@ -17677,14 +16808,12 @@ msgid "Sorted rows average: %s" msgstr "" #: libraries/advisory_rules.txt:226 -#, fuzzy msgid "Rate of joins without indexes" -msgstr "Tabelele urmărite" +msgstr "Rată de asocieri fără indexuri" #: libraries/advisory_rules.txt:229 -#, fuzzy msgid "There are too many joins without indexes." -msgstr "Tabelele urmărite" +msgstr "Există prea multe asocieri fără indexuri." #: libraries/advisory_rules.txt:230 msgid "" @@ -17693,21 +16822,19 @@ msgid "" msgstr "" #: libraries/advisory_rules.txt:231 -#, fuzzy, php-format -#| msgid "Sort buffer size" +#, php-format msgid "Table joins average: %s, this value should be less than 1 per hour" -msgstr "Sortare Mărime tampon" +msgstr "" +"Medie asocieri tabel: %s, această valoare ar trebui să fie mai mică decât 1 " +"pe oră" #: libraries/advisory_rules.txt:233 -#, fuzzy msgid "Rate of reading first index entry" -msgstr "Tabelele urmărite" +msgstr "Rată de citire a primei intrări de index" #: libraries/advisory_rules.txt:236 -#, fuzzy -#| msgid "The number of pending log file fsyncs." msgid "The rate of reading the first index entry is high." -msgstr "The number of pending log file fsyncs." +msgstr "Rata de citire a primei intrări de index este mare." #: libraries/advisory_rules.txt:237 msgid "" @@ -17720,22 +16847,19 @@ msgid "" msgstr "" #: libraries/advisory_rules.txt:238 -#, fuzzy, php-format -#| msgid "Sort buffer size" +#, php-format msgid "Index scans average: %s, this value should be less than 1 per hour" -msgstr "Sortare Mărime tampon" +msgstr "" +"Medie scanări index: %s, această valoare ar trebui să fie mai mică decât 1 " +"pe oră" #: libraries/advisory_rules.txt:240 -#, fuzzy -#| msgid "Format of imported file" msgid "Rate of reading fixed position" -msgstr "Formatul fișierului importat" +msgstr "Rată de citire din poziție fixă" #: libraries/advisory_rules.txt:243 -#, fuzzy -#| msgid "The number of pending log file fsyncs." msgid "The rate of reading data from a fixed position is high." -msgstr "The number of pending log file fsyncs." +msgstr "Rata de citire a datelor dintr-o poziție fixă este mare." #: libraries/advisory_rules.txt:244 msgid "" @@ -17752,16 +16876,12 @@ msgid "" msgstr "" #: libraries/advisory_rules.txt:247 -#, fuzzy -#| msgid "Create table" msgid "Rate of reading next table row" -msgstr "Creare tabel" +msgstr "Rată de citire a următorului rând de tabel" #: libraries/advisory_rules.txt:250 -#, fuzzy -#| msgid "The current number of pending writes." msgid "The rate of reading the next table row is high." -msgstr "The current number of pending writes." +msgstr "Rata de citire a următorului rând de tabel este mare." #: libraries/advisory_rules.txt:251 msgid "" @@ -17770,11 +16890,12 @@ msgid "" msgstr "" #: libraries/advisory_rules.txt:252 -#, fuzzy, php-format -#| msgid "Sort buffer size" +#, php-format msgid "" "Rate of reading next table row: %s, this value should be less than 1 per hour" -msgstr "Sortare Mărime tampon" +msgstr "" +"Rată de citire a următorului rând de tabel: %s, această valoare ar trebui să " +"fie mai mică decât 1 pe oră" #: libraries/advisory_rules.txt:255 msgid "Different tmp_table_size and max_heap_table_size" @@ -17798,10 +16919,8 @@ msgid "Current values are tmp_table_size: %s, max_heap_table_size: %s" msgstr "" #: libraries/advisory_rules.txt:262 -#, fuzzy -#| msgid "Format of imported file" msgid "Percentage of temp tables on disk" -msgstr "Formatul fișierului importat" +msgstr "Procentul de tabele temporare pe disc" #: libraries/advisory_rules.txt:265 libraries/advisory_rules.txt:272 msgid "" @@ -17828,10 +16947,8 @@ msgid "" msgstr "" #: libraries/advisory_rules.txt:269 -#, fuzzy -#| msgid "%s table(s)" msgid "Temp disk rate" -msgstr "%s tabele" +msgstr "Rată temporare pe disc" #: libraries/advisory_rules.txt:273 msgid "" @@ -17850,12 +16967,12 @@ msgid "" "Rate of temporary tables being written to disk: %s, this value should be " "less than 1 per hour" msgstr "" +"Rată de tabele temporare care sunt scrise pe disc: %s, această valoare ar " +"trebui să fie mai mică decât 1 pe oră" #: libraries/advisory_rules.txt:278 -#, fuzzy -#| msgid "Sort buffer size" msgid "MyISAM key buffer size" -msgstr "Sortare Mărime tampon" +msgstr "Dimensiune tampon cheie MyISAM" #: libraries/advisory_rules.txt:281 msgid "Key buffer is not initialized. No MyISAM indexes will be cached." @@ -17868,22 +16985,18 @@ msgid "" msgstr "" #: libraries/advisory_rules.txt:283 -#, fuzzy -#| msgid "Sort buffer size" msgid "key_buffer_size is 0" -msgstr "Sortare Mărime tampon" +msgstr "key_buffer_size este 0" #: libraries/advisory_rules.txt:285 -#, fuzzy, php-format -#| msgid "Sort buffer size" +#, php-format msgid "Max %% MyISAM key buffer ever used" -msgstr "Sortare Mărime tampon" +msgstr "%% maxim tampon cheie MyISAM folosit vreodată" #: libraries/advisory_rules.txt:288 libraries/advisory_rules.txt:296 -#, fuzzy, php-format -#| msgid "Sort buffer size" +#, php-format msgid "MyISAM key buffer (index cache) %% used is low." -msgstr "Sortare Mărime tampon" +msgstr "Tamponul cheie MyISAM folosit (cache index) %% este mic." #: libraries/advisory_rules.txt:289 libraries/advisory_rules.txt:297 msgid "" @@ -17893,28 +17006,27 @@ msgid "" msgstr "" #: libraries/advisory_rules.txt:290 -#, fuzzy, php-format -#| msgid "Sort buffer size" +#, php-format msgid "" "max %% MyISAM key buffer ever used: %s%%, this value should be above 95%%" -msgstr "Sortare Mărime tampon" +msgstr "" +"%% tampon maxim cheie MyISAM folosit vreodată: %s%%, această valoare ar " +"trebui să fie mai mare de 95%%" #: libraries/advisory_rules.txt:293 -#, fuzzy -#| msgid "Sort buffer size" msgid "Percentage of MyISAM key buffer used" -msgstr "Sortare Mărime tampon" +msgstr "Procentul tamponului cheie MyISAM folosit" #: libraries/advisory_rules.txt:298 -#, fuzzy, php-format -#| msgid "Sort buffer size" +#, php-format msgid "%% MyISAM key buffer used: %s%%, this value should be above 95%%" -msgstr "Sortare Mărime tampon" +msgstr "" +"%% tampon cheie MyISAM folosit: %s%%, această valoare trebuie să fie mai " +"mare de 95%%" #: libraries/advisory_rules.txt:300 -#, fuzzy msgid "Percentage of index reads from memory" -msgstr "Afișare comandă întreagă" +msgstr "Procentul de citiri index din memorie" #: libraries/advisory_rules.txt:303 #, php-format @@ -17926,22 +17038,19 @@ msgid "You may need to increase {key_buffer_size}." msgstr "" #: libraries/advisory_rules.txt:305 -#, fuzzy, php-format -#| msgid "Sort buffer size" +#, php-format msgid "Index reads from memory: %s%%, this value should be above 95%%" -msgstr "Sortare Mărime tampon" +msgstr "" +"Citiri index din memorie: %s%%, această valoare trebuie să fie mai mare de " +"95%%" #: libraries/advisory_rules.txt:309 -#, fuzzy -#| msgid "Create table" msgid "Rate of table open" -msgstr "Creare tabel" +msgstr "Rată de deschidere tabel" #: libraries/advisory_rules.txt:312 -#, fuzzy -#| msgid "The current number of pending writes." msgid "The rate of opening tables is high." -msgstr "The current number of pending writes." +msgstr "Rata de deschidere a tabelelor este mare." #: libraries/advisory_rules.txt:313 msgid "" @@ -17950,10 +17059,11 @@ msgid "" msgstr "" #: libraries/advisory_rules.txt:314 -#, fuzzy, php-format -#| msgid "Sort buffer size" +#, php-format msgid "Opened table rate: %s, this value should be less than 10 per hour" -msgstr "Sortare Mărime tampon" +msgstr "" +"Rată tabele deschise: %s, această valoare ar trebui să fie mai mică decât 10 " +"pe oră" #: libraries/advisory_rules.txt:316 #, fuzzy @@ -17980,54 +17090,51 @@ msgid "" msgstr "" #: libraries/advisory_rules.txt:323 -#, fuzzy -#| msgid "Format of imported file" msgid "Rate of open files" -msgstr "Formatul fișierului importat" +msgstr "Rată de deschidere fișiere" #: libraries/advisory_rules.txt:326 -#, fuzzy -#| msgid "The number of pending log file fsyncs." msgid "The rate of opening files is high." -msgstr "The number of pending log file fsyncs." +msgstr "Rata de deschidere fișiere este mare." #: libraries/advisory_rules.txt:328 -#, fuzzy, php-format -#| msgid "Sort buffer size" +#, php-format msgid "Opened files rate: %s, this value should be less than 5 per hour" -msgstr "Sortare Mărime tampon" +msgstr "" +"Rată fișiere deschise: %s, această valoare ar trebui să fie mai mică decât 5 " +"pe oră" #: libraries/advisory_rules.txt:330 -#, fuzzy, php-format -#| msgid "Create table on database %s" +#, php-format msgid "Immediate table locks %%" -msgstr "Creează tabel nou în baza de date %s" +msgstr "Blocări de tabel imediate %%" #: libraries/advisory_rules.txt:333 libraries/advisory_rules.txt:340 -#, fuzzy -#| msgid "The number of times that a table lock was acquired immediately." msgid "Too many table locks were not granted immediately." -msgstr "The number of times that a table lock was acquired immediately." +msgstr "Prea multe blocări de tabel nu au fost acordate imediat." #: libraries/advisory_rules.txt:334 libraries/advisory_rules.txt:341 msgid "Optimize queries and/or use InnoDB to reduce lock wait." msgstr "" +"Optimizează interogările și/sau folosește InnoDB pentru a reduce așteptarea " +"blocării." #: libraries/advisory_rules.txt:335 -#, fuzzy, php-format -#| msgid "Sort buffer size" +#, php-format msgid "Immediate table locks: %s%%, this value should be above 95%%" -msgstr "Sortare Mărime tampon" +msgstr "" +"Blocări de tabel imediate: %s%%, această valoare ar trebui să fie peste 95%%" #: libraries/advisory_rules.txt:337 msgid "Table lock wait rate" -msgstr "" +msgstr "Rată de așteptare blocare tabel" #: libraries/advisory_rules.txt:342 -#, fuzzy, php-format -#| msgid "Sort buffer size" +#, php-format msgid "Table lock wait rate: %s, this value should be less than 1 per hour" -msgstr "Sortare Mărime tampon" +msgstr "" +"Rată de așteptare blocare tabel:%s, această valoare ar trebui să fie mai " +"mică decât 1 pe oră" #: libraries/advisory_rules.txt:344 msgid "Thread cache" @@ -18048,10 +17155,9 @@ msgid "The thread cache is set to 0" msgstr "Cache-ul firului de execuție este setat la 0" #: libraries/advisory_rules.txt:351 -#, fuzzy, php-format -#| msgid "Tracking is not active." +#, php-format msgid "Thread cache hit rate %%" -msgstr "Monitorizarea nu este activată" +msgstr "Rată de succes cache fire de execuție %%" #: libraries/advisory_rules.txt:354 msgid "Thread cache is not efficient." @@ -18059,25 +17165,22 @@ msgstr "Cache-ul firului de execuție nu este eficient." #: libraries/advisory_rules.txt:355 msgid "Increase {thread_cache_size}." -msgstr "" +msgstr "Mărește {thread_cache_size}." #: libraries/advisory_rules.txt:356 -#, fuzzy, php-format -#| msgid "Sort buffer size" +#, php-format msgid "Thread cache hitrate: %s%%, this value should be above 80%%" -msgstr "Sortare Mărime tampon" +msgstr "" +"Rată de succes cache fire de execuție: %s%%, această valoare ar trebui să " +"fie peste 80%%" #: libraries/advisory_rules.txt:358 -#, fuzzy -#| msgid "The number of threads that are not sleeping." msgid "Threads that are slow to launch" -msgstr "The number of threads that are not sleeping." +msgstr "Fire de execuție care sunt lente la lansare" #: libraries/advisory_rules.txt:361 -#, fuzzy -#| msgid "The number of threads that are not sleeping." msgid "There are too many threads that are slow to launch." -msgstr "The number of threads that are not sleeping." +msgstr "Există prea multe fire de execuție care sunt lente la lansare." #: libraries/advisory_rules.txt:362 msgid "" @@ -18095,30 +17198,25 @@ msgid "Slow launch time" msgstr "" #: libraries/advisory_rules.txt:368 -#, fuzzy -#| msgid "long_query_time is set to %d second(s)." msgid "Slow_launch_time is above 2s." -msgstr "long_query_time este setat la %d secunde." +msgstr "Slow_launch_time este de peste 2 sec." #: libraries/advisory_rules.txt:369 -#, fuzzy -#| msgid "The number of threads that are not sleeping." msgid "" "Set {slow_launch_time} to 1s or 2s to correctly count threads that are slow " "to launch." -msgstr "The number of threads that are not sleeping." +msgstr "" +"Setează {slow_launch_time} la o sec. sau 2 sec. pentru a număra corect " +"firele de execuție care sunt lente la lansare." #: libraries/advisory_rules.txt:370 -#, fuzzy, php-format -#| msgid "long_query_time is set to %d second(s)." +#, php-format msgid "slow_launch_time is set to %s" -msgstr "long_query_time este setat la %d secunde." +msgstr "long_query_time este setat la %s" #: libraries/advisory_rules.txt:374 -#, fuzzy -#| msgid "max. concurrent connections" msgid "Percentage of used connections" -msgstr "conexiuni concurente (maxim)" +msgstr "Procent de conexiuni folosite" #: libraries/advisory_rules.txt:377 msgid "" @@ -18140,16 +17238,12 @@ msgid "" msgstr "" #: libraries/advisory_rules.txt:381 -#, fuzzy -#| msgid "max. concurrent connections" msgid "Percentage of aborted connections" -msgstr "conexiuni concurente (maxim)" +msgstr "Procent de conexiuni anulate" #: libraries/advisory_rules.txt:384 libraries/advisory_rules.txt:391 -#, fuzzy -#| msgid "Allows creating temporary tables." msgid "Too many connections are aborted." -msgstr "Permite crearea de tabele temporare." +msgstr "Prea multe conexiuni sunt anulate." #: libraries/advisory_rules.txt:385 libraries/advisory_rules.txt:392 msgid "" @@ -18164,10 +17258,8 @@ msgid "%s%% of all connections are aborted. This value should be below 1%%" msgstr "" #: libraries/advisory_rules.txt:388 -#, fuzzy -#| msgid "max. concurrent connections" msgid "Rate of aborted connections" -msgstr "conexiuni concurente (maxim)" +msgstr "Rată de conexiuni anulate" #: libraries/advisory_rules.txt:393 #, php-format @@ -18176,16 +17268,12 @@ msgid "" msgstr "" #: libraries/advisory_rules.txt:395 -#, fuzzy -#| msgid "Format of imported file" msgid "Percentage of aborted clients" -msgstr "Formatul fișierului importat" +msgstr "Procent de clienți anulați" #: libraries/advisory_rules.txt:398 libraries/advisory_rules.txt:405 -#, fuzzy -#| msgid "Allows creating temporary tables." msgid "Too many clients are aborted." -msgstr "Permite crearea de tabele temporare." +msgstr "Prea mulți clienți sunt anulați." #: libraries/advisory_rules.txt:399 libraries/advisory_rules.txt:406 msgid "" @@ -18200,25 +17288,23 @@ msgid "%s%% of all clients are aborted. This value should be below 2%%" msgstr "" #: libraries/advisory_rules.txt:402 -#, fuzzy msgid "Rate of aborted clients" -msgstr "Rata de clienți abandonați" +msgstr "Rată de clienți anulați" #: libraries/advisory_rules.txt:407 -#, fuzzy, php-format +#, php-format msgid "Aborted client rate is at %s, this value should be less than 1 per hour" msgstr "" -"Rata de abandon a clientului este la %s, această valoare trebuie să fie mai " -"mică de 1 pe oră" +"Rata de clienți anulați este de %s, această valoare ar trebui să fie mai " +"mică decât 1 pe oră" #: libraries/advisory_rules.txt:411 msgid "Is InnoDB disabled?" msgstr "" #: libraries/advisory_rules.txt:414 -#, fuzzy msgid "You do not have InnoDB enabled." -msgstr "Nu aveţi InnoDB activat." +msgstr "Nu ai InnoDB activat." #: libraries/advisory_rules.txt:415 msgid "InnoDB is usually the better choice for table engines." @@ -18229,17 +17315,16 @@ msgid "have_innodb is set to 'value'" msgstr "" #: libraries/advisory_rules.txt:418 -#, fuzzy msgid "InnoDB log size" -msgstr "Dimensiunea jurnalului InnoDB" +msgstr "Dimensiune jurnal InnoDB" #: libraries/advisory_rules.txt:421 -#, fuzzy -#| msgid "The number writes done to the InnoDB buffer pool." msgid "" "The InnoDB log file size is not an appropriate size, in relation to the " "InnoDB buffer pool." -msgstr "The number writes done to the InnoDB buffer pool." +msgstr "" +"Dimensiunea fișierului jurnal InnoDB nu este o dimensiune adecvată, în " +"raport cu buffer pool InnoDB." #: libraries/advisory_rules.txt:422 #, php-format @@ -18256,21 +17341,21 @@ msgid "" msgstr "" #: libraries/advisory_rules.txt:423 -#, fuzzy, php-format -#| msgid "The number writes done to the InnoDB buffer pool." +#, php-format msgid "" "Your InnoDB log size is at %s%% in relation to the InnoDB buffer pool size, " "it should not be below 20%%" -msgstr "The number writes done to the InnoDB buffer pool." +msgstr "" +"Dimensiunea jurnalului tău InnoDB este de %s%% în raport cu dimensiunea " +"buffer pool InnoDB, nu ar trebui să fie sub 20%%" #: libraries/advisory_rules.txt:425 -#, fuzzy msgid "Max InnoDB log size" -msgstr "Mărimea maximă a înregistrării InnoDB" +msgstr "Dimensiune maximă jurnal InnoDB" #: libraries/advisory_rules.txt:428 msgid "The InnoDB log file size is inadequately large." -msgstr "" +msgstr "Dimensiunea fișierului jurnal InnoDB este insuficient de mare." #: libraries/advisory_rules.txt:429 #, fuzzy, php-format @@ -18310,17 +17395,15 @@ msgstr "" #: libraries/advisory_rules.txt:430 #, php-format msgid "Your absolute InnoDB log size is %s MiB" -msgstr "" +msgstr "Dimensiunea absolută a jurnalului tău InnoDB este de %s MiO" #: libraries/advisory_rules.txt:432 -#, fuzzy msgid "InnoDB buffer pool size" -msgstr "Mărimea buffer-ului pool al InnoDB" +msgstr "Dimensiune buffer pool InnoDB" #: libraries/advisory_rules.txt:435 -#, fuzzy msgid "Your InnoDB buffer pool is fairly small." -msgstr "Buffer-ul pentru InnoDB este destul de mic." +msgstr "Buffer pool InnoDB este destul de mic." #: libraries/advisory_rules.txt:436 #, php-format @@ -18336,6 +17419,16 @@ msgid "" "\"https://www.percona.com/blog/2007/11/03/choosing-innodb_buffer_pool_size/" "\">this article" msgstr "" +"Buffer pool InnoDB are un impact profund asupra performanței pentru tabelele " +"InnoDB. Alocă toată memoria rămasă în acest tampon. Pentru serverele de bază " +"de date care folosesc exclusiv InnoDB ca motor de stocare și nu a alte " +"servicii care rulează (de exemplu, un server web), poți seta o valoare mare, " +"cum ar fi 80%% din memoria disponibilă. În caz contrar, trebuie să evaluezi " +"cu atenție consumul de memorie al celorlalte servicii și tabelele non-InnoDB " +"și să setezi această variabilă în consecință. Dacă este setată o valoare " +"prea mare, sistemul tău va începe să se schimbe, ceea ce scade semnificativ " +"performanța. De asemenea, vezi acest articol" #: libraries/advisory_rules.txt:437 #, php-format @@ -18345,31 +17438,32 @@ msgid "" "perfectly adequate for your system if you don't have much InnoDB tables or " "other services running on the same machine." msgstr "" +"În prezent folosești %s%% din memorie pentru buffer pool InnoDB. Această " +"regulă se declanșează dacă aloci mai puțin de 60%%, totuși acest lucru ar " +"putea fi adecvat în totalitate pentru sistemul tău dacă nu ai prea multe " +"tabele InnoDB sau alte servicii care rulează pe aceeași mașină." #: libraries/advisory_rules.txt:441 -#, fuzzy msgid "MyISAM concurrent inserts" -msgstr "inserări concurente MyISAM" +msgstr "Inserări concurente MyISAM" #: libraries/advisory_rules.txt:444 msgid "Enable {concurrent_insert} by setting it to 1" msgstr "Activează {concurrent_insert} setându-i valoarea la 1" #: libraries/advisory_rules.txt:445 -#, fuzzy msgid "" "Setting {concurrent_insert} to 1 reduces contention between readers and " "writers for a given table. See also MySQL Documentation" msgstr "" -"Setând {concurrent_insert} la 1 reduceți conflictele dintre cititori si " -"scriitori pentru o tabelă dată. Vedeți de asemenea Documentația MySQL" +"Setând {concurrent_insert} la 1 reduce disputele între cititori și scriitori " +"pentru un tabel dat. De asemenea, vezi documentația MySQL" #: libraries/advisory_rules.txt:446 -#, fuzzy msgid "concurrent_insert is set to 0" -msgstr "concurrent_insert este setat cu 0" +msgstr "concurrent_insert este setat la 0" #, fuzzy #~ msgid "No auto-saved query" From b875ad929e8d7e2f3a3bcefdf57f69c4c1b37769 Mon Sep 17 00:00:00 2001 From: Yaron Shahrabani Date: Thu, 26 Jul 2018 11:46:52 +0000 Subject: [PATCH 063/114] Translated using Weblate (Hebrew) Currently translated at 49.3% (1622 of 3288 strings) [CI skip] Translation: phpMyAdmin/4.8 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-8/he/ Signed-off-by: Yaron Shahrabani --- po/he.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/po/he.po b/po/he.po index a5142ef23c..121d857d09 100644 --- a/po/he.po +++ b/po/he.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.8.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2018-02-12 16:30+0100\n" -"PO-Revision-Date: 2018-07-26 11:46+0000\n" -"Last-Translator: Michal Čihař \n" +"PO-Revision-Date: 2018-07-26 11:48+0000\n" +"Last-Translator: Yaron Shahrabani \n" "Language-Team: Hebrew \n" "Language: he\n" @@ -16902,7 +16902,7 @@ msgid "" msgstr "" "הגדרת {concurrent_insert} ל־1 מקטינה את המחלוקת בין הקוראים והכותבים לטבלה " "מסוימת. ניתן גם לעיין בתיעוד שלMySQL" +"concurrent-inserts.html\">תיעוד של MySQL" #: libraries/advisory_rules.txt:446 msgid "concurrent_insert is set to 0" From b3cd7082ee3d7a170cecfcca581d17b4c8d16e11 Mon Sep 17 00:00:00 2001 From: Yaron Shahrabani Date: Thu, 26 Jul 2018 11:46:52 +0000 Subject: [PATCH 064/114] Translated using Weblate (Hebrew) Currently translated at 49.3% (1625 of 3291 strings) [CI skip] Translation: phpMyAdmin/Development Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/he/ Signed-off-by: Yaron Shahrabani --- po/he.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/po/he.po b/po/he.po index 497e361016..ea4a0b0281 100644 --- a/po/he.po +++ b/po/he.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 5.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2018-05-07 03:27-0300\n" -"PO-Revision-Date: 2018-07-10 23:23+0000\n" +"PO-Revision-Date: 2018-07-26 11:48+0000\n" "Last-Translator: Yaron Shahrabani \n" "Language-Team: Hebrew \n" @@ -16917,7 +16917,7 @@ msgid "" msgstr "" "הגדרת {concurrent_insert} ל־1 מקטינה את המחלוקת בין הקוראים והכותבים לטבלה " "מסוימת. ניתן גם לעיין בתיעוד שלMySQL" +"concurrent-inserts.html\">תיעוד של MySQL" #: libraries/advisory_rules.txt:446 msgid "concurrent_insert is set to 0" From 38009efb652f5f9c8048265fcbbe562a5c06e5e6 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Tue, 26 Jun 2018 03:54:59 +0200 Subject: [PATCH 065/114] Add support for MySQL/MariaDB variables documentation - Uses preferential mode MySQL docs for MySQL users and MariaDB docs for MariaDB users - Unit tests now use data that only exists for tests - Added package williamdes/mariadb-mysql-kbs Signed-off-by: William Desportes --- composer.json | 3 +- .../Server/ServerVariablesController.php | 2576 +---------------- libraries/classes/Plugins.php | 2 + libraries/classes/Server/Privileges.php | 2 + libraries/classes/Server/Status/Queries.php | 2 + libraries/classes/Server/Status/Variables.php | 6 +- libraries/classes/Util.php | 76 +- templates/server/variables/variable_row.twig | 4 +- .../Server/ServerVariablesControllerTest.php | 19 +- 9 files changed, 141 insertions(+), 2549 deletions(-) diff --git a/composer.json b/composer.json index 8cffd580a1..ef9b5f402a 100644 --- a/composer.json +++ b/composer.json @@ -55,7 +55,8 @@ "twig/extensions": "~1.5.1", "symfony/expression-language": "^3.2", "symfony/polyfill-mbstring": "^1.3", - "symfony/polyfill-ctype": "^1.8" + "symfony/polyfill-ctype": "^1.8", + "williamdes/mariadb-mysql-kbs": "^1.2" }, "conflict": { "phpseclib/phpseclib": "2.0.8", diff --git a/libraries/classes/Controllers/Server/ServerVariablesController.php b/libraries/classes/Controllers/Server/ServerVariablesController.php index f548d3bb1b..b09977ff40 100644 --- a/libraries/classes/Controllers/Server/ServerVariablesController.php +++ b/libraries/classes/Controllers/Server/ServerVariablesController.php @@ -17,6 +17,8 @@ use PhpMyAdmin\Server\Common; use PhpMyAdmin\Template; use PhpMyAdmin\Url; use PhpMyAdmin\Util; +use Williamdes\MariaDBMySQLKBS\Search as KBSearch; +use Williamdes\MariaDBMySQLKBS\KBException; /** * Handles viewing and editing server variables @@ -25,10 +27,6 @@ use PhpMyAdmin\Util; */ class ServerVariablesController extends Controller { - /** - * @var array Documentation links for variables - */ - protected $variable_doc_links; /** * Constructs ServerVariablesController @@ -39,8 +37,6 @@ class ServerVariablesController extends Controller public function __construct($response, $dbi) { parent::__construct($response, $dbi); - - $this->variable_doc_links = $this->_getDocumentLinks(); } /** @@ -119,10 +115,9 @@ class ServerVariablesController extends Controller 'Not enough privilege to view server variables and ' . 'settings. %s' ), - Util::showMySQLDocu( - 'server-system-variables', - false, - 'sysvar_show_compatibility_56' + Util::linkToVarDocumentation( + 'show_compatibility_56', + $this->dbi->isMariaDB() ) ) )->getDisplay() @@ -147,17 +142,20 @@ class ServerVariablesController extends Controller 'NUM' ); - if (isset($this->variable_doc_links[$_REQUEST['varName']][3]) - && $this->variable_doc_links[$_REQUEST['varName']][3] == 'byte' - ) { - $this->response->addJSON( - 'message', - implode( - ' ', - Util::formatByteDown($varValue[1], 3, 3) - ) - ); - } else { + try { + $type = KBSearch::getVariableType($_REQUEST['varName']); + if ($type === 'byte') { + $this->response->addJSON( + 'message', + implode( + ' ', + Util::formatByteDown($varValue[1], 3, 3) + ) + ); + } else { + throw new KBException("Not a type=byte"); + } + } catch (KBException $e){ $this->response->addJSON( 'message', $varValue[1] @@ -174,28 +172,29 @@ class ServerVariablesController extends Controller { $value = $_REQUEST['varValue']; $matches = []; - - if (isset($this->variable_doc_links[$_REQUEST['varName']][3]) - && $this->variable_doc_links[$_REQUEST['varName']][3] == 'byte' - && preg_match( + try { + $type = KBSearch::getVariableType($_REQUEST['varName']); + if ($type === 'byte' && preg_match( '/^\s*(\d+(\.\d+)?)\s*(mb|kb|mib|kib|gb|gib)\s*$/i', $value, $matches - ) - ) { - $exp = [ - 'kb' => 1, - 'kib' => 1, - 'mb' => 2, - 'mib' => 2, - 'gb' => 3, - 'gib' => 3 - ]; - $value = floatval($matches[1]) * pow( - 1024, - $exp[mb_strtolower($matches[3])] - ); - } else { + )) { + $exp = [ + 'kb' => 1, + 'kib' => 1, + 'mb' => 2, + 'mib' => 2, + 'gb' => 3, + 'gib' => 3 + ]; + $value = floatval($matches[1]) * pow( + 1024, + $exp[mb_strtolower($matches[3])] + ); + } else { + throw new KBException("Not a type=byte or regex not matching"); + } + } catch (KBException $e){ $value = $this->dbi->escapeString($value); } @@ -256,17 +255,20 @@ class ServerVariablesController extends Controller $formattedValue = $value; if (is_numeric($value)) { - if (isset($this->variable_doc_links[$name][3]) - && $this->variable_doc_links[$name][3] == 'byte' - ) { - $isHtmlFormatted = true; - $formattedValue = '' - . htmlspecialchars( - implode(' ', Util::formatByteDown($value, 3, 3)) - ) - . ''; - } else { + try { + $type = KBSearch::getVariableType($name); + if ($type === 'byte') { + $isHtmlFormatted = true; + $formattedValue = '' + . htmlspecialchars( + implode(' ', Util::formatByteDown($value, 3, 3)) + ) + . ''; + } else { + throw new KBException("Not a type=byte or regex not matching"); + } + } catch (KBException $e){ $formattedValue = Util::formatNumber($value, 0); } } @@ -333,15 +335,18 @@ class ServerVariablesController extends Controller array $serverVarsSession ) { // list of static (i.e. non-editable) system variables - $static_variables = $this->_getStaticSystemVariables(); + $static_variables = KBSearch::getStaticVariables(); $output = ''; foreach ($serverVars as $name => $value) { $has_session_value = isset($serverVarsSession[$name]) && $serverVarsSession[$name] != $value; $row_class = ($has_session_value ? ' diffSession' : ''); - $docLink = isset($this->variable_doc_links[$name]) - ? $this->variable_doc_links[$name] : null; + $docLink = Util::linkToVarDocumentation( + $name, + $this->dbi->isMariaDB(), + str_replace('_', ' ', $name) + ); list($formattedValue, $isHtmlFormatted) = $this->_formatVariable($name, $value); if ($has_session_value) { @@ -370,2467 +375,4 @@ class ServerVariablesController extends Controller return $output; } - - /** - * Returns Array of documentation links - * - * $variable_doc_links[string $name] = array( - * string $name, - * string $anchor, - * string $chapter, - * string $type, - * string $format); - * string $name: name of the system variable - * string $anchor: anchor to the documentation page - * string $chapter: chapter of "HTML, one page per chapter" documentation - * string $type: type of system variable - * string $format: if set to 'byte' it will format the variable - * with Util::formatByteDown() - * - * @return array - */ - private function _getDocumentLinks() - { - $variable_doc_links = []; - $variable_doc_links['auto_increment_increment'] = [ - 'auto_increment_increment', - 'replication-options-master', - 'sysvar']; - $variable_doc_links['auto_increment_offset'] = [ - 'auto_increment_offset', - 'replication-options-master', - 'sysvar']; - $variable_doc_links['autocommit'] = [ - 'autocommit', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['automatic_sp_privileges'] = [ - 'automatic_sp_privileges', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['avoid_temporal_upgrade'] = [ - 'avoid_temporal_upgrade', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['back_log'] = [ - 'back_log', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['basedir'] = [ - 'basedir', - 'server-options', - 'option_mysqld']; - $variable_doc_links['big_tables'] = [ - 'big-tables', - 'server-options', - 'option_mysqld']; - $variable_doc_links['bind_address'] = [ - 'bind-address', - 'server-options', - 'option_mysqld']; - $variable_doc_links['binlog_cache_size'] = [ - 'binlog_cache_size', - 'replication-options-binary-log', - 'sysvar', - 'byte']; - $variable_doc_links['binlog_checksum'] = [ - 'binlog_checksum', - 'replication-options-binary-log', - 'sysvar']; - $variable_doc_links['binlog_direct_non_transactional_updates'] = [ - 'binlog_direct_non_transactional_updates', - 'replication-options-binary-log', - 'sysvar']; - $variable_doc_links['binlog_error_action'] = [ - 'binlog_error_action', - 'replication-options-binary-log', - 'sysvar']; - $variable_doc_links['binlog_format'] = [ - 'binlog-format', - 'server-options', - 'option_mysqld']; - $variable_doc_links['binlog_group_commit_sync_delay'] = [ - 'binlog_group_commit_sync_delay', - 'replication-options-binary-log', - 'sysvar']; - $variable_doc_links['binlog_group_commit_sync_no_delay_count'] = [ - 'binlog_group_commit_sync_no_delay_count', - 'replication-options-binary-log', - 'sysvar']; - $variable_doc_links['binlog_gtid_simple_recovery'] = [ - 'binlog_gtid_simple_recovery', - 'replication-options-gtids', - 'sysvar']; - $variable_doc_links['binlog_max_flush_queue_time'] = [ - 'binlog_max_flush_queue_time', - 'replication-options-binary-log', - 'sysvar']; - $variable_doc_links['binlog_order_commits'] = [ - 'binlog_order_commits', - 'replication-options-binary-log', - 'sysvar']; - $variable_doc_links['binlog_row_image'] = [ - 'binlog_row_image', - 'replication-options-binary-log', - 'sysvar']; - $variable_doc_links['binlog_rows_query_log_events'] = [ - 'binlog_rows_query_log_events', - 'replication-options-binary-log', - 'sysvar']; - $variable_doc_links['binlog_stmt_cache_size'] = [ - 'binlog_stmt_cache_size', - 'replication-options-binary-log', - 'sysvar', - 'byte']; - $variable_doc_links['block_encryption_mode'] = [ - 'block_encryption_mode', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['bulk_insert_buffer_size'] = [ - 'bulk_insert_buffer_size', - 'server-system-variables', - 'sysvar', - 'byte']; - $variable_doc_links['character_set_client'] = [ - 'character_set_client', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['character_set_connection'] = [ - 'character_set_connection', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['character_set_database'] = [ - 'character_set_database', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['character_set_filesystem'] = [ - 'character-set-filesystem', - 'server-options', - 'option_mysqld']; - $variable_doc_links['character_set_results'] = [ - 'character_set_results', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['character_set_server'] = [ - 'character-set-server', - 'server-options', - 'option_mysqld']; - $variable_doc_links['character_set_system'] = [ - 'character_set_system', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['character_sets_dir'] = [ - 'character-sets-dir', - 'server-options', - 'option_mysqld']; - $variable_doc_links['check_proxy_users'] = [ - 'check_proxy_users', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['collation_connection'] = [ - 'collation_connection', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['collation_database'] = [ - 'collation_database', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['collation_server'] = [ - 'collation-server', - 'server-options', - 'option_mysqld']; - $variable_doc_links['completion_type'] = [ - 'completion_type', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['concurrent_insert'] = [ - 'concurrent_insert', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['connect_timeout'] = [ - 'connect_timeout', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['core_file'] = [ - 'core_file', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['datadir'] = [ - 'datadir', - 'server-options', - 'option_mysqld']; - $variable_doc_links['date_format'] = [ - 'date_format', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['datetime_format'] = [ - 'datetime_format', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['debug'] = [ - 'debug', - 'server-options', - 'option_mysqld']; - $variable_doc_links['debug_sync'] = [ - 'debug_sync', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['default_authentication_plugin'] = [ - 'default_authentication_plugin', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['default_password_lifetime'] = [ - 'default_password_lifetime', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['default_storage_engine'] = [ - 'default-storage-engine', - 'server-options', - 'option_mysqld']; - $variable_doc_links['default_tmp_storage_engine'] = [ - 'default_tmp_storage_engine', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['default_week_format'] = [ - 'default_week_format', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['delay_key_write'] = [ - 'delay-key-write', - 'server-options', - 'option_mysqld']; - $variable_doc_links['delayed_insert_limit'] = [ - 'delayed_insert_limit', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['delayed_insert_timeout'] = [ - 'delayed_insert_timeout', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['delayed_queue_size'] = [ - 'delayed_queue_size', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['disabled_storage_engines'] = [ - 'disabled_storage_engines', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['disconnect_on_expired_password'] = [ - 'disconnect_on_expired_password', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['div_precision_increment'] = [ - 'div_precision_increment', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['end_markers_in_json'] = [ - 'end_markers_in_json', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['enforce_gtid_consistency'] = [ - 'enforce_gtid_consistency', - 'replication-options-gtids', - 'sysvar']; - $variable_doc_links['eq_range_index_dive_limit'] = [ - 'eq_range_index_dive_limit', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['engine_condition_pushdown'] = [ - 'engine-condition-pushdown', - 'server-options', - 'option_mysqld']; - $variable_doc_links['error_count'] = [ - 'error_count', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['event_scheduler'] = [ - 'event-scheduler', - 'server-options', - 'option_mysqld']; - $variable_doc_links['expire_logs_days'] = [ - 'expire_logs_days', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['explicit_defaults_for_timestamp'] = [ - 'explicit_defaults_for_timestamp', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['external_user'] = [ - 'external_user', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['flush'] = [ - 'flush', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['flush_time'] = [ - 'flush_time', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['foreign_key_checks'] = [ - 'foreign_key_checks', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['ft_boolean_syntax'] = [ - 'ft_boolean_syntax', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['ft_max_word_len'] = [ - 'ft_max_word_len', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['ft_min_word_len'] = [ - 'ft_min_word_len', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['ft_query_expansion_limit'] = [ - 'ft_query_expansion_limit', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['ft_stopword_file'] = [ - 'ft_stopword_file', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['general_log'] = [ - 'general-log', - 'server-options', - 'option_mysqld']; - $variable_doc_links['general_log_file'] = [ - 'general_log_file', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['group_concat_max_len'] = [ - 'group_concat_max_len', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['gtid_executed'] = [ - 'gtid_executed', - 'replication-options-gtids', - 'sysvar']; - $variable_doc_links['gtid_executed_compression_period'] = [ - 'gtid_executed_compression_period', - 'replication-options-gtids', - 'sysvar']; - $variable_doc_links['gtid_mode'] = [ - 'gtid_mode', - 'replication-options-gtids', - 'sysvar']; - $variable_doc_links['gtid_owned'] = [ - 'gtid_owned', - 'replication-options-gtids', - 'sysvar']; - $variable_doc_links['gtid_purged'] = [ - 'gtid_purged', - 'replication-options-gtids', - 'sysvar']; - $variable_doc_links['have_compress'] = [ - 'have_compress', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['have_crypt'] = [ - 'have_crypt', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['have_csv'] = [ - 'have_csv', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['have_dynamic_loading'] = [ - 'have_dynamic_loading', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['have_geometry'] = [ - 'have_geometry', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['have_innodb'] = [ - 'have_innodb', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['have_ndbcluster'] = [ - 'have_ndbcluster', - 'mysql-cluster-system-variables', - 'sysvar']; - $variable_doc_links['have_openssl'] = [ - 'have_openssl', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['have_partitioning'] = [ - 'have_partitioning', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['have_profiling'] = [ - 'have_profiling', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['have_query_cache'] = [ - 'have_query_cache', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['have_rtree_keys'] = [ - 'have_rtree_keys', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['have_ssl'] = [ - 'have_ssl', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['have_statement_timeout'] = [ - 'have_statement_timeout', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['have_symlink'] = [ - 'have_symlink', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['host_cache_size'] = [ - 'host_cache_size', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['hostname'] = [ - 'hostname', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['identity'] = [ - 'identity', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['ignore_builtin_innodb'] = [ - 'ignore-builtin-innodb', - 'innodb-parameters', - 'option_mysqld']; - $variable_doc_links['ignore_db_dirs'] = [ - 'ignore_db_dirs', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['init_connect'] = [ - 'init_connect', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['init_file'] = [ - 'init-file', - 'server-options', - 'option_mysqld']; - $variable_doc_links['init_slave'] = [ - 'init_slave', - 'replication-options-slave', - 'sysvar']; - $variable_doc_links['innodb_adaptive_flushing'] = [ - 'innodb_adaptive_flushing', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_adaptive_flushing_lwm'] = [ - 'innodb_adaptive_flushing_lwm', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_adaptive_hash_index'] = [ - 'innodb_adaptive_hash_index', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_adaptive_hash_index_parts'] = [ - 'innodb_adaptive_hash_index_parts', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_adaptive_max_sleep_delay'] = [ - 'innodb_adaptive_max_sleep_delay', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_additional_mem_pool_size'] = [ - 'innodb_additional_mem_pool_size', - 'innodb-parameters', - 'sysvar', - 'byte']; - $variable_doc_links['innodb_api_bk_commit_interval'] = [ - 'innodb_api_bk_commit_interval', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_api_disable_rowlock'] = [ - 'innodb_api_disable_rowlock', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_api_enable_binlog'] = [ - 'innodb_api_enable_binlog', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_api_enable_mdl'] = [ - 'innodb_api_enable_mdl', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_api_trx_level'] = [ - 'innodb_api_trx_level', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_autoextend_increment'] = [ - 'innodb_autoextend_increment', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_autoinc_lock_mode'] = [ - 'innodb_autoinc_lock_mode', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_buffer_pool_chunk_size'] = [ - 'innodb_buffer_pool_chunk_size', - 'innodb-parameters', - 'sysvar', - 'byte']; - $variable_doc_links['innodb_buffer_pool_dump_at_shutdown'] = [ - 'innodb_buffer_pool_dump_at_shutdown', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_buffer_pool_dump_now'] = [ - 'innodb_buffer_pool_dump_now', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_buffer_pool_dump_pct'] = [ - 'innodb_buffer_pool_dump_pct', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_buffer_pool_filename'] = [ - 'innodb_buffer_pool_filename', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_buffer_pool_instances'] = [ - 'innodb_buffer_pool_instances', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_buffer_pool_load_abort'] = [ - 'innodb_buffer_pool_load_abort', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_buffer_pool_load_at_startup'] = [ - 'innodb_buffer_pool_load_at_startup', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_buffer_pool_load_now'] = [ - 'innodb_buffer_pool_load_now', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_buffer_pool_size'] = [ - 'innodb_buffer_pool_size', - 'innodb-parameters', - 'sysvar', - 'byte']; - $variable_doc_links['innodb_change_buffer_max_size'] = [ - 'innodb_change_buffer_max_size', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_change_buffering'] = [ - 'innodb_change_buffering', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_checksum_algorithm'] = [ - 'innodb_checksum_algorithm', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_checksums'] = [ - 'innodb_checksums', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_cmp_per_index_enabled'] = [ - 'innodb_cmp_per_index_enabled', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_commit_concurrency'] = [ - 'innodb_commit_concurrency', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_compression_failure_threshold_pct'] = [ - 'innodb_compression_failure_threshold_pct', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_compression_level'] = [ - 'innodb_compression_level', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_compression_pad_pct_max'] = [ - 'innodb_compression_pad_pct_max', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_concurrency_tickets'] = [ - 'innodb_concurrency_tickets', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_data_file_path'] = [ - 'innodb_data_file_path', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_data_home_dir'] = [ - 'innodb_data_home_dir', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_disable_sort_file_cache'] = [ - 'innodb_disable_sort_file_cache', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_doublewrite'] = [ - 'innodb_doublewrite', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_fast_shutdown'] = [ - 'innodb_fast_shutdown', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_file_format'] = [ - 'innodb_file_format', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_file_format_check'] = [ - 'innodb_file_format_check', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_file_format_max'] = [ - 'innodb_file_format_max', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_file_per_table'] = [ - 'innodb_file_per_table', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_fill_factor'] = [ - 'innodb_fill_factor', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_flush_log_at_timeout'] = [ - 'innodb_flush_log_at_timeout', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_flush_log_at_trx_commit'] = [ - 'innodb_flush_log_at_trx_commit', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_flush_method'] = [ - 'innodb_flush_method', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_flush_neighbors'] = [ - 'innodb_flush_neighbors', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_flush_sync'] = [ - 'innodb_flush_sync', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_flushing_avg_loops'] = [ - 'innodb_flushing_avg_loops', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_force_load_corrupted'] = [ - 'innodb_force_load_corrupted', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_force_recovery'] = [ - 'innodb_force_recovery', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_ft_aux_table'] = [ - 'innodb_ft_aux_table', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_ft_cache_size'] = [ - 'innodb_ft_cache_size', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_ft_enable_diag_print'] = [ - 'innodb_ft_enable_diag_print', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_ft_enable_stopword'] = [ - 'innodb_ft_enable_stopword', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_ft_max_token_size'] = [ - 'innodb_ft_max_token_size', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_ft_min_token_size'] = [ - 'innodb_ft_min_token_size', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_ft_num_word_optimize'] = [ - 'innodb_ft_num_word_optimize', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_ft_result_cache_limit'] = [ - 'innodb_ft_result_cache_limit', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_ft_server_stopword_table'] = [ - 'innodb_ft_server_stopword_table', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_ft_sort_pll_degree'] = [ - 'innodb_ft_sort_pll_degree', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_ft_total_cache_size'] = [ - 'innodb_ft_total_cache_size', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_ft_user_stopword_table'] = [ - 'innodb_ft_user_stopword_table', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_io_capacity'] = [ - 'innodb_io_capacity', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_io_capacity_max'] = [ - 'innodb_io_capacity_max', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_large_prefix'] = [ - 'innodb_large_prefix', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_lock_wait_timeout'] = [ - 'innodb_lock_wait_timeout', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_locks_unsafe_for_binlog'] = [ - 'innodb_locks_unsafe_for_binlog', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_log_buffer_size'] = [ - 'innodb_log_buffer_size', - 'innodb-parameters', - 'sysvar', - 'byte']; - $variable_doc_links['innodb_log_checksum_algorithm'] = [ - 'innodb_log_checksum_algorithm', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_log_compressed_pages'] = [ - 'innodb_log_compressed_pages', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_log_file_size'] = [ - 'innodb_log_file_size', - 'innodb-parameters', - 'sysvar', - 'byte']; - $variable_doc_links['innodb_log_files_in_group'] = [ - 'innodb_log_files_in_group', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_log_group_home_dir'] = [ - 'innodb_log_group_home_dir', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_log_write_ahead_size'] = [ - 'innodb_log_write_ahead_size', - 'innodb-parameters', - 'sysvar', - 'byte']; - $variable_doc_links['innodb_lru_scan_depth'] = [ - 'innodb_lru_scan_depth', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_max_dirty_pages_pct'] = [ - 'innodb_max_dirty_pages_pct', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_max_dirty_pages_pct_lwm'] = [ - 'innodb_max_dirty_pages_pct_lwm', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_max_purge_lag'] = [ - 'innodb_max_purge_lag', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_max_purge_lag_delay'] = [ - 'innodb_max_purge_lag_delay', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_max_undo_log_size'] = [ - 'innodb_max_undo_log_size', - 'innodb-parameters', - 'sysvar', - 'byte']; - $variable_doc_links['innodb_mirrored_log_groups'] = [ - 'innodb_mirrored_log_groups', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_monitor_disable'] = [ - 'innodb_monitor_disable', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_monitor_enable'] = [ - 'innodb_monitor_enable', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_monitor_reset'] = [ - 'innodb_monitor_reset', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_monitor_reset_all'] = [ - 'innodb_monitor_reset_all', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_old_blocks_pct'] = [ - 'innodb_old_blocks_pct', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_old_blocks_time'] = [ - 'innodb_old_blocks_time', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_online_alter_log_max_size'] = [ - 'innodb_online_alter_log_max_size', - 'innodb-parameters', - 'sysvar', - 'byte']; - $variable_doc_links['innodb_open_files'] = [ - 'innodb_open_files', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_optimize_fulltext_only'] = [ - 'innodb_optimize_fulltext_only', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_page_cleaners'] = [ - 'innodb_page_cleaners', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_page_size'] = [ - 'innodb_page_size', - 'innodb-parameters', - 'sysvar', - 'byte']; - $variable_doc_links['innodb_print_all_deadlocks'] = [ - 'innodb_print_all_deadlocks', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_purge_batch_size'] = [ - 'innodb_purge_batch_size', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_purge_rseg_truncate_frequency'] = [ - 'innodb_purge_rseg_truncate_frequency', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_purge_threads'] = [ - 'innodb_purge_threads', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_random_read_ahead'] = [ - 'innodb_random_read_ahead', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_read_ahead_threshold'] = [ - 'innodb_read_ahead_threshold', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_read_io_threads'] = [ - 'innodb_read_io_threads', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_read_only'] = [ - 'innodb_read_only', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_replication_delay'] = [ - 'innodb_replication_delay', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_rollback_on_timeout'] = [ - 'innodb_rollback_on_timeout', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_rollback_segments'] = [ - 'innodb_rollback_segments', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_sort_buffer_size'] = [ - 'innodb_sort_buffer_size', - 'innodb-parameters', - 'sysvar', - 'byte']; - $variable_doc_links['innodb_spin_wait_delay'] = [ - 'innodb_spin_wait_delay', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_stats_auto_recalc'] = [ - 'innodb_stats_auto_recalc', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_stats_method'] = [ - 'innodb_stats_method', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_stats_on_metadata'] = [ - 'innodb_stats_on_metadata', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_stats_persistent'] = [ - 'innodb_stats_persistent', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_stats_persistent_sample_pages'] = [ - 'innodb_stats_persistent_sample_pages', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_stats_sample_pages'] = [ - 'innodb_stats_sample_pages', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_stats_transient_sample_pages'] = [ - 'innodb_stats_transient_sample_pages', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_status_output'] = [ - 'innodb_status_output', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_status_output_locks'] = [ - 'innodb_status_output_locks', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_strict_mode'] = [ - 'innodb_strict_mode', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_support_xa'] = [ - 'innodb_support_xa', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_sync_array_size'] = [ - 'innodb_sync_array_size', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_sync_spin_loops'] = [ - 'innodb_sync_spin_loops', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_table_locks'] = [ - 'innodb_table_locks', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_temp_data_file_path'] = [ - 'innodb_temp_data_file_path', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_thread_concurrency'] = [ - 'innodb_thread_concurrency', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_thread_sleep_delay'] = [ - 'innodb_thread_sleep_delay', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_undo_directory'] = [ - 'innodb_undo_directory', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_undo_log_truncate'] = [ - 'innodb_undo_log_truncate', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_undo_logs'] = [ - 'innodb_undo_logs', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_undo_tablespaces'] = [ - 'innodb_undo_tablespaces', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_use_native_aio'] = [ - 'innodb_use_native_aio', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_use_sys_malloc'] = [ - 'innodb_use_sys_malloc', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_version'] = [ - 'innodb_version', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['innodb_write_io_threads'] = [ - 'innodb_write_io_threads', - 'innodb-parameters', - 'sysvar']; - $variable_doc_links['insert_id'] = [ - 'insert_id', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['interactive_timeout'] = [ - 'interactive_timeout', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['internal_tmp_disk_storage_engine'] = [ - 'internal_tmp_disk_storage_engine', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['join_buffer_size'] = [ - 'join_buffer_size', - 'server-system-variables', - 'sysvar', - 'byte']; - $variable_doc_links['keep_files_on_create'] = [ - 'keep_files_on_create', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['key_buffer_size'] = [ - 'key_buffer_size', - 'server-system-variables', - 'sysvar', - 'byte']; - $variable_doc_links['key_cache_age_threshold'] = [ - 'key_cache_age_threshold', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['key_cache_block_size'] = [ - 'key_cache_block_size', - 'server-system-variables', - 'sysvar', - 'byte']; - $variable_doc_links['key_cache_division_limit'] = [ - 'key_cache_division_limit', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['language'] = [ - 'language', - 'server-options', - 'option_mysqld']; - $variable_doc_links['large_files_support'] = [ - 'large_files_support', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['large_page_size'] = [ - 'large_page_size', - 'server-system-variables', - 'sysvar', - 'byte']; - $variable_doc_links['large_pages'] = [ - 'large-pages', - 'server-options', - 'option_mysqld']; - $variable_doc_links['last_insert_id'] = [ - 'last_insert_id', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['lc_messages'] = [ - 'lc-messages', - 'server-options', - 'option_mysqld']; - $variable_doc_links['lc_messages_dir'] = [ - 'lc-messages-dir', - 'server-options', - 'option_mysqld']; - $variable_doc_links['lc_time_names'] = [ - 'lc_time_names', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['license'] = [ - 'license', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['local_infile'] = [ - 'local_infile', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['lock_wait_timeout'] = [ - 'lock_wait_timeout', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['locked_in_memory'] = [ - 'locked_in_memory', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['log_backward_compatible_user_definitions'] = [ - 'log_backward_compatible_user_definitions', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['log'] = [ - 'log', - 'server-options', - 'option_mysqld']; - $variable_doc_links['log_bin'] = [ - 'log_bin', - 'replication-options-binary-log', - 'sysvar']; - $variable_doc_links['log-bin'] = [ - 'log-bin', - 'replication-options-binary-log', - 'option_mysqld']; - $variable_doc_links['log_bin_basename'] = [ - 'log_bin_basename', - 'replication-options-binary-log', - 'sysvar']; - $variable_doc_links['log_bin_index'] = [ - 'log_bin_index', - 'replication-options-binary-log', - 'sysvar']; - $variable_doc_links['log_bin_trust_function_creators'] = [ - 'log-bin-trust-function-creators', - 'replication-options-binary-log', - 'option_mysqld']; - $variable_doc_links['log_bin_use_v1_row_events'] = [ - 'log_bin_use_v1_row_events', - 'replication-options-binary-log', - 'sysvar']; - $variable_doc_links['log_error'] = [ - 'log-error', - 'server-options', - 'option_mysqld']; - $variable_doc_links['log_error_verbosity'] = [ - 'log_error_verbosity', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['log_output'] = [ - 'log-output', - 'server-options', - 'option_mysqld']; - $variable_doc_links['log_queries_not_using_indexes'] = [ - 'log-queries-not-using-indexes', - 'server-options', - 'option_mysqld']; - $variable_doc_links['log_slave_updates'] = [ - 'log-slave-updates', - 'replication-options-slave', - 'option_mysqld']; - $variable_doc_links['log_slow_admin_statements'] = [ - 'log_slow_admin_statements', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['log_slow_slave_statements'] = [ - 'log_slow_slave_statements', - 'replication-options-slave', - 'sysvar']; - $variable_doc_links['log_syslog'] = [ - 'log_syslog', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['log_syslog_facility'] = [ - 'log_syslog_facility', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['log_syslog_include_pid'] = [ - 'log_syslog_include_pid', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['log_syslog_tag'] = [ - 'log_syslog_tag', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['log_throttle_queries_not_using_indexes'] = [ - 'log_throttle_queries_not_using_indexes', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['log_timestamps'] = [ - 'log_timestamps', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['log_slow_queries'] = [ - 'log-slow-queries', - 'server-options', - 'option_mysqld']; - $variable_doc_links['log_warnings'] = [ - 'log-warnings', - 'server-options', - 'option_mysqld']; - $variable_doc_links['long_query_time'] = [ - 'long_query_time', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['low_priority_updates'] = [ - 'low-priority-updates', - 'server-options', - 'option_mysqld']; - $variable_doc_links['lower_case_file_system'] = [ - 'lower_case_file_system', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['lower_case_table_names'] = [ - 'lower_case_table_names', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['master_info_repository'] = [ - 'master_info_repository', - 'replication-options-slave', - 'sysvar']; - $variable_doc_links['master_verify_checksum'] = [ - 'master_verify_checksum', - 'replication-options-binary-log', - 'sysvar']; - $variable_doc_links['master-bind'] = [ - '', - 'replication-options', - 0]; - $variable_doc_links['max_allowed_packet'] = [ - 'max_allowed_packet', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['max_binlog_cache_size'] = [ - 'max_binlog_cache_size', - 'replication-options-binary-log', - 'sysvar', - 'byte']; - $variable_doc_links['max_binlog_size'] = [ - 'max_binlog_size', - 'replication-options-binary-log', - 'sysvar', - 'byte']; - $variable_doc_links['max_binlog_stmt_cache_size'] = [ - 'max_binlog_stmt_cache_size', - 'replication-options-binary-log', - 'sysvar', - 'byte']; - $variable_doc_links['max_connect_errors'] = [ - 'max_connect_errors', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['max_connections'] = [ - 'max_connections', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['max_delayed_threads'] = [ - 'max_delayed_threads', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['max_digest_length'] = [ - 'max_digest_length', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['max_error_count'] = [ - 'max_error_count', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['max_execution_time'] = [ - 'max_execution_time', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['max_heap_table_size'] = [ - 'max_heap_table_size', - 'server-system-variables', - 'sysvar', - 'byte']; - $variable_doc_links['max_insert_delayed_threads'] = [ - 'max_insert_delayed_threads', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['max_join_size'] = [ - 'max_join_size', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['max_length_for_sort_data'] = [ - 'max_length_for_sort_data', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['max_points_in_geometry'] = [ - 'max_points_in_geometry', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['max_long_data_size'] = [ - 'max_long_data_size', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['max_prepared_stmt_count'] = [ - 'max_prepared_stmt_count', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['max_relay_log_size'] = [ - 'max_relay_log_size', - 'server-system-variables', - 'sysvar', - 'byte']; - $variable_doc_links['max_seeks_for_key'] = [ - 'max_seeks_for_key', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['max_sort_length'] = [ - 'max_sort_length', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['max_sp_recursion_depth'] = [ - 'max_sp_recursion_depth', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['max_tmp_tables'] = [ - 'max_tmp_tables', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['max_user_connections'] = [ - 'max_user_connections', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['max_write_lock_count'] = [ - 'max_write_lock_count', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['metadata_locks_cache_size'] = [ - 'metadata_locks_cache_size', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['metadata_locks_hash_instances'] = [ - 'metadata_locks_hash_instances', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['memlock'] = [ - 'memlock', - 'server-options', - 'option_mysqld']; - $variable_doc_links['min_examined_row_limit'] = [ - 'min-examined-row-limit', - 'server-options', - 'option_mysqld']; - $variable_doc_links['multi_range_count'] = [ - 'multi_range_count', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['myisam_data_pointer_size'] = [ - 'myisam_data_pointer_size', - 'server-system-variables', - 'sysvar', - 'byte']; - $variable_doc_links['myisam_max_sort_file_size'] = [ - 'myisam_max_sort_file_size', - 'server-system-variables', - 'sysvar', - 'byte']; - $variable_doc_links['myisam_mmap_size'] = [ - 'myisam_mmap_size', - 'server-system-variables', - 'sysvar', - 'byte']; - $variable_doc_links['myisam_recover_options'] = [ - 'myisam_recover_options', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['myisam_repair_threads'] = [ - 'myisam_repair_threads', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['myisam_sort_buffer_size'] = [ - 'myisam_sort_buffer_size', - 'server-system-variables', - 'sysvar', - 'byte']; - $variable_doc_links['myisam_stats_method'] = [ - 'myisam_stats_method', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['myisam_use_mmap'] = [ - 'myisam_use_mmap', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['mysql_native_password_proxy_users'] = [ - 'mysql_native_password_proxy_users', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['named_pipe'] = [ - 'named_pipe', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['net_buffer_length'] = [ - 'net_buffer_length', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['net_read_timeout'] = [ - 'net_read_timeout', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['net_retry_count'] = [ - 'net_retry_count', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['net_write_timeout'] = [ - 'net_write_timeout', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['new'] = [ - 'new', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['ngram_token_size'] = [ - 'ngram_token_size', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['offline_mode'] = [ - 'offline_mode', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['old'] = [ - 'old', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['old_alter_table'] = [ - 'old-alter-table', - 'server-options', - 'option_mysqld']; - $variable_doc_links['old_passwords'] = [ - 'old-passwords', - 'server-options', - 'option_mysqld']; - $variable_doc_links['open_files_limit'] = [ - 'open-files-limit', - 'server-options', - 'option_mysqld']; - $variable_doc_links['optimizer_prune_level'] = [ - 'optimizer_prune_level', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['optimizer_search_depth'] = [ - 'optimizer_search_depth', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['optimizer_switch'] = [ - 'optimizer_switch', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['optimizer_trace'] = [ - 'optimizer_trace', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['optimizer_trace_features'] = [ - 'optimizer_trace_features', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['optimizer_trace_limit'] = [ - 'optimizer_trace_limit', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['optimizer_trace_max_mem_size'] = [ - 'optimizer_trace_max_mem_size', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['optimizer_trace_offset'] = [ - 'optimizer_trace_offset', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['partition'] = [ - 'partition', - 'server-options', - 'option_mysqld']; - $variable_doc_links['performance_schema'] = [ - 'performance_schema', - 'performance-schema-system-variables', - 'sysvar']; - $variable_doc_links['performance_schema_accounts_size'] = [ - 'performance_schema_accounts_size', - 'performance-schema-system-variables', - 'sysvar']; - $variable_doc_links['performance_schema_digests_size'] = [ - 'performance_schema_digests_size', - 'performance-schema-system-variables', - 'sysvar']; - $variable_doc_links['performance_schema_events_stages_history_long_size'] - = [ - 'performance_schema_events_stages_history_long_size', - 'performance-schema-system-variables', - 'sysvar', - ]; - $variable_doc_links['performance_schema_events_stages_history_size'] = [ - 'performance_schema_events_stages_history_size', - 'performance-schema-system-variables', - 'sysvar']; - $variable_doc_links['performance_schema_events_statements_history_long_size'] - = [ - 'performance_schema_events_statements_history_long_size', - 'performance-schema-system-variables', - 'sysvar', - ]; - $variable_doc_links['performance_schema_events_statements_history_size'] - = [ - 'performance_schema_events_statements_history_size', - 'performance-schema-system-variables', - 'sysvar', - ]; - $variable_doc_links['performance_schema_events_transactions_history_long_size'] - = [ - 'performance_schema_events_transactions_history_long_size', - 'performance-schema-system-variables', - 'sysvar', - ]; - $variable_doc_links['performance_schema_events_transactions_history_size'] - = [ - 'performance_schema_events_transactions_history_size', - 'performance-schema-system-variables', - 'sysvar', - ]; - $variable_doc_links['performance_schema_events_waits_history_long_size'] - = [ - 'performance_schema_events_waits_history_long_size', - 'performance-schema-system-variables', - 'sysvar', - ]; - $variable_doc_links['performance_schema_events_waits_history_size'] = [ - 'performance_schema_events_waits_history_size', - 'performance-schema-system-variables', - 'sysvar']; - $variable_doc_links['performance_schema_hosts_size'] = [ - 'performance_schema_hosts_size', - 'performance-schema-system-variables', - 'sysvar']; - $variable_doc_links['performance_schema_max_cond_classes'] = [ - 'performance_schema_max_cond_classes', - 'performance-schema-system-variables', - 'sysvar']; - $variable_doc_links['performance_schema_max_cond_instances'] = [ - 'performance_schema_max_cond_instances', - 'performance-schema-system-variables', - 'sysvar']; - $variable_doc_links['performance_schema_max_digest_length'] = [ - 'performance_schema_max_digest_length', - 'performance-schema-system-variables', - 'sysvar']; - $variable_doc_links['performance_schema_max_file_classes'] = [ - 'performance_schema_max_file_classes', - 'performance-schema-system-variables', - 'sysvar']; - $variable_doc_links['performance_schema_max_file_handles'] = [ - 'performance_schema_max_file_handles', - 'performance-schema-system-variables', - 'sysvar']; - $variable_doc_links['performance_schema_max_file_instances'] = [ - 'performance_schema_max_file_instances', - 'performance-schema-system-variables', - 'sysvar']; - $variable_doc_links['performance_schema_max_index_stat'] = [ - 'performance_schema_max_index_stat', - 'performance-schema-system-variables', - 'sysvar']; - $variable_doc_links['performance_schema_max_memory_classes'] = [ - 'performance_schema_max_memory_classes', - 'performance-schema-system-variables', - 'sysvar']; - $variable_doc_links['performance_schema_max_metadata_locks'] = [ - 'performance_schema_max_metadata_locks', - 'performance-schema-system-variables', - 'sysvar']; - $variable_doc_links['performance_schema_max_mutex_classes'] = [ - 'performance_schema_max_mutex_classes', - 'performance-schema-system-variables', - 'sysvar']; - $variable_doc_links['performance_schema_max_mutex_instances'] = [ - 'performance_schema_max_mutex_instances', - 'performance-schema-system-variables', - 'sysvar']; - $variable_doc_links['performance_schema_max_prepared_statements_instances'] = [ - 'performance_schema_max_prepared_statements_instances', - 'performance-schema-system-variables', - 'sysvar']; - $variable_doc_links['performance_schema_max_program_instances'] = [ - 'performance_schema_max_program_instances', - 'performance-schema-system-variables', - 'sysvar']; - $variable_doc_links['performance_schema_max_rwlock_classes'] = [ - 'performance_schema_max_rwlock_classes', - 'performance-schema-system-variables', - 'sysvar']; - $variable_doc_links['performance_schema_max_rwlock_instances'] = [ - 'performance_schema_max_rwlock_instances', - 'performance-schema-system-variables', - 'sysvar']; - $variable_doc_links['performance_schema_max_socket_classes'] = [ - 'performance_schema_max_socket_classes', - 'performance-schema-system-variables', - 'sysvar']; - $variable_doc_links['performance_schema_max_socket_instances'] = [ - 'performance_schema_max_socket_instances', - 'performance-schema-system-variables', - 'sysvar']; - $variable_doc_links['performance_schema_max_sql_text_length'] = [ - 'performance_schema_max_sql_text_length', - 'performance-schema-system-variables', - 'sysvar']; - $variable_doc_links['performance_schema_max_stage_classes'] = [ - 'performance_schema_max_stage_classes', - 'performance-schema-system-variables', - 'sysvar']; - $variable_doc_links['performance_schema_max_statement_classes'] = [ - 'performance_schema_max_statement_classes', - 'performance-schema-system-variables', - 'sysvar']; - $variable_doc_links['performance_schema_max_statement_stack'] = [ - 'performance_schema_max_statement_stack', - 'performance-schema-system-variables', - 'sysvar']; - $variable_doc_links['performance_schema_max_table_handles'] = [ - 'performance_schema_max_table_handles', - 'performance-schema-system-variables', - 'sysvar']; - $variable_doc_links['performance_schema_max_table_instances'] = [ - 'performance_schema_max_table_instances', - 'performance-schema-system-variables', - 'sysvar']; - $variable_doc_links['performance_schema_max_table_lock_stat'] = [ - 'performance_schema_max_table_lock_stat', - 'performance-schema-system-variables', - 'sysvar']; - $variable_doc_links['performance_schema_max_thread_classes'] = [ - 'performance_schema_max_thread_classes', - 'performance-schema-system-variables', - 'sysvar']; - $variable_doc_links['performance_schema_max_thread_instances'] = [ - 'performance_schema_max_thread_instances', - 'performance-schema-system-variables', - 'sysvar']; - $variable_doc_links['performance_schema_session_connect_attrs_size'] = [ - 'performance_schema_session_connect_attrs_size', - 'performance-schema-system-variables', - 'sysvar']; - $variable_doc_links['performance_schema_setup_actors_size'] = [ - 'performance_schema_setup_actors_size', - 'performance-schema-system-variables', - 'sysvar']; - $variable_doc_links['performance_schema_setup_objects_size'] = [ - 'performance_schema_setup_objects_size', - 'performance-schema-system-variables', - 'sysvar']; - $variable_doc_links['performance_schema_users_size'] = [ - 'performance_schema_users_size', - 'performance-schema-system-variables', - 'sysvar']; - $variable_doc_links['pid_file'] = [ - 'pid-file', - 'server-options', - 'option_mysqld']; - $variable_doc_links['plugin_dir'] = [ - 'plugin_dir', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['port'] = [ - 'port', - 'server-options', - 'option_mysqld']; - $variable_doc_links['preload_buffer_size'] = [ - 'preload_buffer_size', - 'server-system-variables', - 'sysvar', - 'byte']; - $variable_doc_links['profiling'] = [ - 'profiling', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['profiling_history_size'] = [ - 'profiling_history_size', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['protocol_version'] = [ - 'protocol_version', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['proxy_user'] = [ - 'proxy_user', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['pseudo_thread_id'] = [ - 'pseudo_thread_id', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['query_alloc_block_size'] = [ - 'query_alloc_block_size', - 'server-system-variables', - 'sysvar', - 'byte']; - $variable_doc_links['query_cache_limit'] = [ - 'query_cache_limit', - 'server-system-variables', - 'sysvar', - 'byte']; - $variable_doc_links['query_cache_min_res_unit'] = [ - 'query_cache_min_res_unit', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['query_cache_size'] = [ - 'query_cache_size', - 'server-system-variables', - 'sysvar', - 'byte']; - $variable_doc_links['query_cache_type'] = [ - 'query_cache_type', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['query_cache_wlock_invalidate'] = [ - 'query_cache_wlock_invalidate', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['query_prealloc_size'] = [ - 'query_prealloc_size', - 'server-system-variables', - 'sysvar', - 'byte']; - $variable_doc_links['rand_seed1'] = [ - 'rand_seed1', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['rand_seed2'] = [ - 'rand_seed2', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['range_alloc_block_size'] = [ - 'range_alloc_block_size', - 'server-system-variables', - 'sysvar', - 'byte']; - $variable_doc_links['rbr_exec_mode'] = [ - 'rbr_exec_mode', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['read_buffer_size'] = [ - 'read_buffer_size', - 'server-system-variables', - 'sysvar', - 'byte']; - $variable_doc_links['read_only'] = [ - 'read_only', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['read_rnd_buffer_size'] = [ - 'read_rnd_buffer_size', - 'server-system-variables', - 'sysvar', - 'byte']; - $variable_doc_links['relay_log'] = [ - 'relay_log', - 'replication-options-slave', - 'sysvar']; - $variable_doc_links['relay_log_basename'] = [ - 'relay_log_basename', - 'replication-options-slave', - 'sysvar']; - $variable_doc_links['relay-log-index'] = [ - 'relay-log-index', - 'replication-options-slave', - 'option_mysqld']; - $variable_doc_links['relay_log_index'] = [ - 'relay_log_index', - 'replication-options-slave', - 'sysvar']; - $variable_doc_links['relay_log_info_file'] = [ - 'relay_log_info_file', - 'replication-options-slave', - 'sysvar']; - $variable_doc_links['relay_log_info_repository'] = [ - 'relay_log_info_repository', - 'replication-options-slave', - 'sysvar']; - $variable_doc_links['relay_log_purge'] = [ - 'relay_log_purge', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['relay_log_recovery'] = [ - 'relay_log_recovery', - 'replication-options-slave', - 'sysvar']; - $variable_doc_links['relay_log_space_limit'] = [ - 'relay_log_space_limit', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['report_host'] = [ - 'report-host', - 'replication-options-slave', - 'option_mysqld']; - $variable_doc_links['report_password'] = [ - 'report-password', - 'replication-options-slave', - 'option_mysqld']; - $variable_doc_links['report_port'] = [ - 'report-port', - 'replication-options-slave', - 'option_mysqld']; - $variable_doc_links['report_user'] = [ - 'report-user', - 'replication-options-slave', - 'option_mysqld']; - $variable_doc_links['require_secure_transport'] = [ - 'require_secure_transport', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['rpl_stop_slave_timeout'] = [ - 'rpl_stop_slave_timeout', - 'replication-options-slave', - 'sysvar']; - $variable_doc_links['rpl_recovery_rank'] = [ - 'rpl_recovery_rank', - 'replication-options-slave', - 'option_mysqld']; - $variable_doc_links['rpl_semi_sync_master_enabled'] = [ - 'rpl_semi_sync_master_enabled', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['rpl_semi_sync_master_timeout'] = [ - 'rpl_semi_sync_master_timeout', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['rpl_semi_sync_master_trace_level'] = [ - 'rpl_semi_sync_master_trace_level', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['rpl_semi_sync_master_wait_no_slave'] = [ - 'rpl_semi_sync_master_wait_no_slave', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['rpl_semi_sync_slave_enabled'] = [ - 'rpl_semi_sync_slave_enabled', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['rpl_semi_sync_slave_trace_level'] = [ - 'rpl_semi_sync_slave_trace_level', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['safe_show_database'] = [ - 'safe-show-database', - 'server-options', - 'option_mysqld']; - $variable_doc_links['secure_auth'] = [ - 'secure-auth', - 'server-options', - 'option_mysqld']; - $variable_doc_links['secure_file_priv'] = [ - 'secure-file-priv', - 'server-options', - 'option_mysqld']; - $variable_doc_links['server_id'] = [ - 'server-id', - 'replication-options', - 'option_mysqld']; - $variable_doc_links['server_id_bits'] = [ - 'server_id_bits', - 'mysql-cluster-system-variables', - 'sysvar']; - $variable_doc_links['server_uuid'] = [ - 'server_uuid', - 'replication-options', - 'sysvar']; - $variable_doc_links['session_track_gtids'] = [ - 'session_track_gtids', - 'server_system_variables', - 'sysvar']; - $variable_doc_links['session_track_schema'] = [ - 'session_track_schema', - 'server_system_variables', - 'sysvar']; - $variable_doc_links['session_track_state_change'] = [ - 'session_track_state_change', - 'server_system_variables', - 'sysvar']; - $variable_doc_links['session_track_system_variables'] = [ - 'session_track_system_variables', - 'session_system_variables', - 'sysvar']; - $variable_doc_links['session_track_transaction_info'] = [ - 'session_track_transaction_info', - 'session_system_variables', - 'sysvar']; - $variable_doc_links['sha256_password_proxy_users'] = [ - 'sha256_password_proxy_users', - 'session_system_variables', - 'sysvar']; - $variable_doc_links['show_compatibility_56'] = [ - 'show_compatibility_56', - 'session_system_variables', - 'sysvar']; - $variable_doc_links['show_old_temporals'] = [ - 'show_old_temporals', - 'session_system_variables', - 'sysvar']; - $variable_doc_links['shared_memory'] = [ - 'shared_memory', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['shared_memory_base_name'] = [ - 'shared_memory_base_name', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['skip_external_locking'] = [ - 'skip-external-locking', - 'server-options', - 'option_mysqld']; - $variable_doc_links['skip_name_resolve'] = [ - 'skip-name-resolve', - 'server-options', - 'option_mysqld']; - $variable_doc_links['skip_networking'] = [ - 'skip-networking', - 'server-options', - 'option_mysqld']; - $variable_doc_links['skip_show_database'] = [ - 'skip-show-database', - 'server-options', - 'option_mysqld']; - $variable_doc_links['slave_allow_batching'] = [ - 'slave_allow_batching', - 'mysql-cluster-system-variables', - 'sysvar']; - $variable_doc_links['slave_checkpoint_group'] = [ - 'slave_checkpoint_group', - 'replication-options-slave', - 'sysvar']; - $variable_doc_links['slave_checkpoint_period'] = [ - 'slave_checkpoint_period', - 'replication-options-slave', - 'sysvar']; - $variable_doc_links['slave_compressed_protocol'] = [ - 'slave_compressed_protocol', - 'replication-options-slave', - 'sysvar']; - $variable_doc_links['slave_exec_mode'] = [ - 'slave_exec_mode', - 'replication-options-slave', - 'sysvar']; - $variable_doc_links['slave_load_tmpdir'] = [ - 'slave-load-tmpdir', - 'replication-options-slave', - 'option_mysqld']; - $variable_doc_links['slave_max_allowed_packet'] = [ - 'slave_max_allowed_packet', - 'replication-options-slave', - 'sysvar']; - $variable_doc_links['slave_net_timeout'] = [ - 'slave-net-timeout', - 'replication-options-slave', - 'option_mysqld']; - $variable_doc_links['slave_parallel_type'] = [ - 'slave_parallel_type', - 'replication-options-slave', - 'sysvar']; - $variable_doc_links['slave_parallel_workers'] = [ - 'slave_parallel_workers', - 'replication-options-slave', - 'sysvar']; - $variable_doc_links['slave_pending_jobs_size_max'] = [ - 'slave_pending_jobs_size_max', - 'replication-options-slave', - 'sysvar', - 'byte']; - $variable_doc_links['slave_preserve_commit_order'] = [ - 'slave_preserve_commit_order', - 'replication-options-slave', - 'sysvar']; - $variable_doc_links['slave_rows_search_algorithms'] = [ - 'slave_rows_search_algorithms', - 'replication-options-slave', - 'sysvar']; - $variable_doc_links['slave_skip_errors'] = [ - 'slave-skip-errors', - 'replication-options-slave', - 'option_mysqld']; - $variable_doc_links['slave_sql_verify_checksum'] = [ - 'slave_sql_verify_checksum', - 'replication-options-slave', - 'sysvar']; - $variable_doc_links['slave_transaction_retries'] = [ - 'slave_transaction_retries', - 'replication-options-slave', - 'sysvar']; - $variable_doc_links['slave_type_conversions'] = [ - 'slave_type_conversions', - 'replication-options-slave', - 'sysvar']; - $variable_doc_links['slow_launch_time'] = [ - 'slow_launch_time', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['slow_query_log'] = [ - 'slow-query-log', - 'server-options', - 'server-system-variables']; - $variable_doc_links['slow_query_log_file'] = [ - 'slow_query_log_file', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['socket'] = [ - 'socket', - 'server-options', - 'option_mysqld']; - $variable_doc_links['sort_buffer_size'] = [ - 'sort_buffer_size', - 'server-system-variables', - 'sysvar', - 'byte']; - $variable_doc_links['sql_auto_is_null'] = [ - 'sql_auto_is_null', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['sql_big_selects'] = [ - 'sql_big_selects', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['sql_big_tables'] = [ - 'big-tables', - 'server-options', - 'server-system-variables']; - $variable_doc_links['sql_buffer_result'] = [ - 'sql_buffer_result', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['sql_log_bin'] = [ - 'sql_log_bin', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['sql_log_off'] = [ - 'sql_log_off', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['sql_log_update'] = [ - 'sql_log_update', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['sql_low_priority_updates'] = [ - 'sql_low_priority_updates', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['sql_max_join_size'] = [ - 'sql_max_join_size', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['sql_mode'] = [ - 'sql-mode', - 'server-options', - 'option_mysqld']; - $variable_doc_links['sql_notes'] = [ - 'sql_notes', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['sql_quote_show_create'] = [ - 'sql_quote_show_create', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['sql_safe_updates'] = [ - 'sql_safe_updates', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['sql_select_limit'] = [ - 'sql_select_limit', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['sql_slave_skip_counter'] = [ - 'sql_slave_skip_counter', - 'replication-options-slave', - 'sysvar']; - $variable_doc_links['sql_warnings'] = [ - 'sql_warnings', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['ssl_ca'] = [ - 'ssl-ca', - 'ssl-options', - 'option_general']; - $variable_doc_links['ssl_capath'] = [ - 'ssl-capath', - 'ssl-options', - 'option_general']; - $variable_doc_links['ssl_cert'] = [ - 'ssl-cert', - 'ssl-options', - 'option_general']; - $variable_doc_links['ssl_cipher'] = [ - 'ssl-cipher', - 'ssl-options', - 'option_general']; - $variable_doc_links['ssl_crl'] = [ - 'ssl_crl', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['ssl_crlpath'] = [ - 'ssl_crlpath', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['ssl_key'] = [ - 'ssl-key', - 'ssl-options', - 'option_general']; - $variable_doc_links['storage_engine'] = [ - 'storage_engine', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['stored_program_cache'] = [ - 'stored_program_cache', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['super_read_only'] = [ - 'super_read_only', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['sync_binlog'] = [ - 'sync_binlog', - 'replication-options-binary-log', - 'sysvar']; - $variable_doc_links['sync_frm'] = [ - 'sync_frm', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['sync_master_info'] = [ - 'sync_master_info', - 'replication-options-slave', - 'sysvar']; - $variable_doc_links['sync_relay_log'] = [ - 'sync_relay_log', - 'replication-options-slave', - 'sysvar']; - $variable_doc_links['sync_relay_log_info'] = [ - 'sync_relay_log_info', - 'replication-options-slave', - 'sysvar']; - $variable_doc_links['system_time_zone'] = [ - 'system_time_zone', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['table_definition_cache'] = [ - 'table_definition_cache', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['table_lock_wait_timeout'] = [ - 'table_lock_wait_timeout', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['table_open_cache'] = [ - 'table_open_cache', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['table_open_cache_instances'] = [ - 'table_open_cache_instances', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['table_type'] = [ - 'table_type', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['thread_cache_size'] = [ - 'thread_cache_size', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['thread_concurrency'] = [ - 'thread_concurrency', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['thread_handling'] = [ - 'thread_handling', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['thread_stack'] = [ - 'thread_stack', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['time_format'] = [ - 'time_format', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['time_zone'] = [ - 'time_zone', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['timed_mutexes'] = [ - 'timed_mutexes', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['timestamp'] = [ - 'timestamp', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['tmp_table_size'] = [ - 'tmp_table_size', - 'server-system-variables', - 'sysvar', - 'byte']; - $variable_doc_links['tmpdir'] = [ - 'tmpdir', - 'server-options', - 'option_mysqld']; - $variable_doc_links['transaction_alloc_block_size'] = [ - 'transaction_alloc_block_size', - 'server-system-variables', - 'sysvar', - 'byte']; - $variable_doc_links['transaction_prealloc_size'] = [ - 'transaction_prealloc_size', - 'server-system-variables', - 'sysvar', - 'byte']; - $variable_doc_links['transaction_write_set_extraction'] = [ - 'transaction_write_set_extraction', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['tx_isolation'] = [ - 'tx_isolation', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['tx_read_only'] = [ - 'tx_read_only', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['unique_checks'] = [ - 'unique_checks', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['updatable_views_with_limit'] = [ - 'updatable_views_with_limit', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['version'] = [ - 'version', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['version_comment'] = [ - 'version_comment', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['version_compile_machine'] = [ - 'version_compile_machine', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['version_compile_os'] = [ - 'version_compile_os', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['wait_timeout'] = [ - 'wait_timeout', - 'server-system-variables', - 'sysvar']; - $variable_doc_links['warning_count'] = [ - 'warning_count', - 'server-system-variables', - 'sysvar']; - return $variable_doc_links; - } - - /** - * Returns array of static(i.e. non-editable/ read-only) global system variables - * - * See https://dev.mysql.com/doc/refman/5.6/en/server-system-variables.html - * - * @return array - */ - private function _getStaticSystemVariables() - { - $static_variables = [ - 'audit_log_buffer_size', - 'audit_log_current_session', - 'audit_log_file', - 'audit_log_format', - 'audit_log_policy', - 'audit_log_strategy', - 'auto_generate_certs', - 'back_log', - 'basedir', - 'bind_address', - 'binlog_gtid_simple_recovery', - 'character_set_system', - 'character_sets_dir', - 'core_file', - 'daemon_memcached_enable_binlog', - 'daemon_memcached_engine_lib_name', - 'daemon_memcached_engine_lib_path', - 'daemon_memcached_option', - 'daemon_memcached_r_batch_size', - 'daemon_memcached_w_batch_size', - 'datadir', - 'date_format', - 'datetime_format', - 'default_authentication_plugin', - 'disabled_storage_engines', - 'explicit_defaults_for_timestamp', - 'ft_max_word_len', - 'ft_min_word_len', - 'ft_query_expansion_limit', - 'ft_stopword_file', - 'gtid_owned', - 'have_compress', - 'have_crypt', - 'have_dynamic_loading', - 'have_geometry', - 'have_openssl', - 'have_profiling', - 'have_query_cache', - 'have_rtree_keys', - 'have_ssl', - 'have_statement_timeout', - 'have_symlink', - 'hostname', - 'ignore_builtin_innodb', - 'ignore_db_dirs', - 'init_file', - 'innodb_adaptive_hash_index_parts', - 'innodb_additional_mem_pool_size', - 'innodb_api_disable_rowlock', - 'innodb_api_enable_binlog', - 'innodb_api_enable_mdl', - 'innodb_autoinc_lock_mode', - 'innodb_buffer_pool_chunk_size', - 'innodb_buffer_pool_instances', - 'innodb_buffer_pool_load_at_startup', - 'innodb_checksums', - 'innodb_data_file_path', - 'innodb_data_home_dir', - 'innodb_doublewrite', - 'innodb_file_format_check', - 'innodb_flush_method', - 'innodb_force_load_corrupted', - 'innodb_force_recovery', - 'innodb_ft_cache_size', - 'innodb_ft_max_token_size', - 'innodb_ft_min_token_size', - 'innodb_ft_sort_pll_degree', - 'innodb_ft_total_cache_size', - 'innodb_locks_unsafe_for_binlog', - 'innodb_log_buffer_size', - 'innodb_log_file_size', - 'innodb_log_files_in_group', - 'innodb_log_group_home_dir', - 'innodb_numa_interleave', - 'innodb_open_files', - 'innodb_page_cleaners', - 'innodb_page_size', - 'innodb_purge_threads', - 'innodb_read_io_threads', - 'innodb_read_only', - 'innodb_rollback_on_timeout', - 'innodb_sort_buffer_size', - 'innodb_sync_array_size', - 'innodb_sync_debug', - 'innodb_temp_data_file_path', - 'innodb_undo_directory', - 'innodb_undo_tablespaces', - 'innodb_use_native_aio', - 'innodb_use_sys_malloc', - 'innodb_version', - 'innodb_write_io_threads', - 'language', - 'large_files_support', - 'large_page_size', - 'large_pages', - 'lc_messages_dir', - 'license', - 'locked_in_memory', - 'log-bin', - 'log_bin', - 'log_bin_basename', - 'log_bin_index', - 'log_bin_use_v1_row_events', - 'log_bin_use_v1_row_events', - 'log_error', - 'log_slave_updates', - 'log_slave_updates', - 'lower_case_file_system', - 'lower_case_table_names', - 'max_digest_length', - 'mecab_rc_file', - 'metadata_locks_cache_size', - 'metadata_locks_hash_instances', - 'myisam_mmap_size', - 'myisam_recover_options', - 'named_pipe', - 'ndb-batch-size', - 'ndb-cluster-connection-pool', - 'ndb-cluster-connection-pool-nodeids', - 'ndb_log_apply_status', - 'ndb_log_apply_status', - 'ndb_log_orig', - 'ndb_log_orig', - 'ndb_log_transaction_id', - 'ndb_log_transaction_id', - 'ndb_optimized_node_selection', - 'Ndb_slave_max_replicated_epoch', - 'ndb_use_copying_alter_table', - 'ndb_version', - 'ndb_version_string', - 'ndb-wait-connected', - 'ndb-wait-setup', - 'ndbinfo_database', - 'ndbinfo_version', - 'ngram_token_size', - 'old', - 'open_files_limit', - 'performance_schema', - 'performance_schema_accounts_size', - 'performance_schema_digests_size', - 'performance_schema_events_stages_history_long_size', - 'performance_schema_events_stages_history_size', - 'performance_schema_events_statements_history_long_size', - 'performance_schema_events_statements_history_size', - 'performance_schema_events_transactions_history_long_size', - 'performance_schema_events_transactions_history_size', - 'performance_schema_events_waits_history_long_size', - 'performance_schema_events_waits_history_size', - 'performance_schema_hosts_size', - 'performance_schema_max_cond_classes', - 'performance_schema_max_cond_instances', - 'performance_schema_max_digest_length', - 'performance_schema_max_file_classes', - 'performance_schema_max_file_handles', - 'performance_schema_max_file_instances', - 'performance_schema_max_index_stat', - 'performance_schema_max_memory_classes', - 'performance_schema_max_metadata_locks', - 'performance_schema_max_mutex_classes', - 'performance_schema_max_mutex_instances', - 'performance_schema_max_prepared_statements_instances', - 'performance_schema_max_program_instances', - 'performance_schema_max_rwlock_classes', - 'performance_schema_max_rwlock_instances', - 'performance_schema_max_socket_classes', - 'performance_schema_max_socket_instances', - 'performance_schema_max_sql_text_length', - 'performance_schema_max_stage_classes', - 'performance_schema_max_statement_classes', - 'performance_schema_max_statement_stack', - 'performance_schema_max_table_handles', - 'performance_schema_max_table_instances', - 'performance_schema_max_table_lock_stat', - 'performance_schema_max_thread_classes', - 'performance_schema_max_thread_instances', - 'performance_schema_session_connect_attrs_size', - 'performance_schema_setup_actors_size', - 'performance_schema_setup_objects_size', - 'performance_schema_users_size', - 'pid_file', - 'plugin_dir', - 'port', - 'protocol_version', - 'relay_log', - 'relay_log_basename', - 'relay_log_index', - 'relay_log_index', - 'relay_log_info_file', - 'relay_log_recovery', - 'relay_log_space_limit', - 'report_host', - 'eport_password', - 'report_port', - 'report_user', - 'secure_file_priv', - 'server_id_bits', - 'server_id_bits', - 'server_uuid', - 'sha256_password_auto_generate_rsa_keys', - 'sha256_password_private_key_path', - 'sha256_password_public_key_path', - 'shared_memory', - 'shared_memory_base_name', - 'simplified_binlog_gtid_recovery', - 'skip_external_locking', - 'skip_name_resolve', - 'skip_networking', - 'skip_show_database', - 'slave_load_tmpdir', - 'slave_skip_errors', - 'slave_type_conversions', - 'socket', - 'ssl_ca', - 'ssl_capath', - 'ssl_cert', - 'ssl_cipher', - 'ssl_crl', - 'ssl_crlpath', - 'ssl_key', - 'system_time_zone', - 'table_open_cache_instances', - 'thread_concurrency', - 'thread_handling', - 'thread_stack', - 'time_format', - 'tls_version', - 'tmpdir', - 'validate_user_plugins', - 'version', - 'version_comment', - 'version_compile_machine', - 'version_compile_os', - 'version_tokens_session_number' - ]; - - return $static_variables; - } } diff --git a/libraries/classes/Plugins.php b/libraries/classes/Plugins.php index 9c45c95a5b..96ac2e6588 100644 --- a/libraries/classes/Plugins.php +++ b/libraries/classes/Plugins.php @@ -370,6 +370,8 @@ class Plugins $ret .= \PhpMyAdmin\Util::showMySQLDocu( $doc[1], false, + null, + null, $doc[2] ); } elseif (count($doc) == 1) { diff --git a/libraries/classes/Server/Privileges.php b/libraries/classes/Server/Privileges.php index 19d2a49372..ed3443126e 100644 --- a/libraries/classes/Server/Privileges.php +++ b/libraries/classes/Server/Privileges.php @@ -4842,6 +4842,8 @@ class Privileges . Util::showMySQLDocu( 'privileges-provided', false, + null, + null, 'priv_reload' ), Message::NOTICE diff --git a/libraries/classes/Server/Status/Queries.php b/libraries/classes/Server/Status/Queries.php index 68781b451c..14ae5848ee 100644 --- a/libraries/classes/Server/Status/Queries.php +++ b/libraries/classes/Server/Status/Queries.php @@ -46,6 +46,8 @@ class Queries $retval .= Util::showMySQLDocu( 'server-status-variables', false, + null, + null, 'statvar_Questions' ); $retval .= '
      '; diff --git a/libraries/classes/Server/Status/Variables.php b/libraries/classes/Server/Status/Variables.php index f198bfb001..bc509438e8 100644 --- a/libraries/classes/Server/Status/Variables.php +++ b/libraries/classes/Server/Status/Variables.php @@ -244,11 +244,7 @@ class Variables // Fields containing % are calculated, // they can not be described in MySQL documentation if (mb_strpos($name, '%') === false) { - $retval .= Util::showMySQLDocu( - 'server-status-variables', - false, - 'statvar_' . $name - ); + $retval .= Util::linkToVarDocumentation($name, $GLOBALS['dbi']->isMariaDB()); } $retval .= ''; diff --git a/libraries/classes/Util.php b/libraries/classes/Util.php index 49747c7b5b..1644dcc373 100644 --- a/libraries/classes/Util.php +++ b/libraries/classes/Util.php @@ -23,6 +23,8 @@ use PhpMyAdmin\SqlParser\Token; use PhpMyAdmin\SqlParser\Utils\Error as ParserError; use PhpMyAdmin\Template; use PhpMyAdmin\Url; +use Williamdes\MariaDBMySQLKBS\Search as KBSearch; +use Williamdes\MariaDBMySQLKBS\KBException; /** * Misc functions used all over the scripts. @@ -356,13 +358,46 @@ class Util return Core::linkURL($url); } + /** + * Get a link to variable documentation + * + * @param string $name The variable name + * @param boolean $useMariaDB Use only MariaDB documentation + * @param string $text (optional) The text for the link + * @return string link or empty string + */ + public static function linkToVarDocumentation( + string $name, + bool $useMariaDB = false, + string $text = null + ): string { + $html = ''; + try { + $type = KBSearch::MYSQL; + if ($useMariaDB) { + $type = KBSearch::MARIADB; + } + $docLink = KBSearch::getByName($name, $type); + $html = Util::showMySQLDocu( + $name, + false, + $docLink, + $text + ); + } catch (KBException $e) { + unset($e);// phpstan workaround + } + return $html; + } + /** * Displays a link to the official MySQL documentation * - * @param string $link contains name of page/anchor that is being linked - * @param bool $big_icon whether to use big icon (like in left frame) - * @param string $anchor anchor to page part - * @param bool $just_open whether only the opening tag should be returned + * @param string $link contains name of page/anchor that is being linked + * @param bool $bigIcon whether to use big icon (like in left frame) + * @param string|null $url href attribute + * @param string|null $text text of link + * @param string $anchor anchor to page part * * @return string the html link * @@ -370,20 +405,29 @@ class Util */ public static function showMySQLDocu( $link, - $big_icon = false, - $anchor = '', - $just_open = false - ) { - $url = self::getMySQLDocuURL($link, $anchor); - $open_link = ''; - if ($just_open) { - return $open_link; - } elseif ($big_icon) { - return $open_link - . self::getImage('b_sqlhelp', __('Documentation')) . ''; + bool $bigIcon = false, + $url = null, + $text = null, + $anchor = '' + ): string { + if ($url === null) { + $url = self::getMySQLDocuURL($link, $anchor); + } + $openLink = ''; + $closeLink = ''; + $html = ''; + + if ($bigIcon) { + $html = $openLink . + self::getImage('b_sqlhelp', __('Documentation')) + . $closeLink; + } elseif ($text !== null) { + $html = $openLink . $text . $closeLink; + } else { + $html = self::showDocLink($url, 'mysql_doc'); } - return self::showDocLink($url, 'mysql_doc'); + return $html; } // end of the 'showMySQLDocu()' function /** diff --git a/templates/server/variables/variable_row.twig b/templates/server/variables/variable_row.twig index 608850856d..e07118c919 100644 --- a/templates/server/variables/variable_row.twig +++ b/templates/server/variables/variable_row.twig @@ -11,9 +11,7 @@ {% if doc_link != null %} - {{ Util_showMySQLDocu(doc_link[1], false, doc_link[2] ~ '_' ~ doc_link[0], true) }} - {{ name|e|replace({'_': ' '})|raw }} - + {{ doc_link|raw }} {% else %} {{ name|replace({'_': ' '}) }} diff --git a/test/classes/Controllers/Server/ServerVariablesControllerTest.php b/test/classes/Controllers/Server/ServerVariablesControllerTest.php index aad884d3c5..15ca3b63b2 100644 --- a/test/classes/Controllers/Server/ServerVariablesControllerTest.php +++ b/test/classes/Controllers/Server/ServerVariablesControllerTest.php @@ -17,6 +17,8 @@ use PhpMyAdmin\Tests\Stubs\Response as ResponseStub; use PhpMyAdmin\Url; use PhpMyAdmin\Util; use ReflectionClass; +use Williamdes\MariaDBMySQLKBS\Search as KBSearch; +use Williamdes\MariaDBMySQLKBS\SlimData as KBSlimData; /** * Tests for ServerVariablesController class @@ -122,13 +124,16 @@ class ServerVariablesControllerTest extends PmaTestCase ); $ctrl = $container->get('ServerVariablesController'); - //Call the test function - $name_for_value_byte = "binlog_cache_size"; - $name_for_value_not_byte = "auto_increment_increment"; - $name_for_value_not_num = "PMA_key"; + $nameForValueByte = "byte_variable"; + $nameForValueNotByte = "not_a_byte_variable"; + + $slimData = new KBSlimData(); + $slimData->addVariable($nameForValueByte, "byte", null); + $slimData->addVariable($nameForValueNotByte, "string", null); + KBSearch::loadTestData($slimData); //name is_numeric and the value type is byte - $args = [$name_for_value_byte, "3"]; + $args = [$nameForValueByte, "3"]; list($formattedValue, $isHtmlFormatted) = $method->invokeArgs($ctrl, $args); $this->assertEquals( '3 B', @@ -137,7 +142,7 @@ class ServerVariablesControllerTest extends PmaTestCase $this->assertEquals(true, $isHtmlFormatted); //name is_numeric and the value type is not byte - $args = [$name_for_value_not_byte, "3"]; + $args = [$nameForValueNotByte, "3"]; list($formattedValue, $isHtmlFormatted) = $method->invokeArgs($ctrl, $args); $this->assertEquals( '3', @@ -146,7 +151,7 @@ class ServerVariablesControllerTest extends PmaTestCase $this->assertEquals(false, $isHtmlFormatted); //value is not a number - $args = [$name_for_value_not_byte, "value"]; + $args = [$nameForValueNotByte, "value"]; list($formattedValue, $isHtmlFormatted) = $method->invokeArgs($ctrl, $args); $this->assertEquals( 'value', From bcf0fa3a1b8f18db35d37efe63ca9b712160cad7 Mon Sep 17 00:00:00 2001 From: Dan Caragea Date: Thu, 26 Jul 2018 11:48:40 +0000 Subject: [PATCH 066/114] Translated using Weblate (Romanian) Currently translated at 96.3% (3168 of 3288 strings) [CI skip] Translation: phpMyAdmin/4.8 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-8/ro/ Signed-off-by: Dan Caragea --- po/ro.po | 288 +++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 196 insertions(+), 92 deletions(-) diff --git a/po/ro.po b/po/ro.po index b154374387..aad7c6f2f0 100644 --- a/po/ro.po +++ b/po/ro.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.8.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2018-02-12 16:30+0100\n" -"PO-Revision-Date: 2018-07-26 11:46+0000\n" +"PO-Revision-Date: 2018-07-27 08:19+0000\n" "Last-Translator: Dan Caragea \n" "Language-Team: Romanian \n" @@ -1166,7 +1166,7 @@ msgstr "Conexiuni/procese" #: js/messages.php:165 msgid "Local monitor configuration incompatible!" -msgstr "Configurarea monitorului local este incompatibilă!" +msgstr "Configurarea monitorizării locale este incompatibilă!" #: js/messages.php:167 msgid "" @@ -1342,14 +1342,12 @@ msgid "None" msgstr "Niciunul" #: js/messages.php:217 -#, fuzzy msgid "Resume monitor" -msgstr "Reia monitorul" +msgstr "Reia monitorizarea" #: js/messages.php:218 -#, fuzzy msgid "Pause monitor" -msgstr "Întrerupe monitorul" +msgstr "Întrerupe monitorizarea" #: js/messages.php:219 libraries/classes/Server/Status/Processes.php:46 msgid "Start auto refresh" @@ -1621,7 +1619,7 @@ msgstr "Încarc jurnale" #: js/messages.php:310 msgid "Monitor refresh failed" -msgstr "Reîmprospătarea monitorului a eșuat" +msgstr "Reîmprospătarea monitorizării a eșuat" #: js/messages.php:312 #, fuzzy @@ -1667,7 +1665,7 @@ msgstr "Importă" #: js/messages.php:327 msgid "Import monitor configuration" -msgstr "Importă configurarea monitorului" +msgstr "Importă configurarea monitorizării" #: js/messages.php:329 msgid "Please select the file you want to import." @@ -6106,6 +6104,10 @@ msgid "" "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" +"Numele de utilizator pentru autentificarea cu proxy. În mod implicit, nu se " +"face nicio autentificare. Dacă este furnizat un nume de utilizator, se va " +"face autentificarea de bază. În prezent, nu este acceptat niciun alt tip de " +"autentificare." #: libraries/classes/Config/Descriptions.php:1426 msgid "Proxy username" @@ -9499,7 +9501,7 @@ msgstr "Declarații 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?= Date: Fri, 27 Jul 2018 08:18:46 +0000 Subject: [PATCH 067/114] Translated using Weblate (Romanian) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently translated at 96.3% (3168 of 3288 strings) [CI skip] Translation: phpMyAdmin/4.8 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-8/ro/ Signed-off-by: Michal Čihař --- po/ro.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/po/ro.po b/po/ro.po index aad7c6f2f0..ce0bf32052 100644 --- a/po/ro.po +++ b/po/ro.po @@ -5,7 +5,7 @@ msgstr "" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2018-02-12 16:30+0100\n" "PO-Revision-Date: 2018-07-27 08:19+0000\n" -"Last-Translator: Dan Caragea \n" +"Last-Translator: Michal Čihař \n" "Language-Team: Romanian \n" "Language: ro\n" @@ -14867,7 +14867,7 @@ msgstr "În interiorul coloanei:" #, php-format msgid "%s table" msgid_plural "%s tables" -msgstr[0] "Un tabel" +msgstr[0] "%s tabel" msgstr[1] "%s tabele" msgstr[2] "%s de tabele" From b9540c83752209a6854cd23a1d8a6d1a47ca70d5 Mon Sep 17 00:00:00 2001 From: Wolterhon Date: Thu, 26 Jul 2018 16:29:42 +0000 Subject: [PATCH 068/114] Translated using Weblate (Russian) Currently translated at 98.1% (3227 of 3288 strings) [CI skip] Translation: phpMyAdmin/4.8 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-8/ru/ Signed-off-by: Wolterhon --- po/ru.po | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/po/ru.po b/po/ru.po index 8ca51742fc..c3b4c5a474 100644 --- a/po/ru.po +++ b/po/ru.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.8.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2018-02-12 16:30+0100\n" -"PO-Revision-Date: 2018-04-16 18:41+0000\n" -"Last-Translator: Yaron Shahrabani \n" +"PO-Revision-Date: 2018-07-27 08:19+0000\n" +"Last-Translator: Wolterhon \n" "Language-Team: Russian \n" "Language: ru\n" @@ -14,7 +14,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=" "4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 3.0-dev\n" +"X-Generator: Weblate 3.1-dev\n" #: ajax.php:21 ajax.php:50 export.php:203 libraries/classes/Export.php:1100 msgid "Bad type!" @@ -2953,7 +2953,7 @@ msgstr "Секунда" #: js/messages.php:917 msgid "This field is required" -msgstr "Это обязательное поле" +msgstr "Это поле нужно заполнить" #: js/messages.php:918 msgid "Please fix this field" @@ -4820,7 +4820,7 @@ msgstr "Отображать логотип в панели навигации." #: libraries/classes/Config/Descriptions.php:782 msgid "Display logo" -msgstr "Выводить логотип" +msgstr "Показывать логотип" #: libraries/classes/Config/Descriptions.php:784 msgid "URL where logo in the navigation panel will point to." @@ -4828,7 +4828,7 @@ msgstr "URL, на который будет ссылаться логотип в #: libraries/classes/Config/Descriptions.php:786 msgid "Logo link URL" -msgstr "URL ссылка логотипа" +msgstr "Ссылка логотипа" #: libraries/classes/Config/Descriptions.php:789 msgid "" @@ -8308,7 +8308,7 @@ msgstr "Показать" #: libraries/classes/Navigation/NavigationHeader.php:165 msgid "Home" -msgstr "К началу" +msgstr "На главную" #: libraries/classes/Navigation/NavigationHeader.php:173 msgid "Log out" @@ -13891,7 +13891,7 @@ msgstr "Клик" #: libraries/config.values.php:94 msgid "Double click" -msgstr "Двойной клик" +msgstr "Двойное нажатие" #: libraries/config.values.php:98 msgid "key" @@ -15461,7 +15461,7 @@ msgstr "Сделать закладку общедоступной" #: templates/console/display.twig:140 msgid "Set default" -msgstr "Установить изначальное значение" +msgstr "Сбросить настройки" #: templates/console/display.twig:162 msgid "" @@ -16356,7 +16356,7 @@ msgstr "gzip" #: url.php:41 msgid "Taking you to the target site." -msgstr "Переход на целевой сайт." +msgstr "Происходит переадресация." #: user_password.php:35 msgid "You don't have sufficient privileges to be here right now!" @@ -16608,8 +16608,8 @@ msgid "" "Percona documentation is at https://www.percona.com/software/documentation/" msgstr "" -"Документация по Percona находится на https://www.percona.com/software/documentation/" +"Документация Percona находится здесь" #: libraries/advisory_rules.txt:133 msgid "'percona' found in version_comment" From e9c0900c217aff31211407d564c4e8de2a9d4445 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yusif=20M=C9=99mm=C9=99dov?= Date: Thu, 26 Jul 2018 19:25:03 +0000 Subject: [PATCH 069/114] Translated using Weblate (Azerbaijani) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently translated at 50.1% (1649 of 3291 strings) [CI skip] Translation: phpMyAdmin/Development Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/az/ Signed-off-by: Yusif Məmmədov --- po/az.po | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/po/az.po b/po/az.po index 3b2ddc9e65..d77542f783 100644 --- a/po/az.po +++ b/po/az.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 5.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2018-05-28 21:06-0300\n" -"PO-Revision-Date: 2018-04-16 15:34+0000\n" -"Last-Translator: Orkhan Guliyev \n" +"PO-Revision-Date: 2018-07-27 08:19+0000\n" +"Last-Translator: Yusif Məmmədov \n" "Language-Team: Azerbaijani \n" "Language: az\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 3.0-dev\n" +"X-Generator: Weblate 3.1-dev\n" #: ajax.php:22 ajax.php:51 export.php:206 libraries/classes/Export.php:1150 msgid "Bad type!" @@ -764,6 +764,9 @@ msgid "" "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " "split strings correctly and it may result in unexpected results." msgstr "" +"mbstring PHP əlavəsi tapılmadı və belə görünür ki, siz çoxbaytlı simvol " +"dəstindən istifadə edirsiniz. mbstring əlavəsi olmadan phpMyAdmin stringləri " +"düzgün şəkildə parçalaya bilməz və bu gözlənilməz nəticələr verə bilər." #: index.php:505 msgid "" @@ -781,6 +784,10 @@ msgid "" "than cookie validity configured in phpMyAdmin, because of this, your login " "might expire sooner than configured in phpMyAdmin." msgstr "" +"Sizin PHP parametriniz [a@https://secure.php.net/manual/en/" +"session.configuration.php#ini.session.gc-maxlifetime@_blank] phpMyAdmində " +"qurulmuş çərəz (Cookie) etibarlılıq müddətindən daha azdır. Buna görə də " +"sizin girişin phpMyAdmində tənzimlənmiş vaxtdan tez bitə bilər." #: index.php:539 msgid "" From 3a88e48de85bac5b67d3f3578643f2c68e3b13eb Mon Sep 17 00:00:00 2001 From: ROYAL Randhawa Date: Fri, 27 Jul 2018 07:26:15 +0000 Subject: [PATCH 070/114] Translated using Weblate (Punjabi) Currently translated at 4.4% (146 of 3291 strings) [CI skip] Translation: phpMyAdmin/Development Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/pa/ Signed-off-by: ROYAL Randhawa --- po/pa.po | 52 +++++++++++++++++++++++++++++----------------------- 1 file changed, 29 insertions(+), 23 deletions(-) diff --git a/po/pa.po b/po/pa.po index f3d400590c..f6927a7335 100644 --- a/po/pa.po +++ b/po/pa.po @@ -8,8 +8,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 5.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2018-05-28 21:06-0300\n" -"PO-Revision-Date: 2017-08-22 09:47+0000\n" -"Last-Translator: Michal Čihař \n" +"PO-Revision-Date: 2018-07-27 08:19+0000\n" +"Last-Translator: ROYAL Randhawa \n" "Language-Team: Punjabi \n" "Language: pa\n" @@ -17,7 +17,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 2.17-dev\n" +"X-Generator: Weblate 3.1-dev\n" #: ajax.php:22 ajax.php:51 export.php:206 libraries/classes/Export.php:1150 msgid "Bad type!" @@ -312,6 +312,8 @@ msgstr "ਡਾਟਾਬੇਸ ਨਾਂ ਖਾਲੀ ਹੈ!" #: db_operations.php:71 msgid "Cannot copy database to the same name. Change the name and try again." msgstr "" +"ਇੱਕੋ ਨਾਮ ਦੇ ਡੇਟਾਬੇਸ ਨੂੰ ਕਾਪੀ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਦਾ, ਨਾਮ ਬਦਲੋ ਅਤੇ ਮੁੜ ਕੋਸ਼ਿਸ਼ ਕਰੋ " +"।" #: db_operations.php:158 #, php-format @@ -425,9 +427,8 @@ msgstr "X" #: gis_data_editor.php:224 gis_data_editor.php:252 gis_data_editor.php:308 #: gis_data_editor.php:383 js/messages.php:522 -#, fuzzy msgid "Y" -msgstr "Y" +msgstr "✓" #: gis_data_editor.php:246 gis_data_editor.php:302 gis_data_editor.php:375 #: js/messages.php:524 @@ -603,32 +604,37 @@ msgid "" "However on last run no data has been parsed, this usually means phpMyAdmin " "won't be able to finish this import unless you increase php time limits." msgstr "" +"ਹਾਲਾਂਕਿ ਆਖਰੀ ਦੌਰੇ ਤੇ ਕੋਈ ਡਾਟਾ ਪਾਰਸ ਨਹੀਂ ਕੀਤਾ ਗਿਆ ਹੈ, ਇਸ ਦਾ ਆਮ ਤੌਰ ਤੇ ਮਤਲਬ ਹੈ " +"ਕਿ [ਪੀਐਚਪੀ ਮਾਈ ਐਡਮਿਨ] ਇਸ ਆਯਾਤ ਨੂੰ ਪੂਰਾ ਕਰਨ ਦੇ ਯੋਗ ਨਹੀਂ ਹੋਵੇਗਾ ਜਦੋਂ ਤੱਕ ਤੁਸੀਂ " +"[ਪੀਐਚਪੀ] ਸਮਾਂ ਸੀਮਾਵਾਂ ਵਧਾਉਂਦੇ ਨਹੀਂ ਹੋ ।" #: import.php:709 sql.php:161 msgid "\"DROP DATABASE\" statements are disabled." -msgstr "" +msgstr "\"ਡ੍ਰੌਪ ਡੈਟਾਬੈਏਸ\" ਬਿਆਨ ਅਸਮਰਥਿਤ ਹਨ ।" #: import_status.php:108 msgid "Could not load the progress of the import." -msgstr "" +msgstr "ਆਯਾਤ ਦੀ ਪ੍ਰਗਤੀ ਲੋਡ ਨਹੀਂ ਕੀਤੀ ਜਾ ਸਕਦੀ ।" #: import_status.php:117 js/messages.php:461 js/messages.php:627 #: libraries/classes/Export.php:530 #: libraries/classes/Plugins/Schema/ExportRelationSchema.php:307 #: libraries/classes/UserPassword.php:263 libraries/classes/Util.php:667 msgid "Back" -msgstr "" +msgstr "ਪਿੱਛੇ" #: index.php:140 msgid "" "You were logged out from one server, to logout completely from phpMyAdmin, " "you need to logout from all servers." msgstr "" +"ਤੁਸੀਂ ਇਕ ਸਰਵਰ ਤੋਂ ਲਾਗਆਉਟ ਹੋਏ ਹੋ, ਸੰਪੂਰਨ ਰੂਪ ਤੋਂ ਲਾਗਆਉਟ ਹੋਣ ਲਈ ਤੁਹਾਨੂੰ ਸਾਰੇ " +"ਸਰਵਰਾਂ ਤੋਂ ਲਾਗਆਉਟ ਹੋਣਾ ਪਵੇਗਾ ।" #: index.php:184 libraries/classes/Footer.php:83 #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:116 msgid "phpMyAdmin Demo Server" -msgstr "" +msgstr "[ਪੀਐਚਪੀ ਮਾਈ ਐਡਮਿਨ] ਡੈਮੋ ਸਰਵਰ" #: index.php:188 libraries/classes/Plugins/Auth/AuthenticationCookie.php:119 #, php-format @@ -640,64 +646,64 @@ msgstr "" #: index.php:198 msgid "General settings" -msgstr "" +msgstr "ਜਨਰਲ ਸੈਟਿੰਗਜ਼" #: index.php:227 js/messages.php:652 #: libraries/classes/Display/ChangePassword.php:61 #: libraries/classes/Display/ChangePassword.php:64 #: libraries/classes/UserPassword.php:257 msgid "Change password" -msgstr "" +msgstr "ਪਾਸਵਰਡ ਬਦਲੋ" #: index.php:244 libraries/classes/Config/Descriptions.php:1488 msgid "Server connection collation" -msgstr "" +msgstr "ਸਰਵਰ ਤੋਂ ਰਾਬਤਾ ਦੀ ਸੋਧ" #: index.php:267 msgid "Appearance settings" -msgstr "" +msgstr "ਦਿੱਖ ਸੈਟਿੰਗਜ਼" #: index.php:297 prefs_manage.php:278 msgid "More settings" -msgstr "" +msgstr "ਹੋਰ ਸੈਟਿੰਗਜ਼" #: index.php:319 msgid "Database server" -msgstr "" +msgstr "ਡਾਟਾਬੇਸ ਸਰਵਰ" #: index.php:322 libraries/classes/Plugins/Auth/AuthenticationCookie.php:166 msgid "Server:" -msgstr "" +msgstr "ਸਰਵਰ:" #: index.php:326 msgid "Server type:" -msgstr "" +msgstr "ਸਰਵਰ ਦੀ ਕਿਸਮ:" #: index.php:330 msgid "Server connection:" -msgstr "" +msgstr "ਸਰਵਰ ਰਾਬਤਾ:" #: index.php:334 libraries/classes/Plugins/Export/ExportLatex.php:225 #: libraries/classes/Plugins/Export/ExportSql.php:706 #: libraries/classes/Plugins/Export/ExportXml.php:248 msgid "Server version:" -msgstr "" +msgstr "ਸਰਵਰ ਪ੍ਰਤੀਰੂਪ:" #: index.php:340 msgid "Protocol version:" -msgstr "" +msgstr "ਪ੍ਰੋਟੋਕੋਲ ਪ੍ਰਤੀਰੂਪ:" #: index.php:344 msgid "User:" -msgstr "" +msgstr "ਉਪਭੋਗੀ:" #: index.php:349 msgid "Server charset:" -msgstr "" +msgstr "ਸਰਵਰ ਚਾਰਸੈੱਟ:" #: index.php:365 msgid "Web server" -msgstr "" +msgstr "ਵੈੱਬ ਸਰਵਰ" #: index.php:376 msgid "Database client version:" From 4de686b81fe2921aa4af2713374be59b423b6c88 Mon Sep 17 00:00:00 2001 From: Dan Caragea Date: Thu, 26 Jul 2018 11:48:39 +0000 Subject: [PATCH 071/114] Translated using Weblate (Romanian) Currently translated at 96.1% (3165 of 3291 strings) [CI skip] Translation: phpMyAdmin/Development Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/ro/ Signed-off-by: Dan Caragea --- po/ro.po | 288 +++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 196 insertions(+), 92 deletions(-) diff --git a/po/ro.po b/po/ro.po index cb71966533..ddda6f9765 100644 --- a/po/ro.po +++ b/po/ro.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 5.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2018-05-28 21:06-0300\n" -"PO-Revision-Date: 2018-07-26 11:47+0000\n" +"PO-Revision-Date: 2018-07-27 08:20+0000\n" "Last-Translator: Dan Caragea \n" "Language-Team: Romanian \n" @@ -1171,7 +1171,7 @@ msgstr "Conexiuni/procese" #: js/messages.php:168 msgid "Local monitor configuration incompatible!" -msgstr "Configurarea monitorului local este incompatibilă!" +msgstr "Configurarea monitorizării locale este incompatibilă!" #: js/messages.php:170 msgid "" @@ -1348,14 +1348,12 @@ msgid "None" msgstr "Niciunul" #: js/messages.php:220 -#, fuzzy msgid "Resume monitor" -msgstr "Reia monitorul" +msgstr "Reia monitorizarea" #: js/messages.php:221 -#, fuzzy msgid "Pause monitor" -msgstr "Întrerupe monitorul" +msgstr "Întrerupe monitorizarea" #: js/messages.php:222 libraries/classes/Server/Status/Processes.php:48 msgid "Start auto refresh" @@ -1627,7 +1625,7 @@ msgstr "Încarc jurnale" #: js/messages.php:313 msgid "Monitor refresh failed" -msgstr "Reîmprospătarea monitorului a eșuat" +msgstr "Reîmprospătarea monitorizării a eșuat" #: js/messages.php:315 #, fuzzy @@ -1673,7 +1671,7 @@ msgstr "Importă" #: js/messages.php:330 msgid "Import monitor configuration" -msgstr "Importă configurarea monitorului" +msgstr "Importă configurarea monitorizării" #: js/messages.php:332 msgid "Please select the file you want to import." @@ -6072,6 +6070,10 @@ msgid "" "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" +"Numele de utilizator pentru autentificarea cu proxy. În mod implicit, nu se " +"face nicio autentificare. Dacă este furnizat un nume de utilizator, se va " +"face autentificarea de bază. În prezent, nu este acceptat niciun alt tip de " +"autentificare." #: libraries/classes/Config/Descriptions.php:1428 msgid "Proxy username" @@ -9527,7 +9529,7 @@ msgstr "Declarații INSERT DELAYED" #: libraries/classes/Plugins/Export/ExportSql.php:377 #: libraries/classes/Plugins/Export/ExportSql.php:411 msgid "INSERT IGNORE statements" -msgstr "" +msgstr "Declarații INSERT IGNORE" #: libraries/classes/Plugins/Export/ExportSql.php:391 msgid "Function to use when dumping data:" @@ -10078,6 +10080,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:54 #, php-format @@ -11987,7 +11991,7 @@ msgstr "Toate variabilele de stare" #: libraries/classes/Server/Status/Data.php:443 msgid "Monitor" -msgstr "Monitor" +msgstr "Monitorizare" #: libraries/classes/Server/Status/Data.php:447 msgid "Advisor" @@ -12040,7 +12044,7 @@ msgstr "Analizator interogare" #: libraries/classes/Server/Status/Monitor.php:119 msgid "Monitor Instructions" -msgstr "Instrucțiuni pentru monitor" +msgstr "Instrucțiuni pentru monitorizare" #: libraries/classes/Server/Status/Monitor.php:121 msgid "" @@ -12050,15 +12054,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:137 msgid "Using the monitor:" -msgstr "Folosind monitorul:" +msgstr "Folosind monitorizarea:" #: libraries/classes/Server/Status/Monitor.php:140 msgid "" @@ -12155,7 +12159,7 @@ msgstr "Serie în diagramă:" #: libraries/classes/Server/Status/Monitor.php:263 msgid "Start Monitor" -msgstr "Pornește monitorul" +msgstr "Pornește monitorizarea" #: libraries/classes/Server/Status/Monitor.php:269 msgid "Instructions/Setup" @@ -12474,7 +12478,7 @@ msgstr "" #: libraries/classes/Server/Status/Variables.php:481 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:484 msgid "" @@ -12493,7 +12497,7 @@ msgstr "" #: libraries/classes/Server/Status/Variables.php:496 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:499 msgid "The number of fsync() operations so far." @@ -12799,12 +12803,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:705 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:709 msgid "The number of joins that did a full scan of the first table." @@ -12880,6 +12889,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:759 msgid "The number of currently open connections." @@ -13640,6 +13652,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:697 msgctxt "numeric types" @@ -13714,12 +13728,12 @@ msgstr "D" #: libraries/classes/Util.php:1545 msgctxt "AM/PM indication in time" msgid "PM" -msgstr "" +msgstr "PM" #: libraries/classes/Util.php:1547 msgctxt "AM/PM indication in time" msgid "AM" -msgstr "" +msgstr "AM" #: libraries/classes/Util.php:1847 #, php-format @@ -13764,19 +13778,19 @@ msgstr "Execută" #: libraries/classes/Util.php:3841 msgid "SSL is not being used" -msgstr "" +msgstr "Nu se folosește SSL" #: libraries/classes/Util.php:3846 msgid "SSL is used with disabled verification" -msgstr "" +msgstr "Este folosit SSL cu verificarea dezactivată" #: libraries/classes/Util.php:3848 msgid "SSL is used without certification authority" -msgstr "" +msgstr "Este folosit SSL fără autoritatea de certificare" #: libraries/classes/Util.php:3851 msgid "SSL is used" -msgstr "" +msgstr "Este folosit SSL" #: libraries/classes/Util.php:3972 msgid "Users" @@ -13800,6 +13814,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:335 msgid "Invalid authentication method set in configuration:" @@ -13924,7 +13940,7 @@ msgstr "niciuna din cele de sus" #: libraries/mult_submits.inc.php:327 msgid "Success!" -msgstr "" +msgstr "Succes!" #: libraries/user_preferences.inc.php:33 msgid "Manage your settings" @@ -13949,11 +13965,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:32 setup/frames/form.inc.php:22 msgid "Incorrect form specified!" -msgstr "" +msgstr "Formular specificat incorect!" #: prefs_forms.php:84 msgid "Cannot save settings, submitted form contains errors!" @@ -13965,7 +13981,7 @@ msgstr "Fragment configurare phpMyAdmin" #: prefs_manage.php:55 msgid "Paste it to your config.inc.php" -msgstr "" +msgstr "Plasează-l în config.inc.php" #: prefs_manage.php:95 msgid "Could not import configuration" @@ -14023,7 +14039,7 @@ msgstr "Salvează ca fișier PHP" #: prefs_manage.php:321 msgid "Save to browser's storage" -msgstr "" +msgstr "Salvează în spațiul de stocare al navigatorului" #: prefs_manage.php:328 msgid "Settings will be saved in your browser's local storage." @@ -14065,14 +14081,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:36 msgid "Not enough privilege to view server status." -msgstr "" +msgstr "Nu ai privilegii suficiente pentru a vedea starea serverului." #: server_status_advisor.php:34 msgid "Not enough privilege to view the advisor." -msgstr "" +msgstr "Nu ai privilegii suficiente pentru a vedea consultantul." #: server_status_processes.php:34 #, php-format @@ -14089,11 +14107,11 @@ msgstr "" #: server_status_queries.php:44 msgid "Not enough privilege to view query statistics." -msgstr "" +msgstr "Nu ai privilegii suficiente pentru a vedea statisticile de interogare." #: server_status_variables.php:53 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:18 setup/frames/index.inc.php:190 msgid "Configuration file" @@ -14108,12 +14126,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:55 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:59 msgid "Insecure connection" @@ -14149,15 +14171,15 @@ msgstr "" #: setup/frames/index.inc.php:113 setup/frames/menu.inc.php:22 msgid "Overview" -msgstr "" +msgstr "Prezentare generală" #: setup/frames/index.inc.php:120 msgid "Show hidden messages (#MSG_COUNT)" -msgstr "" +msgstr "Arată mesajele ascunse (#MSG_COUNT)" #: setup/frames/index.inc.php:171 msgid "There are no configured servers" -msgstr "" +msgstr "Nu există niciun server configurat" #: setup/frames/index.inc.php:180 msgid "New server" @@ -14165,23 +14187,23 @@ msgstr "Server nou" #: setup/frames/index.inc.php:209 msgid "Default language" -msgstr "" +msgstr "Limbă implicită" #: setup/frames/index.inc.php:219 msgid "let the user choose" -msgstr "" +msgstr "lasă la alegerea utilizatorului" #: setup/frames/index.inc.php:230 msgid "- none -" -msgstr "" +msgstr "- niciunul -" #: setup/frames/index.inc.php:234 msgid "Default server" -msgstr "" +msgstr "Server implicit" #: setup/frames/index.inc.php:246 msgid "End of line" -msgstr "" +msgstr "Sfârșit de linie" #: setup/frames/index.inc.php:252 msgid "Display" @@ -14217,19 +14239,19 @@ msgstr "" #: setup/lib/FormProcessing.php:63 msgid "Warning" -msgstr "" +msgstr "Avertizare" #: setup/lib/FormProcessing.php:64 msgid "Submitted form contains errors" -msgstr "" +msgstr "Formularul trimis conține erori" #: setup/lib/FormProcessing.php:66 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:71 msgid "Ignore errors" -msgstr "" +msgstr "Ignoră erorile" #: setup/lib/FormProcessing.php:75 msgid "Show form" @@ -14240,6 +14262,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:148 msgid "Got invalid version string from server" @@ -14267,7 +14291,7 @@ msgstr "Date greșite" #: setup/validate.php:33 #, php-format msgid "Wrong data or no validation for %s" -msgstr "" +msgstr "Date greșite sau nicio validare pentru %s" #: tbl_create.php:39 tbl_get_field.php:32 #, php-format @@ -14290,7 +14314,7 @@ msgstr "Nume tabel invalid" #: tbl_replace.php:246 #, 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:74 msgid "No row selected." @@ -14311,7 +14335,7 @@ msgstr "Nicio versiune selectată." #: tbl_tracking.php:143 msgid "SQL statements executed." -msgstr "" +msgstr "Declarații SQL executate." #: themes.php:23 themes.php:28 msgid "Theme" @@ -14522,7 +14546,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" @@ -14631,7 +14655,7 @@ msgstr "arhivat cu gzip" #: 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" @@ -14709,10 +14733,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/table/structure/partition_definition_form.twig:6 #: templates/table/structure/display_partitions.twig:141 @@ -14870,7 +14896,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" @@ -14892,7 +14918,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/server/sub_page_header.twig:2 msgid "Server variables and settings" @@ -14978,7 +15004,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 @@ -15061,7 +15087,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:" @@ -15093,6 +15119,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/privileges/add_privileges_database.twig:1 msgid "Add privileges on the following database(s):" @@ -15123,7 +15151,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" @@ -15139,7 +15167,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" @@ -15150,6 +15178,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/console/display.twig:7 msgid "History" @@ -15220,7 +15250,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:" @@ -15291,11 +15321,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" @@ -15387,7 +15420,7 @@ msgstr "Personalizat - afișează toate opțiunile posibile" #: 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:" @@ -15501,7 +15534,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." @@ -15521,6 +15554,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 @@ -15587,7 +15621,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" @@ -15607,7 +15641,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 @@ -15690,11 +15724,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" @@ -15758,7 +15792,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" @@ -15766,7 +15800,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" @@ -15835,7 +15869,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." @@ -15887,20 +15921,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." @@ -15933,7 +15967,7 @@ msgstr "A fost adăugat un index pe %s." #: templates/columns_definitions/column_length.twig:9 msgid "Edit ENUM/SET values" -msgstr "" +msgstr "Editează valorile ENUM/SET" #: templates/server/databases/index.twig:24 msgid "No databases" @@ -15941,7 +15975,7 @@ msgstr "Nicio bază de date" #: templates/database/designer/schema_export.twig:4 msgid "Select Export Relational Type" -msgstr "" +msgstr "Selectează tipul relațional de export" #: templates/privileges/add_privileges_routine.twig:3 msgid "Add privileges on the following routine:" @@ -16088,6 +16122,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/database/central_columns/table_header.twig:17 #, fuzzy @@ -16159,7 +16195,7 @@ msgstr "Înlătură" #: templates/columns_definitions/move_column.twig:7 msgid "first" -msgstr "" +msgstr "primul" #: templates/table/relation/foreign_key_row.twig:15 #, php-format @@ -16235,6 +16271,7 @@ msgstr "Niciunul" #: 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_partitions.twig:8 msgid "No partitioning defined!" @@ -16270,7 +16307,7 @@ msgstr "Nu ai suficiente privilegii pentru a fi aici, chiar acum!" #: view_create.php:52 msgid "View name can not be empty!" -msgstr "" +msgstr "Numele vizualizării nu poate fi gol!" #: view_operations.php:107 msgid "Rename view to" @@ -16282,22 +16319,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" @@ -16308,12 +16349,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 @@ -16328,17 +16373,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" @@ -16348,6 +16396,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 @@ -16355,6 +16405,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" @@ -16365,12 +16417,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 @@ -16415,13 +16471,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 @@ -16442,6 +16500,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)." @@ -16483,6 +16543,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" @@ -16805,7 +16867,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" @@ -16874,6 +16936,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" @@ -16888,6 +16952,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 @@ -16899,11 +16965,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 "" @@ -16916,7 +16982,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" @@ -16927,6 +16993,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 "" @@ -16945,6 +17012,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" @@ -16977,12 +17046,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" @@ -17004,6 +17077,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 @@ -17031,11 +17107,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 @@ -17057,6 +17133,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 @@ -17076,18 +17154,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" @@ -17145,6 +17228,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." @@ -17187,15 +17272,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." @@ -17223,6 +17313,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 "" @@ -17236,6 +17327,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" @@ -17251,11 +17344,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" @@ -17266,6 +17364,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" @@ -17281,11 +17381,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" @@ -17300,7 +17404,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." @@ -17308,11 +17412,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 104952909b7329a2d08ea9c18b5f131b45fc7f21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 27 Jul 2018 08:18:46 +0000 Subject: [PATCH 072/114] Translated using Weblate (Romanian) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently translated at 96.1% (3165 of 3291 strings) [CI skip] Translation: phpMyAdmin/Development Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/ro/ Signed-off-by: Michal Čihař --- po/ro.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/po/ro.po b/po/ro.po index ddda6f9765..9c0efa26d2 100644 --- a/po/ro.po +++ b/po/ro.po @@ -5,7 +5,7 @@ msgstr "" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2018-05-28 21:06-0300\n" "PO-Revision-Date: 2018-07-27 08:20+0000\n" -"Last-Translator: Dan Caragea \n" +"Last-Translator: Michal Čihař \n" "Language-Team: Romanian \n" "Language: ro\n" @@ -15607,7 +15607,7 @@ msgstr "Opțiuni active" #, php-format msgid "%s table" msgid_plural "%s tables" -msgstr[0] "Un tabel" +msgstr[0] "%s tabel" msgstr[1] "%s tabele" msgstr[2] "%s de tabele" From 5032542f89091db000be72c600090ac3e74a1a9a Mon Sep 17 00:00:00 2001 From: Wolterhon Date: Thu, 26 Jul 2018 16:48:10 +0000 Subject: [PATCH 073/114] Translated using Weblate (Russian) Currently translated at 97.9% (3224 of 3291 strings) [CI skip] Translation: phpMyAdmin/Development Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/ru/ Signed-off-by: Wolterhon --- po/ru.po | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/po/ru.po b/po/ru.po index 537fd5b205..e7735bd32d 100644 --- a/po/ru.po +++ b/po/ru.po @@ -4,17 +4,17 @@ msgstr "" "Project-Id-Version: phpMyAdmin 5.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2018-05-28 21:06-0300\n" -"PO-Revision-Date: 2018-04-16 18:41+0000\n" -"Last-Translator: Yaron Shahrabani \n" +"PO-Revision-Date: 2018-07-27 08:20+0000\n" +"Last-Translator: Wolterhon \n" "Language-Team: Russian \n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 3.0-dev\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=" +"4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"X-Generator: Weblate 3.1-dev\n" #: ajax.php:22 ajax.php:51 export.php:206 libraries/classes/Export.php:1150 msgid "Bad type!" @@ -4786,7 +4786,7 @@ msgstr "Отображать логотип в панели навигации." #: libraries/classes/Config/Descriptions.php:784 msgid "Display logo" -msgstr "Выводить логотип" +msgstr "Показывать логотип" #: libraries/classes/Config/Descriptions.php:786 msgid "URL where logo in the navigation panel will point to." @@ -4794,7 +4794,7 @@ msgstr "URL, на который будет ссылаться логотип в #: libraries/classes/Config/Descriptions.php:788 msgid "Logo link URL" -msgstr "URL ссылка логотипа" +msgstr "Ссылка логотипа" #: libraries/classes/Config/Descriptions.php:791 msgid "" @@ -15357,7 +15357,7 @@ msgstr "Сделать закладку общедоступной" #: templates/console/display.twig:140 msgid "Set default" -msgstr "Установить изначальное значение" +msgstr "Сбросить настройки" #: templates/console/display.twig:162 msgid "" From 669b8a512d1999c558149631f99ae05bc3fe7e12 Mon Sep 17 00:00:00 2001 From: laps15 Date: Fri, 27 Jul 2018 18:16:52 -0300 Subject: [PATCH 074/114] Refactor table relation's templates (#14490) * Fix secondary tabs bug * Refactor table relation's templates * Fix phpstan error report mentioned on pr #14483 Signed-off-by: Leonardo Strozzi --- .../Table/TableRelationController.php | 13 ++---- .../Table/TableStructureController.php | 9 +++- templates/table/page_with_secondary_tabs.twig | 1 + templates/table/relation/common_form.twig | 43 ++++++++++++++----- .../relation/internal_relational_row.twig | 30 ------------- .../table/structure/display_table_stats.twig | 3 -- 6 files changed, 44 insertions(+), 55 deletions(-) delete mode 100644 templates/table/relation/internal_relational_row.twig diff --git a/libraries/classes/Controllers/Table/TableRelationController.php b/libraries/classes/Controllers/Table/TableRelationController.php index eff01cba6e..906c8b5c14 100644 --- a/libraries/classes/Controllers/Table/TableRelationController.php +++ b/libraries/classes/Controllers/Table/TableRelationController.php @@ -188,14 +188,10 @@ class TableRelationController extends TableController // common form $engine = $this->dbi->getTable($this->db, $this->table)->getStorageEngine(); + $foreignKeySupported = Util::isForeignKeySupported($this->tbl_storage_engine); $this->response->addHTML( $this->template->render('table/relation/common_form', [ - 'url_params' => [ - 'db' => $GLOBALS['db'], - 'table' => $GLOBALS['table'], - ], 'is_foreign_key_supported' => Util::isForeignKeySupported($engine), - 'cfg_relation' => $this->relation->getRelationsParam(), 'db' => $this->db, 'table' => $this->table, 'cfg_relation' => $this->cfgRelation, @@ -210,13 +206,10 @@ class TableRelationController extends TableController 'url_params' => $GLOBALS['url_params'], 'databases' => $GLOBALS['dblist']->databases, 'dbi' => $this->dbi, + 'foreignKeySupported' => $foreignKeySupported, + 'displayIndexesHtml' => $foreignKeySupported ? Index::getHtmlForDisplayIndexes() : null, ]) ); - - if (Util::isForeignKeySupported($this->tbl_storage_engine)) { - $this->response->addHTML(Index::getHtmlForDisplayIndexes()); - } - $this->response->addHTML('
      '); } /** diff --git a/libraries/classes/Controllers/Table/TableStructureController.php b/libraries/classes/Controllers/Table/TableStructureController.php index d002ae3468..b818fc34ae 100644 --- a/libraries/classes/Controllers/Table/TableStructureController.php +++ b/libraries/classes/Controllers/Table/TableStructureController.php @@ -383,8 +383,6 @@ class TableStructureController extends TableController $columns_with_index ) ); - - $this->response->addHTML('
      '); } /** @@ -1481,7 +1479,14 @@ class TableStructureController extends TableController $avg_size = $avg_unit = ''; } + $engine = $this->dbi->getTable($this->db, $this->table)->getStorageEngine(); return $this->template->render('table/structure/display_table_stats', [ + 'url_params' => [ + 'db' => $GLOBALS['db'], + 'table' => $GLOBALS['table'], + ], + 'is_foreign_key_supported' => Util::isForeignKeySupported($engine), + 'cfg_relation' => $this->relation->getRelationsParam(), 'showtable' => $this->_showtable, 'table_info_num_rows' => $this->_table_info_num_rows, 'tbl_is_view' => $this->_tbl_is_view, diff --git a/templates/table/page_with_secondary_tabs.twig b/templates/table/page_with_secondary_tabs.twig index 34373f896f..f5d34cbb4b 100644 --- a/templates/table/page_with_secondary_tabs.twig +++ b/templates/table/page_with_secondary_tabs.twig @@ -19,3 +19,4 @@
      {% block content %} {% endblock %} +
      diff --git a/templates/table/relation/common_form.twig b/templates/table/relation/common_form.twig index 65eb7f3d1e..baeab5452e 100644 --- a/templates/table/relation/common_form.twig +++ b/templates/table/relation/common_form.twig @@ -151,16 +151,36 @@ {% set unique_columns = table_obj.getUniqueColumns(false, false) %} {% endif %} - {% include 'table/relation/internal_relational_row.twig' with { - 'myfield': myfield, - 'myfield_md5': myfield_md5, - 'databases': databases, - 'tables': tables, - 'columns': unique_columns, - 'foreign_db': foreign_db, - 'foreign_table': foreign_table, - 'foreign_column': foreign_column - } only %} + + + {{ myfield }} + + + + + {% include 'table/relation/relational_dropdown.twig' with { + 'name': 'destination_db[' ~ myfield_md5 ~ ']', + 'title': 'Database'|trans, + 'values': databases, + 'foreign': foreign_db + } only %} + + {% include 'table/relation/relational_dropdown.twig' with { + 'name': 'destination_table[' ~ myfield_md5 ~ ']', + 'title': 'Table'|trans, + 'values': tables, + 'foreign': foreign_table + } only %} + + {% include 'table/relation/relational_dropdown.twig' with { + 'name': 'destination_column[' ~ myfield_md5 ~ ']', + 'title': 'Column'|trans, + 'values': unique_columns, + 'foreign': foreign_column + } only %} + + {% endfor %} @@ -192,4 +212,7 @@ +{% if foreignKeySupported %} + {{ displayIndexesHtml|raw }} +{% endif %} {% endblock %} diff --git a/templates/table/relation/internal_relational_row.twig b/templates/table/relation/internal_relational_row.twig deleted file mode 100644 index f588f22987..0000000000 --- a/templates/table/relation/internal_relational_row.twig +++ /dev/null @@ -1,30 +0,0 @@ - - - {{ myfield }} - - - - - {% include 'table/relation/relational_dropdown.twig' with { - 'name': 'destination_db[' ~ myfield_md5 ~ ']', - 'title': 'Database'|trans, - 'values': databases, - 'foreign': foreign_db - } only %} - - {% include 'table/relation/relational_dropdown.twig' with { - 'name': 'destination_table[' ~ myfield_md5 ~ ']', - 'title': 'Table'|trans, - 'values': tables, - 'foreign': foreign_table - } only %} - - {% include 'table/relation/relational_dropdown.twig' with { - 'name': 'destination_column[' ~ myfield_md5 ~ ']', - 'title': 'Column'|trans, - 'values': columns, - 'foreign': foreign_column - } only %} - - diff --git a/templates/table/structure/display_table_stats.twig b/templates/table/structure/display_table_stats.twig index ace313cd6d..2fd7e29e48 100644 --- a/templates/table/structure/display_table_stats.twig +++ b/templates/table/structure/display_table_stats.twig @@ -1,5 +1,3 @@ -{% extends 'table/page_with_secondary_tabs.twig' %} -{% block content %}
      {% trans 'Information' %} @@ -168,4 +166,3 @@
      -{% endblock %} From 2fe7eea429768828260444dced2b13f2b4df0ac6 Mon Sep 17 00:00:00 2001 From: Dan Caragea Date: Fri, 27 Jul 2018 15:43:00 +0000 Subject: [PATCH 075/114] Translated using Weblate (Romanian) Currently translated at 96.2% (3166 of 3291 strings) [CI skip] Translation: phpMyAdmin/Development Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/ro/ Signed-off-by: Dan Caragea --- po/ro.po | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/po/ro.po b/po/ro.po index 9c0efa26d2..69126529f3 100644 --- a/po/ro.po +++ b/po/ro.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 5.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2018-05-28 21:06-0300\n" -"PO-Revision-Date: 2018-07-27 08:20+0000\n" -"Last-Translator: Michal Čihař \n" +"PO-Revision-Date: 2018-07-27 21:17+0000\n" +"Last-Translator: Dan Caragea \n" "Language-Team: Romanian \n" "Language: ro\n" @@ -14,7 +14,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " "20)) ? 1 : 2;\n" -"X-Generator: Weblate 3.1-dev\n" +"X-Generator: Weblate 3.1.1\n" #: ajax.php:22 ajax.php:51 export.php:206 libraries/classes/Export.php:1150 msgid "Bad type!" @@ -6313,7 +6313,6 @@ msgid "Features" msgstr "Funcționalități" #: libraries/classes/Config/Forms/User/ImportForm.php:46 -#, fuzzy msgid "CSV using LOAD DATA" msgstr "CSV folosind LOAD DATA" From 465c4434886a178ca92e9c5e6a7d5a1f6aa3a106 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Fri, 27 Jul 2018 18:29:13 -0300 Subject: [PATCH 076/114] Fix docblock comment spacing in Util::linkToVarDocumentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maurício Meneghini Fauth --- libraries/classes/Util.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/classes/Util.php b/libraries/classes/Util.php index 1644dcc373..b5c4d9eb48 100644 --- a/libraries/classes/Util.php +++ b/libraries/classes/Util.php @@ -361,9 +361,9 @@ class Util /** * Get a link to variable documentation * - * @param string $name The variable name + * @param string $name The variable name * @param boolean $useMariaDB Use only MariaDB documentation - * @param string $text (optional) The text for the link + * @param string $text (optional) The text for the link * @return string link or empty string */ public static function linkToVarDocumentation( From 3eaa055d7c6d42aee6777271ab89d39c65667231 Mon Sep 17 00:00:00 2001 From: Piyush Vijay Date: Sat, 28 Jul 2018 21:22:01 +0530 Subject: [PATCH 077/114] Add method getHtmlForColumnDropdown in CentralColumns.php Signed-Off-By: Piyush Vijay --- libraries/classes/CentralColumns.php | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/libraries/classes/CentralColumns.php b/libraries/classes/CentralColumns.php index 7fcd788968..c8df7d4119 100644 --- a/libraries/classes/CentralColumns.php +++ b/libraries/classes/CentralColumns.php @@ -1078,6 +1078,33 @@ class CentralColumns return -1; } + /** + * build dropdown select html to select column in selected table, + * include only columns which are not already in central list + * + * @param string $db current database to which selected table belongs + * @param string $selected_tbl selected table + * + * @return string html to select column + */ + public function getHtmlForColumnDropdown($db, $selected_tbl) + { + $existing_cols = $this->getFromTable($db, $selected_tbl); + $this->dbi->selectDb($db); + $columns = (array) $this->dbi->getColumnNames( + $db, $selected_tbl + ); + $selectColHtml = ""; + foreach ($columns as $column) { + if (!in_array($column, $existing_cols)) { + $selectColHtml .= ''; + } + } + return $selectColHtml; + } + /** * build html for adding a new user defined column to central list * From 229deb9be05cefef1eeda2d3b0346e1ee822aecb Mon Sep 17 00:00:00 2001 From: Piyush Vijay Date: Sat, 28 Jul 2018 21:29:19 +0530 Subject: [PATCH 078/114] Add test for getHtmlForColumnDropdown. Signed-Off-By: Piyush Vijay --- test/classes/CentralColumnsTest.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/test/classes/CentralColumnsTest.php b/test/classes/CentralColumnsTest.php index 9eeb840bae..55bc25c937 100644 --- a/test/classes/CentralColumnsTest.php +++ b/test/classes/CentralColumnsTest.php @@ -715,4 +715,24 @@ class CentralColumnsTest extends TestCase $result ); } + + /** + * Test for getHtmlForColumnDropdown + * + * @return void + */ + public function testGetHtmlForColumnDropdown() + { + $db = 'PMA_db'; + $selected_tbl = 'PMA_table'; + $result = $this->centralColumns->getHtmlForColumnDropdown( + $db, + $selected_tbl + ); + $this->assertEquals( + '' + . '', + $result + ); + } } From eab5cb1f4f6d0ee4ecd551cdf0ad0aa5ca0a6267 Mon Sep 17 00:00:00 2001 From: Dan Caragea Date: Fri, 27 Jul 2018 15:43:00 +0000 Subject: [PATCH 079/114] Translated using Weblate (Romanian) Currently translated at 96.3% (3169 of 3288 strings) [CI skip] Translation: phpMyAdmin/4.8 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-8/ro/ Signed-off-by: Dan Caragea --- po/ro.po | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/po/ro.po b/po/ro.po index ce0bf32052..53170bad5a 100644 --- a/po/ro.po +++ b/po/ro.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.8.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2018-02-12 16:30+0100\n" -"PO-Revision-Date: 2018-07-27 08:19+0000\n" -"Last-Translator: Michal Čihař \n" +"PO-Revision-Date: 2018-07-28 16:41+0000\n" +"Last-Translator: Dan Caragea \n" "Language-Team: Romanian \n" "Language: ro\n" @@ -14,7 +14,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " "20)) ? 1 : 2;\n" -"X-Generator: Weblate 3.1-dev\n" +"X-Generator: Weblate 3.1.1\n" #: ajax.php:21 ajax.php:50 export.php:203 libraries/classes/Export.php:1100 msgid "Bad type!" @@ -6347,7 +6347,6 @@ msgid "Features" msgstr "Funcționalități" #: libraries/classes/Config/Forms/User/ImportForm.php:37 -#, fuzzy msgid "CSV using LOAD DATA" msgstr "CSV folosind LOAD DATA" From 78638600dbad45294b87b91d362f148675324598 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yusif=20M=C9=99mm=C9=99dov?= Date: Sat, 28 Jul 2018 06:51:51 +0000 Subject: [PATCH 080/114] Translated using Weblate (Azerbaijani) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently translated at 50.1% (1650 of 3291 strings) [CI skip] Translation: phpMyAdmin/Development Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/az/ Signed-off-by: Yusif Məmmədov --- po/az.po | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/po/az.po b/po/az.po index d77542f783..d11516e393 100644 --- a/po/az.po +++ b/po/az.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 5.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2018-05-28 21:06-0300\n" -"PO-Revision-Date: 2018-07-27 08:19+0000\n" +"PO-Revision-Date: 2018-07-29 07:34+0000\n" "Last-Translator: Yusif Məmmədov \n" "Language-Team: Azerbaijani \n" @@ -13,11 +13,11 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 3.1-dev\n" +"X-Generator: Weblate 3.1.1\n" #: ajax.php:22 ajax.php:51 export.php:206 libraries/classes/Export.php:1150 msgid "Bad type!" -msgstr "Pis tip!" +msgstr "Qeyri-münasib dəyişən" #: changelog.php:41 license.php:36 #, php-format @@ -25,7 +25,7 @@ msgid "" "The %s file is not available on this system, please visit %s for more " "information." msgstr "" -"%s faylı sistemdə yoxdur. Bütün lazımi informasiyanı %s saytından tapa " +"%s faylı sistemdə yoxdur. Bütün lazımi informasiyanı %s ünvanından tapa " "bilərsiniz." #: db_central_columns.php:130 @@ -39,11 +39,11 @@ msgstr "Sıralamaq üçün klikləyin." #: db_central_columns.php:178 #, php-format msgid "Showing rows %1$s - %2$s." -msgstr "%1$s - %2$s sətir göstərilir." +msgstr "%1$s - %2$s sətirləri göstərilir." #: db_datadict.php:64 libraries/classes/Operations.php:62 msgid "Database comment" -msgstr "Verilənlər bazasına şərh" +msgstr "Verilənlər bazası şərhi" #: db_datadict.php:111 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:605 @@ -147,7 +147,7 @@ msgstr "Null" #: templates/database/central_columns/table_header.twig:21 #: templates/table/structure/table_structure_header.twig:10 msgid "Default" -msgstr "Susmaya görə" +msgstr "İlkin vəziyyət" #: db_datadict.php:125 libraries/classes/Plugins/Export/ExportHtmlword.php:402 #: libraries/classes/Plugins/Export/ExportLatex.php:533 @@ -333,7 +333,7 @@ msgstr "" #: db_qbe.php:134 msgid "You have to choose at least one column to display!" -msgstr "Göstərilməsi üçün ən az bir sütun seçməlisiniz!" +msgstr "Göstərmək üçün ən az bir sütun seçməlisiniz!" #: db_qbe.php:152 #, php-format @@ -794,6 +794,9 @@ msgid "" "Login cookie store is lower than cookie validity configured in phpMyAdmin, " "because of this, your login will expire sooner than configured in phpMyAdmin." msgstr "" +"Giriş çərəz anbarı phpMyAdmində quraşdırılmış çərəz etibarlılıq müddətindən " +"azdır, buna görə də, sizin girişiniz phpMyAdmində quraşdırılmış müddətdən " +"tez bağlanacaq." #: index.php:554 msgid "The configuration file now needs a secret passphrase (blowfish_secret)." From 35b9b78dda53afb62840ce7cf4f5040998b314f9 Mon Sep 17 00:00:00 2001 From: popcorner Date: Wed, 1 Aug 2018 02:03:28 +0000 Subject: [PATCH 081/114] Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (3288 of 3288 strings) [CI skip] Translation: phpMyAdmin/4.8 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-8/zh_Hans/ Signed-off-by: popcorner --- po/zh_CN.po | 1950 ++++++++++++++------------------------------------- 1 file changed, 522 insertions(+), 1428 deletions(-) diff --git a/po/zh_CN.po b/po/zh_CN.po index a09f093306..1a898027b9 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.8.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2018-02-12 16:30+0100\n" -"PO-Revision-Date: 2018-07-23 11:06+0000\n" -"Last-Translator: Michal Čihař \n" +"PO-Revision-Date: 2018-08-01 06:58+0000\n" +"Last-Translator: popcorner \n" "Language-Team: Chinese (Simplified) \n" "Language: zh_CN\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 3.1-dev\n" +"X-Generator: Weblate 3.1.1\n" #: ajax.php:21 ajax.php:50 export.php:203 libraries/classes/Export.php:1100 msgid "Bad type!" @@ -610,7 +610,7 @@ msgstr "返回" msgid "" "You were logged out from one server, to logout completely from phpMyAdmin, " "you need to logout from all servers." -msgstr "注销成功, 要完全登出phpMyAdmin, 您需要从所有服务器依次注销." +msgstr "您已从一台服务器退出登录,要从phpMyAdmin完全退出,您需要从所有服务器退出。" #: index.php:193 libraries/classes/Footer.php:75 #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:115 @@ -1510,22 +1510,16 @@ msgid "Chart" msgstr "图表" #: js/messages.php:295 libraries/classes/Display/Export.php:566 -#, fuzzy -#| msgid "Database" msgctxt "Alias" msgid "Database" msgstr "数据库" #: js/messages.php:296 libraries/classes/Display/Export.php:578 -#, fuzzy -#| msgid "Table" msgctxt "Alias" msgid "Table" msgstr "表" #: js/messages.php:297 libraries/classes/Display/Export.php:589 -#, fuzzy -#| msgid "Column" msgctxt "Alias" msgid "Column" msgstr "字段" @@ -2595,12 +2589,12 @@ msgstr "强" #: js/messages.php:746 msgid "Timed out waiting for security key activation." -msgstr "" +msgstr "等待安全密钥激活超时。" #: js/messages.php:747 #, php-format msgid "Failed security key activation (%s)." -msgstr "" +msgstr "安全密钥激活失败(%s)。" #: js/messages.php:776 msgctxt "Previous month" @@ -2934,10 +2928,9 @@ msgid "Error" msgstr "错误" #: libraries/classes/Advisor.php:249 -#, fuzzy, php-format -#| msgid "Error while creating PDF:" +#, php-format msgid "Error when evaluating: %s" -msgstr "创建 PDF 时发生错误:" +msgstr "评估时发生错误:%s" #: libraries/classes/Advisor.php:280 #, php-format @@ -3171,168 +3164,120 @@ msgid "Charset" msgstr "字符集" #: libraries/classes/Charsets.php:310 -#, fuzzy -#| msgid "unknown" msgid "Unknown" msgstr "未知" #: libraries/classes/Charsets.php:324 -#, fuzzy -#| msgid "Binary" msgctxt "Collation" msgid "Binary" msgstr "二进制" #: libraries/classes/Charsets.php:336 libraries/classes/Charsets.php:566 -#, fuzzy -#| msgid "Unicode" msgctxt "Collation" msgid "Unicode" msgstr "Unicode" #: libraries/classes/Charsets.php:346 libraries/classes/Charsets.php:517 -#, fuzzy -#| msgid "West European" msgctxt "Collation" msgid "West European" msgstr "西欧" #: libraries/classes/Charsets.php:353 -#, fuzzy -#| msgid "Central European" msgctxt "Collation" msgid "Central European" msgstr "中欧" #: libraries/classes/Charsets.php:358 -#, fuzzy -#| msgid "Russian" msgctxt "Collation" msgid "Russian" msgstr "俄语" #: libraries/classes/Charsets.php:363 -#, fuzzy -#| msgid "Simplified Chinese" msgctxt "Collation" msgid "Simplified Chinese" msgstr "简体中文" #: libraries/classes/Charsets.php:370 libraries/classes/Charsets.php:488 -#, fuzzy -#| msgid "Japanese" msgctxt "Collation" msgid "Japanese" msgstr "日语" #: libraries/classes/Charsets.php:375 -#, fuzzy -#| msgid "Baltic" msgctxt "Collation" msgid "Baltic" msgstr "巴拉克语" #: libraries/classes/Charsets.php:380 -#, fuzzy -#| msgid "Armenian" msgctxt "Collation" msgid "Armenian" msgstr "亚美尼亚语" #: libraries/classes/Charsets.php:383 -#, fuzzy -#| msgid "Traditional Chinese" msgctxt "Collation" msgid "Traditional Chinese" msgstr "繁体中文" #: libraries/classes/Charsets.php:386 -#, fuzzy -#| msgid "Cyrillic" msgctxt "Collation" msgid "Cyrillic" msgstr "西里尔语" #: libraries/classes/Charsets.php:389 -#, fuzzy -#| msgid "Arabic" msgctxt "Collation" msgid "Arabic" msgstr "阿拉伯语" #: libraries/classes/Charsets.php:392 libraries/classes/Charsets.php:503 -#, fuzzy -#| msgid "Korean" msgctxt "Collation" msgid "Korean" msgstr "朝鲜语" #: libraries/classes/Charsets.php:395 -#, fuzzy -#| msgid "Hebrew" msgctxt "Collation" msgid "Hebrew" msgstr "希伯来语" #: libraries/classes/Charsets.php:398 -#, fuzzy -#| msgid "Georgian" msgctxt "Collation" msgid "Georgian" msgstr "乔治亚语" #: libraries/classes/Charsets.php:401 -#, fuzzy -#| msgid "Greek" msgctxt "Collation" msgid "Greek" msgstr "希腊语" #: libraries/classes/Charsets.php:404 -#, fuzzy -#| msgid "Czech-Slovak" msgctxt "Collation" msgid "Czech-Slovak" msgstr "捷克斯洛伐克语" #: libraries/classes/Charsets.php:407 libraries/classes/Charsets.php:558 -#, fuzzy -#| msgid "Ukrainian" msgctxt "Collation" msgid "Ukrainian" msgstr "乌克兰语" #: libraries/classes/Charsets.php:410 libraries/classes/Charsets.php:554 -#, fuzzy -#| msgid "Turkish" msgctxt "Collation" msgid "Turkish" msgstr "土耳其语" #: libraries/classes/Charsets.php:413 libraries/classes/Charsets.php:546 -#, fuzzy -#| msgid "Swedish" msgctxt "Collation" msgid "Swedish" msgstr "瑞典语" #: libraries/classes/Charsets.php:416 libraries/classes/Charsets.php:550 -#, fuzzy -#| msgid "Thai" msgctxt "Collation" msgid "Thai" msgstr "泰语" #: libraries/classes/Charsets.php:419 -#, fuzzy -#| msgid "unknown" msgctxt "Collation" msgid "Unknown" msgstr "未知" #: libraries/classes/Charsets.php:435 -#, fuzzy -#| msgid "Bulgarian" msgctxt "Collation" msgid "Bulgarian" msgstr "保加利亚语" @@ -3343,53 +3288,39 @@ msgid "Chinese" msgstr "中文" #: libraries/classes/Charsets.php:445 -#, fuzzy -#| msgid "Croatian" msgctxt "Collation" msgid "Croatian" msgstr "克罗地亚语" #: libraries/classes/Charsets.php:449 -#, fuzzy -#| msgid "Czech" msgctxt "Collation" msgid "Czech" msgstr "捷克语" #: libraries/classes/Charsets.php:453 -#, fuzzy -#| msgid "Danish" msgctxt "Collation" msgid "Danish" msgstr "丹麦语" #: libraries/classes/Charsets.php:457 -#, fuzzy -#| msgid "English" msgctxt "Collation" msgid "English" msgstr "英语" #: libraries/classes/Charsets.php:461 -#, fuzzy -#| msgid "Esperanto" msgctxt "Collation" msgid "Esperanto" msgstr "世界语" #: libraries/classes/Charsets.php:465 -#, fuzzy -#| msgid "Estonian" msgctxt "Collation" msgid "Estonian" msgstr "爱沙尼亚语" #: libraries/classes/Charsets.php:468 libraries/classes/Charsets.php:585 -#, fuzzy -#| msgid "Data Dictionary" msgctxt "Collation" msgid "German (dictionary order)" -msgstr "数据字典" +msgstr "德语(字典顺序)" #: libraries/classes/Charsets.php:471 libraries/classes/Charsets.php:582 msgctxt "Collation" @@ -3397,15 +3328,11 @@ msgid "German (phone book order)" msgstr "德语(电话簿排序)" #: libraries/classes/Charsets.php:480 -#, fuzzy -#| msgid "Hungarian" msgctxt "Collation" msgid "Hungarian" msgstr "匈牙利语" #: libraries/classes/Charsets.php:484 -#, fuzzy -#| msgid "Icelandic" msgctxt "Collation" msgid "Icelandic" msgstr "冰岛语" @@ -3416,74 +3343,54 @@ msgid "Classical Latin" msgstr "古典拉丁语" #: libraries/classes/Charsets.php:495 -#, fuzzy -#| msgid "Latvian" msgctxt "Collation" msgid "Latvian" msgstr "拉脱维亚语" #: libraries/classes/Charsets.php:499 -#, fuzzy -#| msgid "Lithuanian" msgctxt "Collation" msgid "Lithuanian" msgstr "立陶宛语" #: libraries/classes/Charsets.php:507 -#, fuzzy -#| msgid "Burmese" msgctxt "Collation" msgid "Burmese" msgstr "缅甸语" #: libraries/classes/Charsets.php:510 -#, fuzzy -#| msgid "Persian" msgctxt "Collation" msgid "Persian" msgstr "波斯语" #: libraries/classes/Charsets.php:514 -#, fuzzy -#| msgid "Polish" msgctxt "Collation" msgid "Polish" msgstr "波兰语" #: libraries/classes/Charsets.php:521 -#, fuzzy -#| msgid "Romanian" msgctxt "Collation" msgid "Romanian" msgstr "罗马尼亚语" #: libraries/classes/Charsets.php:525 -#, fuzzy -#| msgid "Sinhalese" msgctxt "Collation" msgid "Sinhalese" msgstr "僧伽罗语" #: libraries/classes/Charsets.php:529 -#, fuzzy -#| msgid "Slovak" msgctxt "Collation" msgid "Slovak" msgstr "斯洛伐克语" #: libraries/classes/Charsets.php:533 -#, fuzzy -#| msgid "Slovenian" msgctxt "Collation" msgid "Slovenian" msgstr "斯洛文尼亚语" #: libraries/classes/Charsets.php:536 libraries/classes/Charsets.php:596 -#, fuzzy -#| msgid "Spanish" msgctxt "Collation" msgid "Spanish (modern)" -msgstr "西班牙语" +msgstr "西班牙语(现代)" #: libraries/classes/Charsets.php:543 libraries/classes/Charsets.php:593 msgctxt "Collation" @@ -3491,50 +3398,36 @@ msgid "Spanish (traditional)" msgstr "西班牙语(传统)" #: libraries/classes/Charsets.php:562 -#, fuzzy -#| msgid "Vietnamese" msgctxt "Collation" msgid "Vietnamese" msgstr "越南语" #: libraries/classes/Charsets.php:629 -#, fuzzy -#| msgid "case-insensitive" msgctxt "Collation variant" msgid "case-insensitive" msgstr "不区分大小写" #: libraries/classes/Charsets.php:632 -#, fuzzy -#| msgid "case-sensitive" msgctxt "Collation variant" msgid "case-sensitive" msgstr "区分大小写" #: libraries/classes/Charsets.php:635 -#, fuzzy -#| msgid "case-insensitive" msgctxt "Collation variant" msgid "accent-insensitive" -msgstr "不区分大小写" +msgstr "不区分重音" #: libraries/classes/Charsets.php:638 -#, fuzzy -#| msgid "case-sensitive" msgctxt "Collation variant" msgid "accent-sensitive" -msgstr "区分大小写" +msgstr "区分重音" #: libraries/classes/Charsets.php:642 -#, fuzzy -#| msgid "multilingual" msgctxt "Collation variant" msgid "multi-level" -msgstr "多语言" +msgstr "多层级" #: libraries/classes/Charsets.php:645 -#, fuzzy -#| msgid "Binary" msgctxt "Collation variant" msgid "binary" msgstr "二进制" @@ -3804,10 +3697,8 @@ msgid "Hide table structure actions" msgstr "隐藏表结构操作" #: libraries/classes/Config/Descriptions.php:195 -#, fuzzy -#| msgid "Default sorting order" msgid "Default transformations for Hex" -msgstr "默认排序" +msgstr "十六进制的默认转换" #: libraries/classes/Config/Descriptions.php:197 #: libraries/classes/Config/Descriptions.php:201 @@ -3821,55 +3712,39 @@ msgstr "默认排序" msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." -msgstr "" +msgstr "默认转换的选项列表值。如果在表结构页面填写了转换,这些内容将被覆盖。" #: libraries/classes/Config/Descriptions.php:199 -#, fuzzy -#| msgid "Transformation options" msgid "Default transformations for Substring" -msgstr "转换选项" +msgstr "Substring字符串的默认转换" #: libraries/classes/Config/Descriptions.php:203 -#, fuzzy -#| msgid "Default sorting order" msgid "Default transformations for Bool2Text" -msgstr "默认排序" +msgstr "Bool2Text的默认转换" #: libraries/classes/Config/Descriptions.php:207 -#, fuzzy -#| msgid "Default sorting order" msgid "Default transformations for External" -msgstr "默认排序" +msgstr "External的默认转换" #: libraries/classes/Config/Descriptions.php:211 -#, fuzzy -#| msgid "Transformation options" msgid "Default transformations for PreApPend" -msgstr "转换选项" +msgstr "PreApPend的默认转换" #: libraries/classes/Config/Descriptions.php:215 -#, fuzzy -#| msgid "Default sorting order" msgid "Default transformations for DateFormat" -msgstr "默认排序" +msgstr "DateFormat的默认转换" #: libraries/classes/Config/Descriptions.php:219 -#, fuzzy -#| msgid "Transformation options" msgid "Default transformations for Inline" -msgstr "转换选项" +msgstr "Inline的默认转换" #: libraries/classes/Config/Descriptions.php:223 -#, fuzzy -#| msgid "Transformation options" msgid "Default transformations for TextImageLink" -msgstr "转换选项" +msgstr "TextImageLink的默认转换" #: libraries/classes/Config/Descriptions.php:227 -#, fuzzy -#| msgid "Transformation options" msgid "Default transformations for TextLink" -msgstr "转换选项" +msgstr "TextLink的默认转换" #: libraries/classes/Config/Descriptions.php:232 msgid "Show server listing as a list instead of a drop down." @@ -4046,8 +3921,6 @@ msgstr "MIME 类型" #: libraries/classes/Config/Descriptions.php:314 #: libraries/classes/Config/Descriptions.php:338 #: libraries/classes/Config/Descriptions.php:403 -#, fuzzy -#| msgid "Relations" msgid "Relationships" msgstr "关系" @@ -4497,13 +4370,8 @@ msgid "Console" msgstr "控制台" #: libraries/classes/Config/Descriptions.php:606 -#, fuzzy -#| msgid "" -#| "Enable [a@https://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for " -#| "import and export operations." msgid "Enable gzip compression for import and export operations." -msgstr "" -"允许在导入和导出时使用 [a@https://zh.wikipedia.org/wiki/Gzip]gzip[/a] 压缩。" +msgstr "允许在导入和导出时使用 gzip 压缩。" #: libraries/classes/Config/Descriptions.php:610 msgid "GZip" @@ -4762,16 +4630,12 @@ msgid "Show databases navigation as tree" msgstr "以树状显示数据库导航面板" #: libraries/classes/Config/Descriptions.php:772 -#, fuzzy -#| msgid "Navigation panel" msgid "Navigation panel width" -msgstr "导航面板" +msgstr "导航面板宽度" #: libraries/classes/Config/Descriptions.php:774 -#, fuzzy -#| msgid "Show logo in navigation panel." msgid "Set to 0 to collapse navigation panel." -msgstr "在导航面板中显示图示。" +msgstr "设置为0以折叠导航面板。" #: libraries/classes/Config/Descriptions.php:776 msgid "Link with main panel by highlighting the current database or table." @@ -5171,16 +5035,10 @@ msgid "Authentication type" msgstr "认证方式" #: libraries/classes/Config/Descriptions.php:997 -#, fuzzy -#| msgid "" -#| "Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/" -#| "a] support, suggested: [kbd]pma__bookmark[/kbd]" msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" -msgstr "" -"不使用[a@https://wiki.phpmyadmin.net/pma/bookmark]书签 (外链,英文)[/a]功能请" -"留空,推荐: [kbd]pma__bookmark[/kbd]" +msgstr "不使用[doc@bookmarks@]书签 (外链,英文)[/doc]功能请留空,推荐: [kbd]pma__bookmark[/kbd]" #: libraries/classes/Config/Descriptions.php:1001 msgid "Bookmark table" @@ -5209,17 +5067,10 @@ msgid "Control user password" msgstr "控制用户的密码" #: libraries/classes/Config/Descriptions.php:1017 -#, fuzzy -#| msgid "" -#| "A special MySQL user configured with limited permissions, more " -#| "information available on [a@https://wiki.phpmyadmin.net/pma/" -#| "controluser]wiki[/a]." msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." -msgstr "" -"一个特殊的被限制权限的 MySQL 用户,参见 [a@https://wiki.phpmyadmin.net/pma/" -"controluser]wiki (外链,英文)[/a]。" +msgstr "配置了有限权限的特殊MySQL用户,更多信息参见 [doc@linked-tables]文档[/doc]。" #: libraries/classes/Config/Descriptions.php:1021 msgid "Control user" @@ -5251,19 +5102,14 @@ msgid "Hide databases matching regular expression (PCRE)." msgstr "该正则表达式 (PCRE,Perl 兼容) 所匹配的数据库将被隐藏。" #: libraries/classes/Config/Descriptions.php:1041 -#, fuzzy -#| msgid "" -#| "More information on [a@https://sourceforge.net/p/phpmyadmin/" -#| "bugs/2606/]PMA bug tracker[/a] and [a@https://bugs.mysql.com/19588]MySQL " -#| "Bugs[/a]" msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" msgstr "" -"参见 [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA 缺陷 (bug) 跟踪系" -"统 (外链,英文)[/a] 和 [a@https://bugs.mysql.com/19588]MySQL 缺陷 (Bugs) (外" -"链,英文)[/a]" +"更多信息参见 [a@https://github.com/phpmyadmin/phpmyadmin/issues/8970]" +"phpMyAdmin问题跟踪系统 (外链,英文)[/a] 和 [a@https://bugs.mysql.com/19588]MySQL 缺陷 " +"(Bugs) (外链,英文)[/a]" #: libraries/classes/Config/Descriptions.php:1045 msgid "Disable use of INFORMATION_SCHEMA" @@ -5326,20 +5172,14 @@ msgid "" msgstr "不使用导出模板功能请留空,推荐: [kbd]pma__export_templates[/kbd]。" #: libraries/classes/Config/Descriptions.php:1083 -#, fuzzy -#| msgid "Textarea columns" msgid "Central columns table" -msgstr "中央框列" +msgstr "中央框列表格" #: libraries/classes/Config/Descriptions.php:1086 -#, fuzzy -#| msgid "" -#| "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" -#| "kbd]" msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." -msgstr "不使用 中央框列功能请留空,推荐: [kbd]pma__central_columns[/kbd]" +msgstr "不使用中央框列功能请留空,推荐: [kbd]pma__central_columns[/kbd]。" #: libraries/classes/Config/Descriptions.php:1091 msgid "" @@ -5373,18 +5213,13 @@ msgid "PDF schema: pages table" msgstr "PDF 大纲: 数据表页" #: libraries/classes/Config/Descriptions.php:1107 -#, fuzzy -#| msgid "" -#| "Database used for relations, bookmarks, and PDF features. See [a@https://" -#| "wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave " -#| "blank for no support. Suggested: [kbd]phpmyadmin[/kbd]." msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -"关系、书签、PDF 功能所用的数据库。参见 [a@https://wiki.phpmyadmin.net/pma/" -"pmadb]pmadb (外链,英文)[/a]。不使用请留空。推荐: [kbd]phpmyadmin[/kbd]。" +"关系、书签、PDF 功能所用的数据库。参见 [doc@linked-tables]pmadb (外链,英文)[/doc]。不使用请留空。推荐: " +"[kbd]phpmyadmin[/kbd]。" #: libraries/classes/Config/Descriptions.php:1112 #: templates/server/databases/create.twig:21 @@ -5420,31 +5255,20 @@ msgid "Favorites table" msgstr "收藏的表" #: libraries/classes/Config/Descriptions.php:1133 -#, fuzzy -#| msgid "" -#| "Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" -#| "links[/a] support, suggested: [kbd]pma__relation[/kbd]." msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." msgstr "" -"不使用[a@https://wiki.phpmyadmin.net/pma/relation]关系链接 (外链,英文)[/a]功" -"能请留空,推荐: [kbd]pma__relation[/kbd]。" +"不使用[doc@relations@]关系链接 (外链,英文)[/doc]功能请留空,推荐: [kbd]pma__relation[/kbd]。" #: libraries/classes/Config/Descriptions.php:1138 msgid "Relation table" msgstr "关系表" #: libraries/classes/Config/Descriptions.php:1141 -#, fuzzy -#| msgid "" -#| "See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " -#| "types[/a] for an example." msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." -msgstr "" -"参见[a@https://wiki.phpmyadmin.net/pma/auth_types#signon]认证方式 (外链,英" -"文)[/a]中的例子。" +msgstr "参见[doc@authentication-modes]认证方式 (外链,英文)[/doc]中的例子。" #: libraries/classes/Config/Descriptions.php:1145 msgid "Signon session name" @@ -5622,10 +5446,8 @@ msgid "Verbose name of this server" msgstr "服务器名称" #: libraries/classes/Config/Descriptions.php:1255 -#, fuzzy -#| msgid "Whether a user should be displayed a \"show all (rows)\" button" msgid "Whether a user should be displayed a \"show all (rows)\" button." -msgstr "设置是否给用户显示一个 \"显示所有 (记录)\" 的按钮." +msgstr "设置是否给用户显示一个 \"显示所有 (记录)\" 的按钮。" #: libraries/classes/Config/Descriptions.php:1257 msgid "Allow to display all the rows" @@ -5683,16 +5505,12 @@ msgid "Show last check timestamp" msgstr "显示最近检查时间" #: libraries/classes/Config/Descriptions.php:1285 -#, fuzzy -#| msgid "Show or hide a column displaying the comments for all tables." msgid "Show or hide a column displaying the charset for all tables." -msgstr "显示或隐藏所有表的备注列。" +msgstr "显示或隐藏所有表的字符集。" #: libraries/classes/Config/Descriptions.php:1287 -#, fuzzy -#| msgid "Show table comments" msgid "Show table charset" -msgstr "显示表备注" +msgstr "显示表字符集" #: libraries/classes/Config/Descriptions.php:1290 msgid "" @@ -5721,16 +5539,10 @@ msgid "Show hint" msgstr "显示提示" #: libraries/classes/Config/Descriptions.php:1305 -#, fuzzy -#| msgid "" -#| "Shows link to [a@https://secure.php.net/manual/function.phpinfo." -#| "php]phpinfo()[/a] output." msgid "" "Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." -msgstr "" -"显示 [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/a] 的链" -"接。" +msgstr "显示 [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] 输出的链接。" #: libraries/classes/Config/Descriptions.php:1309 msgid "Show phpinfo() link" @@ -5988,31 +5800,24 @@ msgid "Proxy password" msgstr "代理密码" #: libraries/classes/Config/Descriptions.php:1433 -#, fuzzy -#| msgid "" -#| "Enable [a@https://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for " -#| "import and export operations." msgid "Enable ZIP compression for import and export operations." -msgstr "" -"允许在导入和导出时使用 [a@https://zh.wikipedia.org/wiki/Gzip]gzip[/a] 压缩。" +msgstr "允许在导入和导出操作时使用 ZIP 压缩。" #: libraries/classes/Config/Descriptions.php:1435 msgid "ZIP" msgstr "ZIP" #: libraries/classes/Config/Descriptions.php:1437 -#, fuzzy msgid "Enter your public key for your domain reCaptcha service." -msgstr "输入主reCaptcha服务的公钥。" +msgstr "输入您域名reCaptcha服务的公钥。" #: libraries/classes/Config/Descriptions.php:1439 msgid "Public key for reCaptcha" msgstr "reCaptcha的公共密匙" #: libraries/classes/Config/Descriptions.php:1441 -#, fuzzy msgid "Enter your private key for your domain reCaptcha service." -msgstr "输入您的域的reCaptcha服务私钥。" +msgstr "输入您域名的reCaptcha服务私钥。" #: libraries/classes/Config/Descriptions.php:1443 msgid "Private key for reCaptcha" @@ -6058,18 +5863,12 @@ msgstr "总是扩展查询消息" #: libraries/classes/Config/Descriptions.php:1470 #: templates/console/display.twig:157 -#, fuzzy -#| msgid "Show current browsing query" msgid "Show current browsing query" msgstr "显示当前浏览查询" #: libraries/classes/Config/Descriptions.php:1472 -#, fuzzy -#| msgid "" -#| "Execute queries on Enter and insert new line with Shift + Enter. To make " -#| "this permanent, view settings." msgid "Execute queries on Enter and insert new line with Shift + Enter" -msgstr "浏览设置,使按Shift+Enter键执行输入和插入新行作为永久设置。" +msgstr "使用Enter执行查询,使用Shift + Enter插入新行。" #: libraries/classes/Config/Descriptions.php:1474 #: templates/console/display.twig:168 @@ -6077,16 +5876,12 @@ msgid "Switch to dark theme" msgstr "切换到黑色主题" #: libraries/classes/Config/Descriptions.php:1476 -#, fuzzy -#| msgid "Console" msgid "Console height" -msgstr "控制台" +msgstr "控制台高度" #: libraries/classes/Config/Descriptions.php:1478 -#, fuzzy -#| msgid "Console" msgid "Console mode" -msgstr "控制台" +msgstr "控制台模式" #: libraries/classes/Config/Descriptions.php:1480 #: templates/console/display.twig:64 @@ -6094,16 +5889,12 @@ msgid "Group queries" msgstr "联合查询" #: libraries/classes/Config/Descriptions.php:1482 libraries/classes/Sql.php:254 -#, fuzzy -#| msgid "Other" msgid "Order" -msgstr "其它" +msgstr "顺序" #: libraries/classes/Config/Descriptions.php:1484 -#, fuzzy -#| msgid "Order by:" msgid "Order by" -msgstr "排序条件:" +msgstr "排序条件" #: libraries/classes/Config/FormDisplay.php:99 #: libraries/classes/Config/Validator.php:524 @@ -6232,10 +6023,8 @@ msgid "CSV using LOAD DATA" msgstr "CSV 使用 LOAD DATA" #: libraries/classes/Config/Forms/User/MainForm.php:32 -#, fuzzy -#| msgid "Browser transformation" msgid "Default transformations" -msgstr "浏览器转换" +msgstr "默认转换" #: libraries/classes/Config/PageSettings.php:134 msgid "Cannot save settings, submitted configuration form contains errors!" @@ -6267,29 +6056,17 @@ msgid "You should use SSL connections if your database server supports it." msgstr "如果您的数据库服务器支持,您应该使用 SSL 连接。" #: libraries/classes/Config/ServerConfigChecks.php:176 -#, fuzzy -#| msgid "" -#| "If you feel this is necessary, use additional protection settings - " -#| "%shost authentication%s settings and %strusted proxies list%s. However, " -#| "IP-based protection may not be reliable if your IP belongs to an ISP " -#| "where thousands of users, including you, are connected to." msgid "" "If you feel this is necessary, use additional protection settings - %1$shost " "authentication%2$s settings and %3$strusted proxies list%4%s. However, IP-" "based protection may not be reliable if your IP belongs to an ISP where " "thousands of users, including you, are connected to." msgstr "" -"如果有必要,您可以使用额外的保护设置 - %s主机认证%s和%s可信代理表%s。但如果您" -"和许多人共用一个 IP 地址,该措施的安全性将下降。" +"如果有必要,您可以使用额外的保护设置 - %1$s主机认证%2$s和%3$s可信代理表%4%s。但如果您和许多人共用一个 IP " +"地址,该措施的安全性将下降。" #: libraries/classes/Config/ServerConfigChecks.php:203 -#, fuzzy, php-format -#| msgid "" -#| "You set the [kbd]config[/kbd] authentication type and included username " -#| "and password for auto-login, which is not a desirable option for live " -#| "hosts. Anyone who knows or guesses your phpMyAdmin URL can directly " -#| "access your phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/" -#| "kbd] or [kbd]http[/kbd]." +#, php-format msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " @@ -6297,10 +6074,9 @@ msgid "" "phpMyAdmin panel. Set %1$sauthentication type%2$s to [kbd]cookie[/kbd] or " "[kbd]http[/kbd]." msgstr "" -"您设置了 [kbd]config[/kbd] 认证方式,且为了能够自动登录而保存了用户名和密码," -"但在常用主机上不建议这样设置。如果有人知道 phpMyAdmin 的地址,他们就能够进入 " -"phpMyAdmin 的管理界面。建议将%s认证方式%s设置为 [kbd]cookie 认证[/kbd]或 " -"[kbd]HTTP 认证[/kbd]。" +"您设置了 [kbd]配置[/kbd] 认证方式,且为了能够自动登录而保存了用户名和密码,但在常用主机上不建议这样设置。如果有人知道 phpMyAdmin " +"的地址,他们就能够进入 phpMyAdmin 的管理界面。建议将%1$s认证方式%2$s设置为 [kbd]cookie 认证[/kbd]或 [kbd]" +"HTTP 认证[/kbd]。" #: libraries/classes/Config/ServerConfigChecks.php:230 msgid "You allow for connecting to the server without a password." @@ -6338,18 +6114,14 @@ msgid "Key should contain letters, numbers [em]and[/em] special characters." msgstr "短语密码应包含字母、数字[em]和[/em]特殊字符。" #: libraries/classes/Config/ServerConfigChecks.php:418 -#, fuzzy, php-format -#| msgid "" -#| "%sLogin cookie validity%s greater than %ssession.gc_maxlifetime%s may " -#| "cause random session invalidation (currently session.gc_maxlifetime is " -#| "%d)." +#, php-format msgid "" "%1$sLogin cookie validity%2$s greater than %3$ssession.gc_maxlifetime%4$s " "may cause random session invalidation (currently session.gc_maxlifetime is " "%5$d)." msgstr "" -"如果%s登录 cookie 有效期%s超过 %ssession.gc_maxlifetime%s 的值 (当前 %d) 则可" -"能导致会话随机失效。" +"如果%1$s登录 cookie 有效期%2$s超过 %3$ssession.gc_maxlifetime%4$s 的值 (当前 %5$d) " +"则可能导致会话随机失效。" #: libraries/classes/Config/ServerConfigChecks.php:442 #, php-format @@ -6370,24 +6142,18 @@ msgstr "" "cookie 有效期%s的值不能超过前者。" #: libraries/classes/Config/ServerConfigChecks.php:506 -#, fuzzy, php-format -#| msgid "" -#| "%sBzip2 compression and decompression%s requires functions (%s) which are " -#| "unavailable on this system." +#, php-format msgid "" "%1$sBzip2 compression and decompression%2$s requires functions (%3$s) which " "are unavailable on this system." -msgstr "此系统目前不支持 %sBzip2 压缩和解压缩%s所必须的 (%s) 函数。" +msgstr "此系统目前不支持 %1$sBzip2 压缩和解压缩%2$s所必须的 (%3$s) 函数。" #: libraries/classes/Config/ServerConfigChecks.php:538 -#, fuzzy, php-format -#| msgid "" -#| "%sGZip compression and decompression%s requires functions (%s) which are " -#| "unavailable on this system." +#, php-format msgid "" "%1$sGZip compression and decompression%2$s requires functions (%3$s) which " "are unavailable on this system." -msgstr "此系统目前不支持 %sGZip 压缩和解压缩%s所必须的 (%s) 函数。" +msgstr "此系统目前不支持 %1$sGZip 压缩和解压缩%2$s所必须的 (%3$s) 函数。" #: libraries/classes/Config/Validator.php:210 #: libraries/classes/Config/Validator.php:217 @@ -6630,8 +6396,6 @@ msgid "Your SQL query has been executed successfully." msgstr "您的 SQL 语句已成功运行。" #: libraries/classes/Controllers/Table/TableRelationController.php:294 -#, fuzzy -#| msgid "Internal relation added" msgid "Internal relationships were successfully updated." msgstr "成功更新内联关系。" @@ -6640,8 +6404,6 @@ msgid "Table search" msgstr "普通搜索" #: libraries/classes/Controllers/Table/TableSearchController.php:785 -#, fuzzy -#| msgid "Zoom Search" msgid "Zoom search" msgstr "缩放搜索" @@ -6758,17 +6520,10 @@ msgstr "" "能会导致一些数据损坏!" #: libraries/classes/Core.php:1226 -#, fuzzy -#| msgid "" -#| "You have enabled mbstring.func_overload in your PHP configuration. This " -#| "option is incompatible with phpMyAdmin and might cause some data to be " -#| "corrupted!" msgid "" "You have disabled ini_get and/or ini_set in php.ini. This option is " "incompatible with phpMyAdmin!" -msgstr "" -"您在 PHP 设置中启用了 mbstring.func_overload。该选项和 phpMyAdmin 不兼容并可" -"能会导致一些数据损坏!" +msgstr "您在 php.ini 中禁用了 ini_get 和/或 ini_set。该选项和 phpMyAdmin 不兼容!" #: libraries/classes/Core.php:1277 msgid "GLOBALS overwrite attempt" @@ -6880,22 +6635,16 @@ msgid "at least one of the words" msgstr "至少一个词" #: libraries/classes/Database/Search.php:94 -#, fuzzy -#| msgid "at least one of the words" msgid "all of the words" -msgstr "至少一个词" +msgstr "所有词" #: libraries/classes/Database/Search.php:95 -#, fuzzy -#| msgid "the exact phrase" msgid "the exact phrase as substring" -msgstr "精确短语" +msgstr "作为substring的精确短语" #: libraries/classes/Database/Search.php:96 -#, fuzzy -#| msgid "the exact phrase" msgid "the exact phrase as whole field" -msgstr "精确短语" +msgstr "精确短语作为整个字段" #: libraries/classes/Database/Search.php:97 msgid "as regular expression" @@ -6907,19 +6656,14 @@ msgid "Words are separated by a space character (\" \")." msgstr "每个单词用空格(“ ”)分开。" #: libraries/classes/DatabaseInterface.php:1462 -#, fuzzy, php-format -#| msgid "" -#| "Unable to use timezone %1$s for server %2$d. Please check your " -#| "configuration setting for [em]$cfg['Servers'][%3$d]['SessionTimeZone'][/" -#| "em]. phpMyAdmin is currently using the default time zone of the database " -#| "server." +#, php-format msgid "" "Unable to use timezone \"%1$s\" for server %2$d. Please check your " "configuration setting for [em]$cfg['Servers'][%3$d]['SessionTimeZone'][/em]. " "phpMyAdmin is currently using the default time zone of the database server." msgstr "" -"无法为服务器 %2$d 设置时区 %1$s 。请检查您的配置中 [em]$cfg['Servers'][%3$d]" -"['SessionTimeZone'][/em] 字段。服务器当前使用默认时区。" +"无法为服务器 %2$d 设置时区 “%1$s” 。请检查您的配置中 " +"[em]$cfg['Servers'][%3$d]['SessionTimeZone'][/em] 字段。服务器当前使用默认时区。" #: libraries/classes/DatabaseInterface.php:1509 msgid "Failed to set configured collation connection!" @@ -6937,7 +6681,7 @@ msgstr "服务器没有响应。" #: libraries/classes/DatabaseInterface.php:2131 msgid "Logout and try as another user." -msgstr "" +msgstr "注销并尝试作为另一个用户。" #: libraries/classes/DatabaseInterface.php:2137 msgid "Please check privileges of directory containing database." @@ -6948,10 +6692,8 @@ msgid "Details…" msgstr "详细…" #: libraries/classes/DatabaseInterface.php:2452 -#, fuzzy -#| msgid "Missing parameter:" msgid "Missing connection parameters!" -msgstr "缺少参数:" +msgstr "缺少连接参数!" #: libraries/classes/DatabaseInterface.php:2479 msgid "Connection for controluser as defined in your configuration failed." @@ -7003,12 +6745,11 @@ msgstr "密码加密方式:" #: libraries/classes/Display/ChangePassword.php:130 #: libraries/classes/Server/Privileges.php:1737 -#, fuzzy msgid "" "This method requires using an 'SSL connection' or an 'unencrypted " "connection that encrypts the password using RSA'; while connecting to " "the server." -msgstr "此方法连接服务器时,需要使用SSL连接或未加密但使用RSA加密了密码的连接。" +msgstr "此方法连接服务器时,需要使用SSL连接未加密但使用RSA加密了密码的连接。" #: libraries/classes/Display/Export.php:319 msgid "@SERVER@ will become the server name" @@ -7735,13 +7476,10 @@ msgid "Only single-table UPDATE and DELETE queries can be simulated." msgstr "只能预览单一数据表的UPDATE和DELETE查询。" #: libraries/classes/Import.php:1568 -#, fuzzy msgid "" "Only INSERT, UPDATE, DELETE and REPLACE SQL queries containing transactional " "engine tables can be rolled back." -msgstr "" -"回滚操作需要数据表采用支持事务处理的存储引擎,且SQL查询仅限INSERT、UPDATE、" -"DELETE和REPLACE。" +msgstr "回滚操作需要数据表采用支持事务处理的存储引擎,且SQL查询仅限INSERT、UPDATE、DELETE和REPLACE。" #: libraries/classes/Index.php:658 #, php-format @@ -7922,7 +7660,7 @@ msgstr "视图" #: 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 @@ -8094,8 +7832,6 @@ msgid "Data only" msgstr "仅数据" #: libraries/classes/MultSubmits.php:366 -#, fuzzy -#| msgid "Add AUTO_INCREMENT value" msgid "Add AUTO INCREMENT value" msgstr "添加自增值" @@ -8173,10 +7909,8 @@ msgid "Log out" msgstr "退出" #: libraries/classes/Navigation/NavigationHeader.php:175 -#, fuzzy -#| msgid "Dumping data for table" msgid "Empty session data" -msgstr "转存表中的数据" +msgstr "空会话数据" #: libraries/classes/Navigation/NavigationHeader.php:193 msgid "phpMyAdmin documentation" @@ -8342,13 +8076,13 @@ msgstr "" #: libraries/classes/Normalization.php:190 msgid "Show me the central list of columns that are not already in this table" -msgstr "" +msgstr "显示此表中尚未包含的列的中心列表" #: 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 "" +msgstr "选择一个可以拆分为多个列的列(在选择'无此列'时,它将移至下一步)。" #: libraries/classes/Normalization.php:200 normalization.php:19 msgid "Select one…" @@ -8425,7 +8159,6 @@ msgid "No redundant column" msgstr "无冗余字段" #: libraries/classes/Normalization.php:318 -#, fuzzy msgid "Move repeating groups" msgstr "移动重复组" @@ -8464,7 +8197,7 @@ msgstr "查找部分依赖" msgid "" "No partial dependencies possible as no non-primary column exists since " "primary key ( %1$s ) is composed of all the columns in the table." -msgstr "" +msgstr "由于不存在非主要列,因此不存在部分依赖性,因为主键(%1$s)由表中的所有列组成。" #: libraries/classes/Normalization.php:393 #: libraries/classes/Normalization.php:438 @@ -8472,31 +8205,29 @@ msgid "Table is already in second normal form." msgstr "资料表已经是第二正则化的。" #: libraries/classes/Normalization.php:398 -#, fuzzy, php-format +#, php-format msgid "" "The primary key ( %1$s ) consists of more than one column so we need to find " "the partial dependencies." -msgstr "主键 ( %1$s ) 由多个字段组成,我们需要查找部分依赖." +msgstr "主键 ( %1$s ) 由多个字段组成,因此我们需要查找部分依赖." #: libraries/classes/Normalization.php:403 #: libraries/classes/Normalization.php:790 -#, fuzzy msgid "" "Please answer the following question(s) carefully to obtain a correct " "normalization." -msgstr "请仔细回答下列问题以得到正确的正常化." +msgstr "请仔细回答下列问题以得到正确的规范化." #: libraries/classes/Normalization.php:407 -#, fuzzy msgid "+ Show me the possible partial dependencies based on data in the table" -msgstr "+ 根据表中数据向我展示可能的部分依赖" +msgstr "+ 根据表中数据向我展示可能的部分依赖关系" #: libraries/classes/Normalization.php:411 msgid "" "For each column below, please select the minimal set of columns among " "given set whose values combined together are sufficient to determine the " "value of the column." -msgstr "" +msgstr "对于下面的每一列,请在给定的值组合在一起足以确定列的值的列的集合当中选出列的最小集合。" #: libraries/classes/Normalization.php:421 #: libraries/classes/Normalization.php:829 @@ -8505,18 +8236,18 @@ msgid "'%1$s' depends on:" msgstr "'%1$s' 依赖:" #: libraries/classes/Normalization.php:433 -#, fuzzy, php-format +#, php-format msgid "" "No partial dependencies possible as the primary key ( %1$s ) has just one " "column." -msgstr "主键( %1$s )只包含一个字段,没有可能的部分依赖" +msgstr "主键( %1$s )只包含一个字段,没有可能的部分依赖。" #: libraries/classes/Normalization.php:462 #, php-format msgid "" "In order to put the original table '%1$s' into Second normal form we need to " "create the following tables:" -msgstr "" +msgstr "为了将原始表'%1$s'放入第二范式,我们需要创建以下表:" #: libraries/classes/Normalization.php:499 #, php-format @@ -8526,27 +8257,24 @@ msgstr "标准化第二步请完成表“%1$s”。" #: libraries/classes/Normalization.php:539 #: libraries/classes/Normalization.php:689 #: libraries/classes/Normalization.php:761 -#, fuzzy -#| msgid "Error in processing request" msgid "Error in processing!" -msgstr "处理请求时的错误" +msgstr "处理时出现错误!" #: libraries/classes/Normalization.php:585 #, php-format msgid "" "In order to put the original table '%1$s' into Third normal form we need to " "create the following tables:" -msgstr "" +msgstr "为了将原始表'%1$s'放入第三范式,我们需要创建以下表:" #: libraries/classes/Normalization.php:633 msgid "The third step of normalization is complete." -msgstr "" +msgstr "标准化的第三步已完成。" #: libraries/classes/Normalization.php:740 -#, fuzzy, php-format -#| msgid "Selected target tables have been synchronized with source tables." +#, php-format msgid "Selected repeating group has been moved to the table '%s'" -msgstr "选中的数据表已根据源数据表同步。" +msgstr "选定的重复组已移至表“%s”中" #: libraries/classes/Normalization.php:787 msgid "Step 3." @@ -8554,7 +8282,7 @@ msgstr "第三步." #: libraries/classes/Normalization.php:787 msgid "Find transitive dependencies" -msgstr "" +msgstr "查找传递依赖项" #: libraries/classes/Normalization.php:794 msgid "" @@ -8563,50 +8291,50 @@ msgid "" "value of the column.
      Note: A column may have no transitive dependency, " "in that case you don't have to select any." msgstr "" +"对于下面的每一列,请在给定集合中选择列的最小集合,其值组合在一起足以确定列的值
      注意:列可能没有传递依赖性,在这种情况下,您不必选择任何项。" #: libraries/classes/Normalization.php:843 msgid "" "No Transitive dependencies possible as the table doesn't have any non " "primary key columns" -msgstr "" +msgstr "没有传递依赖性,因为该表没有任何非主键列" #: libraries/classes/Normalization.php:847 msgid "Table is already in Third normal form!" -msgstr "" +msgstr "表已经处于第三范式!" #: libraries/classes/Normalization.php:873 -#, fuzzy -#| msgid "Hide table structure actions" msgid "Improve table structure (Normalization):" -msgstr "隐藏表结构操作" +msgstr "改进表结构(规范化):" #: libraries/classes/Normalization.php:874 msgid "Select up to what step you want to normalize" -msgstr "" +msgstr "选择您要标准化的步骤" #: libraries/classes/Normalization.php:878 msgid "Second step of normalization (1NF+2NF)" -msgstr "" +msgstr "规范化的第二步(第一范式 + 第二范式 )" #: libraries/classes/Normalization.php:879 msgid "Third step of normalization (1NF+2NF+3NF)" -msgstr "" +msgstr "规范化的第三步(第一范式 + 第二范式 + 第三范式)" #: libraries/classes/Normalization.php:889 msgid "" "Hint: Please follow the procedure carefully in order to obtain correct " "normalization" -msgstr "" +msgstr "提示:请仔细按照程序进行,以获得正确的规范化" #: libraries/classes/Normalization.php:955 msgid "" "This list is based on a subset of the table's data and is not necessarily " "accurate. " -msgstr "" +msgstr "此列表基于表数据的子集,并不一定准确。 " #: libraries/classes/Normalization.php:971 msgid "No partial dependencies found!" -msgstr "" +msgstr "找不到部分依赖关系!" #: libraries/classes/Operations.php:90 msgid "Rename database to" @@ -8635,8 +8363,6 @@ msgid "Drop the database (DROP)" msgstr "删除数据库 (DROP)" #: libraries/classes/Operations.php:207 -#, fuzzy -#| msgid "Copy database to" msgid "Copy database to" msgstr "复制数据库到" @@ -8649,16 +8375,12 @@ msgid "Switch to copied database" msgstr "切换到复制的数据库" #: libraries/classes/Operations.php:305 -#, fuzzy -#| msgid "Continued table caption" msgid "Change all tables collations" -msgstr "表说明续" +msgstr "更改所有表排序规则" #: libraries/classes/Operations.php:311 -#, fuzzy -#| msgid "Make all columns atomic" msgid "Change all tables columns collations" -msgstr "使所有字段原子化" +msgstr "更改所有表列的排序规则" #: libraries/classes/Operations.php:784 msgid "Alter table order by" @@ -8691,7 +8413,7 @@ msgstr "存储引擎" #: libraries/classes/Operations.php:1078 msgid "Change all column collations" -msgstr "" +msgstr "更改所有列排序规则" #: libraries/classes/Operations.php:1249 msgid "Copy table to (database.table)" @@ -8718,10 +8440,8 @@ msgstr "检查表" #: libraries/classes/Operations.php:1405 #: templates/database/structure/check_all_tables.twig:21 -#, fuzzy -#| msgid "Check table" msgid "Checksum table" -msgstr "检查表" +msgstr "校验值表" #: libraries/classes/Operations.php:1419 msgid "Defragment table" @@ -8789,13 +8509,11 @@ msgstr "修复" #: libraries/classes/Operations.php:1573 #: templates/table/structure/display_structure.twig:179 msgid "Truncate" -msgstr "" +msgstr "清空" #: libraries/classes/Operations.php:1587 -#, fuzzy -#| msgid "Close" msgid "Coalesce" -msgstr "关闭" +msgstr "联合" #: libraries/classes/Operations.php:1596 msgid "Partition maintenance" @@ -8886,7 +8604,7 @@ msgstr "" #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:153 msgid "Retry to connect" -msgstr "" +msgstr "重试连接" #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:134 msgid "Your session has expired. Please log in again." @@ -8910,18 +8628,16 @@ msgid "Server Choice:" msgstr "选择服务器:" #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:313 -#, fuzzy -#| msgid "Could not connect to the database server!" msgid "Failed to connect to the reCAPTCHA service!" -msgstr "无法连接到数据库!" +msgstr "无法连接到reCAPTCHA服务!" #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:315 msgid "Entered captcha is wrong, try again!" -msgstr "" +msgstr "输入的验证码有误,请再试一次!" #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:320 msgid "Missing reCAPTCHA verification, maybe it has been blocked by adblock?" -msgstr "" +msgstr "缺少reCAPTCHA验证,也许它被adblock阻止了或者您没有科学上网?" #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:344 msgid "You are not allowed to log in to this MySQL server!" @@ -8952,7 +8668,7 @@ msgstr "无法登录 MySQL 服务器" #: libraries/classes/Plugins/AuthenticationPlugin.php:335 msgid "You have enabled two factor authentication, please confirm your login." -msgstr "" +msgstr "您已启用双因素身份验证,请确认您的登录信息。" #: libraries/classes/Plugins/Export/ExportCodegen.php:101 #: templates/display/import/import.twig:168 @@ -9087,11 +8803,11 @@ msgstr "替换视图以便查看" #: libraries/classes/Plugins/Export/ExportJson.php:89 msgid "Output pretty-printed JSON (Use human-readable formatting)" -msgstr "" +msgstr "输出格式化后的JSON(使用人类可读的格式)" #: libraries/classes/Plugins/Export/ExportJson.php:95 msgid "Output unicode characters unescaped" -msgstr "" +msgstr "输出unicode字符未转义" #: libraries/classes/Plugins/Export/ExportLatex.php:51 msgid "Content of table @TABLE@" @@ -9113,24 +8829,18 @@ msgstr "对象创建选项" #: libraries/classes/Plugins/Export/ExportLatex.php:121 #: libraries/classes/Plugins/Export/ExportLatex.php:173 -#, fuzzy -#| msgid "Table caption" msgid "Table caption:" -msgstr "表的标题" +msgstr "表的标题:" #: libraries/classes/Plugins/Export/ExportLatex.php:127 #: libraries/classes/Plugins/Export/ExportLatex.php:179 -#, fuzzy -#| msgid "Table caption (continued)" msgid "Table caption (continued):" -msgstr "表的副标题" +msgstr "表的副标题:" #: libraries/classes/Plugins/Export/ExportLatex.php:133 #: libraries/classes/Plugins/Export/ExportLatex.php:185 -#, fuzzy -#| msgid "Label key" msgid "Label key:" -msgstr "关键标签" +msgstr "关键标签:" #: libraries/classes/Plugins/Export/ExportLatex.php:140 #: libraries/classes/Plugins/Export/ExportOdt.php:100 @@ -9150,58 +8860,44 @@ msgid "Display MIME types" msgstr "显示 MIME 类型" #: libraries/classes/Plugins/Export/ExportLatex.php:168 -#, fuzzy -#| msgid "Put columns names in the first row" msgid "Put columns names in the first row:" -msgstr "首行保存字段名" +msgstr "首行放置列名:" #: libraries/classes/Plugins/Export/ExportLatex.php:216 #: libraries/classes/Plugins/Export/ExportSql.php:694 #: libraries/classes/Plugins/Export/ExportXml.php:236 #: libraries/classes/ReplicationGui.php:447 #: libraries/classes/ReplicationGui.php:709 -#, fuzzy -#| msgid "Host" msgid "Host:" -msgstr "主机" +msgstr "主机:" #: libraries/classes/Plugins/Export/ExportLatex.php:221 #: libraries/classes/Plugins/Export/ExportSql.php:700 #: libraries/classes/Plugins/Export/ExportXml.php:241 -#, fuzzy -#| msgid "Generation Time" msgid "Generation Time:" -msgstr "生成日期" +msgstr "生成日期:" #: libraries/classes/Plugins/Export/ExportLatex.php:224 #: libraries/classes/Plugins/Export/ExportSql.php:706 #: libraries/classes/Plugins/Export/ExportXml.php:244 -#, fuzzy -#| msgid "PHP Version" msgid "PHP Version:" -msgstr "PHP 版本" +msgstr "PHP 版本:" #: libraries/classes/Plugins/Export/ExportLatex.php:254 #: libraries/classes/Plugins/Export/ExportSql.php:895 #: libraries/classes/Plugins/Export/ExportXml.php:405 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:118 -#, fuzzy -#| msgid "Database" msgid "Database:" -msgstr "数据库" +msgstr "数据库:" #: libraries/classes/Plugins/Export/ExportLatex.php:327 #: libraries/classes/Plugins/Export/ExportSql.php:2188 -#, fuzzy -#| msgid "Data" msgid "Data:" -msgstr "数据" +msgstr "数据:" #: libraries/classes/Plugins/Export/ExportLatex.php:507 -#, fuzzy -#| msgid "Structure" msgid "Structure:" -msgstr "结构" +msgstr "结构:" #: libraries/classes/Plugins/Export/ExportMediawiki.php:81 msgid "Export table names" @@ -9216,22 +8912,16 @@ msgid "Report title:" msgstr "报告标题:" #: libraries/classes/Plugins/Export/ExportPdf.php:228 -#, fuzzy -#| msgid "Dumping data for table" msgid "Dumping data" -msgstr "转存表中的数据" +msgstr "转存数据" #: libraries/classes/Plugins/Export/ExportPdf.php:283 -#, fuzzy -#| msgid "structure" msgid "View structure" -msgstr "结构" +msgstr "查看结构" #: libraries/classes/Plugins/Export/ExportPdf.php:286 -#, fuzzy -#| msgid "and then" msgid "Stand in" -msgstr "然后" +msgstr "代替" #: libraries/classes/Plugins/Export/ExportSql.php:102 msgid "" @@ -9250,10 +8940,8 @@ msgid "" msgstr "包含数据库创建、最后更新和最后检查的时间" #: libraries/classes/Plugins/Export/ExportSql.php:175 -#, fuzzy -#| msgid "Export method" msgid "Export metadata" -msgstr "导出方式" +msgstr "导出元数据" #: libraries/classes/Plugins/Export/ExportSql.php:190 msgid "" @@ -9277,13 +8965,12 @@ msgstr "添加 %s 语句" #: libraries/classes/Plugins/Export/ExportSql.php:289 msgid "(less efficient as indexes will be generated during table creation)" -msgstr "" +msgstr "(在创建表时将生成索引,效率较低)" #: libraries/classes/Plugins/Export/ExportSql.php:297 -#, fuzzy, php-format -#| msgid "Session value" +#, php-format msgid "%s value" -msgstr "会话值" +msgstr "%s值" #: libraries/classes/Plugins/Export/ExportSql.php:331 msgid "" @@ -9341,16 +9028,12 @@ msgstr "" "如: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 above
            Example: INSERT INTO " -#| "tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)" msgid "" "both of the above
            Example: INSERT 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]. 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'…
      If you ever need to put a backslash (\"\\\") or " -#| "a single quote (\"'\") amongst those values, precede it with a backslash " -#| "(for example '\\\\xyz' or 'a\\'b')." msgid "" "If column type is \"enum\" or \"set\", please enter the values using this " "format: 'a','b','c'…
      If you ever need to put a backslash (\"\") or a " "single quote (\"'\") amongst those values, precede it with a backslash (for " "example '\\\\xyz' or 'a\\'b')." msgstr "" -"如字段类型是“enum”或“set”,请使用以下格式输入:'a','b','c'…
      如果需要输入" -"反斜杠(“\\”)或单引号(“'”),请在前面加上反斜杠(如 '\\\\xyz' 或 'a\\'b')。" +"如字段类型是“enum”或“set”,请使用以下格式输入:'a','b','c'…
      如果需要输入反斜杠(“”)或单引号(“'”),请在前面加上反斜杠(如 '\\\\xyz' 或 'a\\'b')。" #: templates/columns_definitions/table_fields_definitions.twig:21 msgid "" @@ -15974,7 +15157,7 @@ msgstr "对于默认值,请只输入单个值,不要加反斜杠或引号, #: templates/columns_definitions/table_fields_definitions.twig:59 msgid "Virtuality" -msgstr "" +msgstr "虚拟" #: templates/columns_definitions/table_fields_definitions.twig:65 msgid "Move column" @@ -15982,55 +15165,39 @@ msgstr "移动字段" #: 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 "可用的转换" +msgstr "可用转换列表及其选项" #: templates/columns_definitions/table_fields_definitions.twig:82 -#, fuzzy -#| msgid "Browser transformation" msgid "Browser display transformation options" -msgstr "浏览器转换" +msgstr "浏览器显示转换选项" #: 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'…
      If you ever need to put a backslash (\"\\\") or a " -#| "single quote (\"'\") amongst those values, precede it with a backslash " -#| "(for example '\\\\xyz' or 'a\\'b')." msgid "" "Please enter the values for transformation options using this format: 'a', " "100, b,'c'…
      If you ever need to put a backslash (\"\\\") or a single " "quote (\"'\") amongst those values, precede it with a backslash (for example " "'\\\\xyz' or 'a\\'b')." msgstr "" -"请使用此格式输入转换选项的值:'a',100,b,'c'…
      如果您需要在值中输入反斜杠 " -"(“\\”)或单引号(“'”),请在前面加上反斜杠 (如 '\\\\xyz' 或 'a\\'b')。" +"请使用此格式输入转换选项的值:'a',100,b,'c'…
      如果您需要在值中输入反斜杠 (“\\”)或单引号(“'”),请在前面加上反斜杠 (" +"如 '\\\\xyz' 或 'a\\'b')。" #: templates/columns_definitions/table_fields_definitions.twig:93 -#, fuzzy -#| msgid "Transformation options" msgid "Input transformation options" -msgstr "转换选项" +msgstr "输入转换选项" #: templates/database/designer/table_list.twig:4 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/table/gis_visualization/gis_visualization.twig:3 msgid "Display GIS Visualization" @@ -16066,8 +15233,6 @@ msgid "Add %s column(s)" msgstr "添加 %s 个字段" #: templates/table/structure/add_column.twig:14 -#, fuzzy -#| msgid "At Beginning of Table" msgid "at beginning of table" msgstr "于表开头" @@ -16084,7 +15249,7 @@ msgstr "字段数" msgid "" "Please connect your FIDO U2F device into your computer's USB port. Then " "confirm login on the device." -msgstr "" +msgstr "请将您的FIDO U2F设备连接到计算机的USB端口。然后确认在设备上登录。" #: templates/database/qbe/footer_options.twig:3 msgid "Add/Delete criteria rows" @@ -16095,67 +15260,51 @@ msgid "Add/Delete columns" msgstr "添加/删除字段" #: templates/database/designer/page_save_as.twig:17 -#, fuzzy -#| msgid "Export to selected page" msgid "Save to selected page" -msgstr "导出至所选页" +msgstr "保存至所选页" #: templates/database/designer/page_save_as.twig:17 -#, fuzzy -#| msgid "Create a page and export to it" msgid "Create a page and save to it" -msgstr "导出至新页" +msgstr "创建并保存页面" #: templates/database/designer/page_save_as.twig:30 -#, fuzzy -#| msgid "New page name: " msgid "New page name" -msgstr "新页面名: " +msgstr "新页面名" #: templates/table/relation/common_form.twig:6 -#, fuzzy -#| msgid "Foreign key constraint" msgid "Foreign key constraints" msgstr "外键约束" #: templates/table/relation/common_form.twig:10 -#, fuzzy -#| msgid "Action" msgid "Actions" msgstr "操作" #: templates/table/relation/common_form.twig:11 -#, fuzzy -#| msgid "Constraints for table" msgid "Constraint properties" -msgstr "限制表" +msgstr "限制属性" #: templates/table/relation/common_form.twig:15 msgid "" "Creating a foreign key over a non-indexed column would automatically create " "an index on it. Alternatively, you can define an index below, before " "creating the foreign key." -msgstr "" +msgstr "在非索引列上创建外键将自动在其上创建索引。或者,您可以在创建外键之前在下面定义索引。" #: templates/table/relation/common_form.twig:20 msgid "" "Only columns with index will be displayed. You can define an index below." -msgstr "" +msgstr "仅显示具有索引的列。您可以在下面定义索引。" #: templates/table/relation/common_form.twig:24 msgid "Foreign key constraint" msgstr "外键约束" #: templates/table/relation/common_form.twig:89 -#, fuzzy -#| msgid "Add constraints" msgid "+ Add constraint" -msgstr "添加约束" +msgstr "+ 添加约束" #: templates/table/relation/common_form.twig:99 #: templates/table/relation/common_form.twig:104 -#, fuzzy -#| msgid "Internal relations" msgid "Internal relationships" msgstr "内联" @@ -16170,10 +15319,8 @@ msgid "" msgstr "不需要一个和外键关系一致的内联关系。" #: templates/table/relation/common_form.twig:172 -#, fuzzy -#| msgid "Choose column to display" msgid "Choose column to display:" -msgstr "选择要显示的字段" +msgstr "选择要显示的字段:" #: templates/privileges/delete_user_fieldset.twig:3 msgid "Remove selected user accounts" @@ -16191,8 +15338,6 @@ msgstr "删除与用户同名的数据库。" #: templates/database/designer/options_panel.twig:34 #: templates/database/designer/options_panel.twig:200 -#, fuzzy -#| msgid "Relation operator" msgid "Relationship operator" msgstr "关系运算符" @@ -16209,8 +15354,6 @@ msgid "Relational key" msgstr "关联键" #: templates/display/results/options_block.twig:30 -#, fuzzy -#| msgid "Display column for relations" msgid "Display column for relationships" msgstr "显示关联的字段" @@ -16252,44 +15395,36 @@ msgid "" msgstr "“PRIMARY”必须而且只能作为主键的名称!" #: templates/table/index_form.twig:34 -#, fuzzy -#| msgid "Index cache size" msgid "Index choice:" -msgstr "索引缓存大小" +msgstr "索引选择:" #: templates/table/index_form.twig:42 -#, fuzzy -#| msgid "Active options" msgid "Advanced Options" -msgstr "当前选项" +msgstr "高级选项" #: templates/table/index_form.twig:48 msgid "Key block size:" -msgstr "" +msgstr "密钥块大小:" #: templates/table/index_form.twig:65 msgid "Index type:" msgstr "索引类型:" #: templates/table/index_form.twig:77 -#, fuzzy -#| msgid "User:" msgid "Parser:" -msgstr "用户:" +msgstr "解析器:" #: templates/table/index_form.twig:93 msgid "Comment:" msgstr "注释:" #: templates/table/index_form.twig:136 templates/table/index_form.twig:173 -#, fuzzy -#| msgid "Drag to reorder." msgid "Drag to reorder" -msgstr "拖拽以调整顺序。" +msgstr "拖拽以重排顺序" #: templates/server/variables/variable_row.twig:6 msgid "This is a read-only variable and can not be edited" -msgstr "" +msgstr "这是一个只读变量,无法编辑" #: templates/table/structure/display_table_stats.twig:14 msgid "Space usage" @@ -16300,16 +15435,13 @@ msgid "Effective" msgstr "有效" #: templates/prefs_twofactor_configure.twig:8 -#, fuzzy -#| msgid "Config authentication" msgid "Enable two-factor authentication" -msgstr "Config 认证" +msgstr "启用双因素身份验证" #: templates/database/structure/show_create_row.twig:7 -#, fuzzy, php-format -#| msgid "Create User" +#, php-format msgid "Create %s" -msgstr "新建用户" +msgstr "新建%s" #: templates/database/structure/structure_table_row.twig:222 msgid "in use" @@ -16332,20 +15464,16 @@ msgid "gzipped" msgstr "gzip 压缩" #: url.php:41 -#, fuzzy -#| msgid "Taking you to next step…" msgid "Taking you to the target site." -msgstr "等待进入下一步…" +msgstr "带你到目标网站。" #: user_password.php:35 msgid "You don't have sufficient privileges to be here right now!" msgstr "权限不足!" #: view_create.php:51 -#, fuzzy -#| msgid "View name can not be empty" msgid "View name can not be empty!" -msgstr "请勿使用空白视图名" +msgstr "视图名不可为空!" #: view_operations.php:103 msgid "Rename view to" @@ -16522,10 +15650,8 @@ msgid "Version less than 5.5.8 (the first GA release of 5.5)." msgstr "版本低于 5.5.8 (5.5 的第一个 GA 版本)。" #: libraries/advisory_rules.txt:118 -#, fuzzy -#| msgid "You should upgrade, to a stable version of MySQL 5.5" msgid "You should upgrade, to a stable version of MySQL 5.5." -msgstr "您应升级到 MySQL 5.5 的稳定版本" +msgstr "您应升级到 MySQL 5.5 的稳定版本。" #: libraries/advisory_rules.txt:121 libraries/advisory_rules.txt:128 msgid "Distribution" @@ -16798,14 +15924,10 @@ msgid "Too many sorts are causing temporary tables." msgstr "过多排序引发临时表创建。" #: libraries/advisory_rules.txt:208 libraries/advisory_rules.txt:215 -#, fuzzy -#| msgid "" -#| "Consider increasing {sort_buffer_size} and/or {read_rnd_buffer_size}, " -#| "depending on your system memory limits" msgid "" "Consider increasing {sort_buffer_size} and/or {read_rnd_buffer_size}, " "depending on your system memory limits." -msgstr "根据系统内存,考虑增加 {sort_buffer_siz}e 和/或 {read_rnd_buffer_size}" +msgstr "根据系统内存限制,考虑增加 {sort_buffer_size} 和/或 {read_rnd_buffer_size}。" #: libraries/advisory_rules.txt:209 #, php-format @@ -16833,20 +15955,12 @@ msgid "There are lots of rows being sorted." msgstr "大量行被排序。" #: libraries/advisory_rules.txt:222 -#, fuzzy -#| msgid "" -#| "While there is nothing wrong with a high amount of row sorting, you might " -#| "want to make sure that the queries which require a lot of sorting use " -#| "indexed columns in the ORDER BY clause, as this will result in much " -#| "faster sorting" msgid "" "While there is nothing wrong with a high amount of row sorting, you might " "want to make sure that the queries which require a lot of sorting use " "indexed columns in the ORDER BY clause, as this will result in much faster " "sorting." -msgstr "" -"大量行排序不是什么错误,但您应确保需要大量排序的查询在 ORDER BY 中使用索引字" -"段,这将使排序加快" +msgstr "大量行排序不是什么错误,但您应确保需要大量排序的查询在 ORDER BY 中使用索引字段,这将使排序加快。" #: libraries/advisory_rules.txt:223 #, php-format @@ -16862,16 +15976,10 @@ msgid "There are too many joins without indexes." msgstr "有太多的联合查询未使用索引。" #: libraries/advisory_rules.txt:230 -#, fuzzy -#| msgid "" -#| "This means that joins are doing full table scans. Adding indexes for the " -#| "columns being used in the join conditions will greatly speed up table " -#| "joins" msgid "" "This means that joins are doing full table scans. Adding indexes for the " "columns being used in the join conditions will greatly speed up table joins." -msgstr "" -"这意味着联合查询使用全表扫描。给联合条件所用的字段增加索引将极大提高查询速度" +msgstr "这意味着联合查询使用全表扫描。给联合条件所用的字段增加索引将极大提高查询速度。" #: libraries/advisory_rules.txt:231 #, php-format @@ -16949,10 +16057,8 @@ msgid "" msgstr "下一行读取率: %s,该值应低于 1 每小时" #: libraries/advisory_rules.txt:255 -#, fuzzy -#| msgid "tmp_table_size vs. max_heap_table_size" msgid "Different tmp_table_size and max_heap_table_size" -msgstr "tmp_table_size 对比 max_heap_table_size" +msgstr "不同的 tmp_table_size 和 max_heap_table_size" #: libraries/advisory_rules.txt:258 msgid "{tmp_table_size} and {max_heap_table_size} are not the same." @@ -17246,20 +16352,14 @@ msgid "Slow launch time" msgstr "慢启动时间" #: libraries/advisory_rules.txt:368 -#, fuzzy -#| msgid "Slow_launch_time is above 2s" msgid "Slow_launch_time is above 2s." -msgstr "Slow_launch_time 大于 2 秒" +msgstr "Slow_launch_time 大于 2 秒。" #: libraries/advisory_rules.txt:369 -#, fuzzy -#| msgid "" -#| "Set {slow_launch_time} to 1s or 2s to correctly count threads that are " -#| "slow to launch" msgid "" "Set {slow_launch_time} to 1s or 2s to correctly count threads that are slow " "to launch." -msgstr "设置 {slow_launch_time} 为 1 秒或 2 秒以正确计算启动慢的线程数" +msgstr "设置 {slow_launch_time} 为 1 秒或 2 秒以正确计算启动慢的线程数。" #: libraries/advisory_rules.txt:370 #, php-format @@ -17417,17 +16517,7 @@ msgid "The InnoDB log file size is inadequately large." msgstr "InnoDB 日志文件大小设置的不够大。" #: libraries/advisory_rules.txt:429 -#, fuzzy, php-format -#| msgid "" -#| "It is usually sufficient to set {innodb_log_file_size} to 25%% of the " -#| "size of {innodb_buffer_pool_size}. A very big {innodb_log_file_size} " -#| "slows down the recovery time after a database crash considerably. See " -#| "also this Article. You need to shutdown the " -#| "server, remove the InnoDB log files, set the new value in my.cnf, start " -#| "the server, then check the error logs if everything went fine. See also " -#| "this blog entry" +#, php-format msgid "" "It is usually sufficient to set {innodb_log_file_size} to 25%% of the size " "of {innodb_buffer_pool_size}. A very big {innodb_log_file_size} slows down " @@ -17439,13 +16529,12 @@ msgid "" "\"https://mysqldatabaseadministration.blogspot.com/2007/01/increase-" "innodblogfilesize-proper-way.html\">this blog entry" msgstr "" -"通常将 {innodb_log_file_size} 设置为 {innodb_buffer_pool_size} 的 25%% 已经足" -"够。过大的 {innodb_log_file_size} 将会严重减慢数据库崩溃后的恢复时间。参见这篇文章。您首先需要关闭服务器,移除 InnoDB 日志" -"文件,然后在 my.cnf 中设置新的值,最后启动服务器,并检查错误日志确定一切都正" -"常。参见这篇博客" +"通常将 {innodb_log_file_size} 设置为 {innodb_buffer_pool_size} 的 25%% 已经足够。过大的 " +"{innodb_log_file_size} 将会严重减慢数据库崩溃后的恢复时间。参见这篇文章。您首先需要关闭服务器," +"移除 InnoDB 日志文件,然后在 my.cnf 中设置新的值,最后启动服务器,并检查错误日志确定一切都正常。另见这篇博客" #: libraries/advisory_rules.txt:430 #, php-format @@ -17474,6 +16563,11 @@ msgid "" "\"https://www.percona.com/blog/2007/11/03/choosing-innodb_buffer_pool_size/" "\">this article" msgstr "" +"InnoDB缓冲池对InnoDB表的性能有着深远的影响。将所有剩余内存分配给此缓冲区。对于仅使用InnoDB作为存储引擎并且没有其他服务(例如Web服务器" +")运行的数据库服务器,您可以将其设置为高达可用内存的80%%。如果不是这种情况,则需要仔细评估其他服务和非InnoDB-" +"Tables的内存消耗,并相应地设置此变量。如果设置得太高,系统将开始使用交换内存,这会显着降低性能。另请参见这篇文章" #: libraries/advisory_rules.txt:437 #, php-format From 43035e759dc3b9856c4bc21023864baca524dd13 Mon Sep 17 00:00:00 2001 From: H Zeng Date: Wed, 1 Aug 2018 06:54:56 +0000 Subject: [PATCH 082/114] Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (3288 of 3288 strings) [CI skip] Translation: phpMyAdmin/4.8 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-8/zh_Hans/ Signed-off-by: H Zeng --- po/zh_CN.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/po/zh_CN.po b/po/zh_CN.po index 1a898027b9..15cc769218 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -5,7 +5,7 @@ msgstr "" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2018-02-12 16:30+0100\n" "PO-Revision-Date: 2018-08-01 06:58+0000\n" -"Last-Translator: popcorner \n" +"Last-Translator: H Zeng \n" "Language-Team: Chinese (Simplified) \n" "Language: zh_CN\n" @@ -1809,7 +1809,7 @@ msgstr "导出" #: js/messages.php:401 msgid "No routine is exportable. Required privileges may be lacking." -msgstr "可能权限不足,无法输出 routine。" +msgstr "无法导出。可能缺少相应权限。" #: js/messages.php:404 libraries/classes/Rte/Routines.php:760 msgid "ENUM/SET editor" From f27fb7e572d09e828d789028c123dd6d98b83c5a Mon Sep 17 00:00:00 2001 From: Lasm Gratel Date: Wed, 1 Aug 2018 06:56:26 +0000 Subject: [PATCH 083/114] Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (3288 of 3288 strings) [CI skip] Translation: phpMyAdmin/4.8 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-8/zh_Hans/ Signed-off-by: Lasm Gratel --- po/zh_CN.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/po/zh_CN.po b/po/zh_CN.po index 15cc769218..21413d58d9 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -5,7 +5,7 @@ msgstr "" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2018-02-12 16:30+0100\n" "PO-Revision-Date: 2018-08-01 06:58+0000\n" -"Last-Translator: H Zeng \n" +"Last-Translator: Lasm Gratel \n" "Language-Team: Chinese (Simplified) \n" "Language: zh_CN\n" @@ -6667,7 +6667,7 @@ msgstr "" #: libraries/classes/DatabaseInterface.php:1509 msgid "Failed to set configured collation connection!" -msgstr "读取配置文件失败!" +msgstr "无法设置配置的整理连接!" #: libraries/classes/DatabaseInterface.php:2122 msgid "" From 07414792134e1003b9101bf4f3bf0a6cf07c6398 Mon Sep 17 00:00:00 2001 From: ctyzxx Date: Wed, 1 Aug 2018 06:57:16 +0000 Subject: [PATCH 084/114] Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (3288 of 3288 strings) [CI skip] Translation: phpMyAdmin/4.8 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-8/zh_Hans/ Signed-off-by: ctyzxx --- po/zh_CN.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/po/zh_CN.po b/po/zh_CN.po index 21413d58d9..178a4a74fa 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -5,7 +5,7 @@ msgstr "" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2018-02-12 16:30+0100\n" "PO-Revision-Date: 2018-08-01 06:58+0000\n" -"Last-Translator: Lasm Gratel \n" +"Last-Translator: ctyzxx \n" "Language-Team: Chinese (Simplified) \n" "Language: zh_CN\n" @@ -6708,7 +6708,7 @@ msgstr "详情请查看%s我们的文档%s。" msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." -msgstr "您正在使用mysql扩展,不推荐使用mysql扩展。请考虑使用mysqli扩展代替。" +msgstr "您正在使用 mysql 扩展,phpMyAdmin 中已被弃用。请考虑安装 mysqli 扩展。" #: libraries/classes/Dbi/DbiMysqli.php:169 msgid "SSL connection enforced by server, automatically enabling it." From 0d6aa14930c43205a95eb6e7a96c05803b0e26b0 Mon Sep 17 00:00:00 2001 From: popcorner Date: Wed, 1 Aug 2018 06:58:41 +0000 Subject: [PATCH 085/114] Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (3288 of 3288 strings) [CI skip] Translation: phpMyAdmin/4.8 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-8/zh_Hans/ Signed-off-by: popcorner --- po/zh_CN.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/po/zh_CN.po b/po/zh_CN.po index 178a4a74fa..413d6d7a5c 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.8.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2018-02-12 16:30+0100\n" -"PO-Revision-Date: 2018-08-01 06:58+0000\n" -"Last-Translator: ctyzxx \n" +"PO-Revision-Date: 2018-08-01 06:59+0000\n" +"Last-Translator: popcorner \n" "Language-Team: Chinese (Simplified) \n" "Language: zh_CN\n" @@ -6708,7 +6708,7 @@ msgstr "详情请查看%s我们的文档%s。" msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." -msgstr "您正在使用 mysql 扩展,phpMyAdmin 中已被弃用。请考虑安装 mysqli 扩展。" +msgstr "你在使用phpMyAdmin不推荐(废弃)的mysql扩展。请考虑安装mysqli扩展。" #: libraries/classes/Dbi/DbiMysqli.php:169 msgid "SSL connection enforced by server, automatically enabling it." From 4631c14d188b544a77af3412446ffdd069d794cb Mon Sep 17 00:00:00 2001 From: ctyzxx Date: Wed, 1 Aug 2018 06:59:28 +0000 Subject: [PATCH 086/114] Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (3288 of 3288 strings) [CI skip] Translation: phpMyAdmin/4.8 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-8/zh_Hans/ Signed-off-by: ctyzxx --- po/zh_CN.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/po/zh_CN.po b/po/zh_CN.po index 413d6d7a5c..eb50864090 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -5,7 +5,7 @@ msgstr "" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2018-02-12 16:30+0100\n" "PO-Revision-Date: 2018-08-01 06:59+0000\n" -"Last-Translator: popcorner \n" +"Last-Translator: ctyzxx \n" "Language-Team: Chinese (Simplified) \n" "Language: zh_CN\n" @@ -7642,7 +7642,7 @@ msgstr "语言" #: libraries/classes/Linter.php:98 msgid "" "Linting is disabled for this query because it exceeds the maximum length." -msgstr "由于超出最大长度,本次查询结果的归整化已禁用。" +msgstr "超出最大长度,本次查询结果的归整化已禁用。" #: libraries/classes/Linter.php:164 #, php-format From f657785647f6e076642a9f4bfbd49e434ee7b8cc Mon Sep 17 00:00:00 2001 From: popcorner Date: Wed, 1 Aug 2018 06:59:45 +0000 Subject: [PATCH 087/114] Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (3288 of 3288 strings) [CI skip] Translation: phpMyAdmin/4.8 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-8/zh_Hans/ Signed-off-by: popcorner --- po/zh_CN.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/po/zh_CN.po b/po/zh_CN.po index eb50864090..836c611a7d 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.8.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2018-02-12 16:30+0100\n" -"PO-Revision-Date: 2018-08-01 06:59+0000\n" -"Last-Translator: ctyzxx \n" +"PO-Revision-Date: 2018-08-01 07:00+0000\n" +"Last-Translator: popcorner \n" "Language-Team: Chinese (Simplified) \n" "Language: zh_CN\n" @@ -7642,7 +7642,7 @@ msgstr "语言" #: libraries/classes/Linter.php:98 msgid "" "Linting is disabled for this query because it exceeds the maximum length." -msgstr "超出最大长度,本次查询结果的归整化已禁用。" +msgstr "由于超出最大长度,本次查询结果的归整化已禁用。" #: libraries/classes/Linter.php:164 #, php-format From 1059ecb80bb0c647aaeb164583de7ac960d5e4e8 Mon Sep 17 00:00:00 2001 From: H Zeng Date: Wed, 1 Aug 2018 07:00:13 +0000 Subject: [PATCH 088/114] Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (3288 of 3288 strings) [CI skip] Translation: phpMyAdmin/4.8 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-8/zh_Hans/ Signed-off-by: H Zeng --- po/zh_CN.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/po/zh_CN.po b/po/zh_CN.po index 836c611a7d..397ef43c3f 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -5,7 +5,7 @@ msgstr "" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2018-02-12 16:30+0100\n" "PO-Revision-Date: 2018-08-01 07:00+0000\n" -"Last-Translator: popcorner \n" +"Last-Translator: H Zeng \n" "Language-Team: Chinese (Simplified) \n" "Language: zh_CN\n" @@ -8076,7 +8076,7 @@ msgstr "" #: libraries/classes/Normalization.php:190 msgid "Show me the central list of columns that are not already in this table" -msgstr "显示此表中尚未包含的列的中心列表" +msgstr "显示目前不在此表中的栏目的主要列表" #: libraries/classes/Normalization.php:193 msgid "" From 7209ef9ee31417e020752d3ad5ef49a8541db959 Mon Sep 17 00:00:00 2001 From: popcorner Date: Wed, 1 Aug 2018 02:11:48 +0000 Subject: [PATCH 089/114] Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (3291 of 3291 strings) [CI skip] Translation: phpMyAdmin/Development Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/zh_Hans/ Signed-off-by: popcorner --- po/zh_CN.po | 1966 ++++++++++++++------------------------------------- 1 file changed, 529 insertions(+), 1437 deletions(-) diff --git a/po/zh_CN.po b/po/zh_CN.po index 7f3f5a5373..6e6aaee0d1 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 5.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2018-05-28 21:06-0300\n" -"PO-Revision-Date: 2018-07-08 00:36+0000\n" -"Last-Translator: Freedoctor \n" +"PO-Revision-Date: 2018-08-01 07:04+0000\n" +"Last-Translator: popcorner \n" "Language-Team: Chinese (Simplified) \n" "Language: zh_CN\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 3.1-dev\n" +"X-Generator: Weblate 3.1.1\n" #: ajax.php:22 ajax.php:51 export.php:206 libraries/classes/Export.php:1150 msgid "Bad type!" @@ -609,7 +609,7 @@ msgstr "返回" msgid "" "You were logged out from one server, to logout completely from phpMyAdmin, " "you need to logout from all servers." -msgstr "注销成功, 要完全登出phpMyAdmin, 您需要从所有服务器依次注销." +msgstr "您已从一台服务器退出登录,要从phpMyAdmin完全退出,您需要从所有服务器退出。" #: index.php:184 libraries/classes/Footer.php:83 #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:116 @@ -899,7 +899,7 @@ msgstr "您已修改了一些数据但尚未保存。您真的要放弃保存并 msgid "" "You are trying to reduce the number of rows, but have already entered data " "in those rows which will be lost. Do you wish to continue?" -msgstr "" +msgstr "您正在尝试减少行数,但已经在那些将丢失的行中输入数据。你想继续吗?" #: js/messages.php:76 msgid "Do you really want to revoke the selected user(s) ?" @@ -1516,22 +1516,16 @@ msgid "Chart" msgstr "图表" #: js/messages.php:298 libraries/classes/Display/Export.php:581 -#, fuzzy -#| msgid "Database" msgctxt "Alias" msgid "Database" msgstr "数据库" #: js/messages.php:299 libraries/classes/Display/Export.php:593 -#, fuzzy -#| msgid "Table" msgctxt "Alias" msgid "Table" msgstr "表" #: js/messages.php:300 libraries/classes/Display/Export.php:604 -#, fuzzy -#| msgid "Column" msgctxt "Alias" msgid "Column" msgstr "字段" @@ -1820,7 +1814,7 @@ msgstr "导出" #: js/messages.php:404 msgid "No routine is exportable. Required privileges may be lacking." -msgstr "可能权限不足,无法输出 routine。" +msgstr "无法导出。可能缺少相应权限。" #: js/messages.php:407 libraries/classes/Rte/Routines.php:804 msgid "ENUM/SET editor" @@ -1900,13 +1894,13 @@ msgstr "浏览不相关的值" #: js/messages.php:425 msgid "No previously auto-saved query is available. Loading default query." -msgstr "" +msgstr "没有之前自动保存的查询可用。加载默认查询。" #: js/messages.php:426 msgid "" "You have a previously saved query. Click Get auto-saved query to load the " "query." -msgstr "" +msgstr "您有一个以前保存的查询。单击“获取自动保存的查询”以加载查询。" #: js/messages.php:427 #, php-format @@ -2218,7 +2212,7 @@ msgstr "尚未保存当前布局。如果继续将会丢失本次的修改。是 #: js/messages.php:564 msgid "value/subQuery is empty" -msgstr "" +msgstr "值/子查询为空" #: js/messages.php:565 templates/database/designer/side_menu.twig:34 #: templates/database/designer/side_menu.twig:37 @@ -2609,12 +2603,12 @@ msgstr "强" #: js/messages.php:751 msgid "Timed out waiting for security key activation." -msgstr "" +msgstr "等待安全密钥激活超时。" #: js/messages.php:752 #, php-format msgid "Failed security key activation (%s)." -msgstr "" +msgstr "安全密钥激活失败(%s)" #: js/messages.php:781 msgctxt "Previous month" @@ -2948,10 +2942,9 @@ msgid "Error" msgstr "错误" #: libraries/classes/Advisor.php:251 -#, fuzzy, php-format -#| msgid "Error while creating PDF:" +#, php-format msgid "Error when evaluating: %s" -msgstr "创建 PDF 时发生错误:" +msgstr "评估时发生错误:%s" #: libraries/classes/Advisor.php:282 #, php-format @@ -3142,168 +3135,120 @@ msgid "Charset" msgstr "字符集" #: libraries/classes/Charsets.php:312 -#, fuzzy -#| msgid "unknown" msgid "Unknown" msgstr "未知" #: libraries/classes/Charsets.php:326 -#, fuzzy -#| msgid "Binary" msgctxt "Collation" msgid "Binary" msgstr "二进制" #: libraries/classes/Charsets.php:338 libraries/classes/Charsets.php:568 -#, fuzzy -#| msgid "Unicode" msgctxt "Collation" msgid "Unicode" msgstr "Unicode" #: libraries/classes/Charsets.php:348 libraries/classes/Charsets.php:519 -#, fuzzy -#| msgid "West European" msgctxt "Collation" msgid "West European" msgstr "西欧" #: libraries/classes/Charsets.php:355 -#, fuzzy -#| msgid "Central European" msgctxt "Collation" msgid "Central European" msgstr "中欧" #: libraries/classes/Charsets.php:360 -#, fuzzy -#| msgid "Russian" msgctxt "Collation" msgid "Russian" msgstr "俄语" #: libraries/classes/Charsets.php:365 -#, fuzzy -#| msgid "Simplified Chinese" msgctxt "Collation" msgid "Simplified Chinese" msgstr "简体中文" #: libraries/classes/Charsets.php:372 libraries/classes/Charsets.php:490 -#, fuzzy -#| msgid "Japanese" msgctxt "Collation" msgid "Japanese" msgstr "日语" #: libraries/classes/Charsets.php:377 -#, fuzzy -#| msgid "Baltic" msgctxt "Collation" msgid "Baltic" msgstr "巴拉克语" #: libraries/classes/Charsets.php:382 -#, fuzzy -#| msgid "Armenian" msgctxt "Collation" msgid "Armenian" msgstr "亚美尼亚语" #: libraries/classes/Charsets.php:385 -#, fuzzy -#| msgid "Traditional Chinese" msgctxt "Collation" msgid "Traditional Chinese" msgstr "繁体中文" #: libraries/classes/Charsets.php:388 -#, fuzzy -#| msgid "Cyrillic" msgctxt "Collation" msgid "Cyrillic" msgstr "西里尔语" #: libraries/classes/Charsets.php:391 -#, fuzzy -#| msgid "Arabic" msgctxt "Collation" msgid "Arabic" msgstr "阿拉伯语" #: libraries/classes/Charsets.php:394 libraries/classes/Charsets.php:505 -#, fuzzy -#| msgid "Korean" msgctxt "Collation" msgid "Korean" msgstr "朝鲜语" #: libraries/classes/Charsets.php:397 -#, fuzzy -#| msgid "Hebrew" msgctxt "Collation" msgid "Hebrew" msgstr "希伯来语" #: libraries/classes/Charsets.php:400 -#, fuzzy -#| msgid "Georgian" msgctxt "Collation" msgid "Georgian" msgstr "乔治亚语" #: libraries/classes/Charsets.php:403 -#, fuzzy -#| msgid "Greek" msgctxt "Collation" msgid "Greek" msgstr "希腊语" #: libraries/classes/Charsets.php:406 -#, fuzzy -#| msgid "Czech-Slovak" msgctxt "Collation" msgid "Czech-Slovak" msgstr "捷克斯洛伐克语" #: libraries/classes/Charsets.php:409 libraries/classes/Charsets.php:560 -#, fuzzy -#| msgid "Ukrainian" msgctxt "Collation" msgid "Ukrainian" msgstr "乌克兰语" #: libraries/classes/Charsets.php:412 libraries/classes/Charsets.php:556 -#, fuzzy -#| msgid "Turkish" msgctxt "Collation" msgid "Turkish" msgstr "土耳其语" #: libraries/classes/Charsets.php:415 libraries/classes/Charsets.php:548 -#, fuzzy -#| msgid "Swedish" msgctxt "Collation" msgid "Swedish" msgstr "瑞典语" #: libraries/classes/Charsets.php:418 libraries/classes/Charsets.php:552 -#, fuzzy -#| msgid "Thai" msgctxt "Collation" msgid "Thai" msgstr "泰语" #: libraries/classes/Charsets.php:421 -#, fuzzy -#| msgid "unknown" msgctxt "Collation" msgid "Unknown" msgstr "未知" #: libraries/classes/Charsets.php:437 -#, fuzzy -#| msgid "Bulgarian" msgctxt "Collation" msgid "Bulgarian" msgstr "保加利亚语" @@ -3314,53 +3259,39 @@ msgid "Chinese" msgstr "中文" #: libraries/classes/Charsets.php:447 -#, fuzzy -#| msgid "Croatian" msgctxt "Collation" msgid "Croatian" msgstr "克罗地亚语" #: libraries/classes/Charsets.php:451 -#, fuzzy -#| msgid "Czech" msgctxt "Collation" msgid "Czech" msgstr "捷克语" #: libraries/classes/Charsets.php:455 -#, fuzzy -#| msgid "Danish" msgctxt "Collation" msgid "Danish" msgstr "丹麦语" #: libraries/classes/Charsets.php:459 -#, fuzzy -#| msgid "English" msgctxt "Collation" msgid "English" msgstr "英语" #: libraries/classes/Charsets.php:463 -#, fuzzy -#| msgid "Esperanto" msgctxt "Collation" msgid "Esperanto" msgstr "世界语" #: libraries/classes/Charsets.php:467 -#, fuzzy -#| msgid "Estonian" msgctxt "Collation" msgid "Estonian" msgstr "爱沙尼亚语" #: libraries/classes/Charsets.php:470 libraries/classes/Charsets.php:587 -#, fuzzy -#| msgid "Data Dictionary" msgctxt "Collation" msgid "German (dictionary order)" -msgstr "数据字典" +msgstr "德语(字典顺序)" #: libraries/classes/Charsets.php:473 libraries/classes/Charsets.php:584 msgctxt "Collation" @@ -3368,15 +3299,11 @@ msgid "German (phone book order)" msgstr "德语(电话簿排序)" #: libraries/classes/Charsets.php:482 -#, fuzzy -#| msgid "Hungarian" msgctxt "Collation" msgid "Hungarian" msgstr "匈牙利语" #: libraries/classes/Charsets.php:486 -#, fuzzy -#| msgid "Icelandic" msgctxt "Collation" msgid "Icelandic" msgstr "冰岛语" @@ -3387,74 +3314,54 @@ msgid "Classical Latin" msgstr "古典拉丁语" #: libraries/classes/Charsets.php:497 -#, fuzzy -#| msgid "Latvian" msgctxt "Collation" msgid "Latvian" msgstr "拉脱维亚语" #: libraries/classes/Charsets.php:501 -#, fuzzy -#| msgid "Lithuanian" msgctxt "Collation" msgid "Lithuanian" msgstr "立陶宛语" #: libraries/classes/Charsets.php:509 -#, fuzzy -#| msgid "Burmese" msgctxt "Collation" msgid "Burmese" msgstr "缅甸语" #: libraries/classes/Charsets.php:512 -#, fuzzy -#| msgid "Persian" msgctxt "Collation" msgid "Persian" msgstr "波斯语" #: libraries/classes/Charsets.php:516 -#, fuzzy -#| msgid "Polish" msgctxt "Collation" msgid "Polish" msgstr "波兰语" #: libraries/classes/Charsets.php:523 -#, fuzzy -#| msgid "Romanian" msgctxt "Collation" msgid "Romanian" msgstr "罗马尼亚语" #: libraries/classes/Charsets.php:527 -#, fuzzy -#| msgid "Sinhalese" msgctxt "Collation" msgid "Sinhalese" msgstr "僧伽罗语" #: libraries/classes/Charsets.php:531 -#, fuzzy -#| msgid "Slovak" msgctxt "Collation" msgid "Slovak" msgstr "斯洛伐克语" #: libraries/classes/Charsets.php:535 -#, fuzzy -#| msgid "Slovenian" msgctxt "Collation" msgid "Slovenian" msgstr "斯洛文尼亚语" #: libraries/classes/Charsets.php:538 libraries/classes/Charsets.php:598 -#, fuzzy -#| msgid "Spanish" msgctxt "Collation" msgid "Spanish (modern)" -msgstr "西班牙语" +msgstr "西班牙语(现代)" #: libraries/classes/Charsets.php:545 libraries/classes/Charsets.php:595 msgctxt "Collation" @@ -3462,50 +3369,36 @@ msgid "Spanish (traditional)" msgstr "西班牙语(传统)" #: libraries/classes/Charsets.php:564 -#, fuzzy -#| msgid "Vietnamese" msgctxt "Collation" msgid "Vietnamese" msgstr "越南语" #: libraries/classes/Charsets.php:631 -#, fuzzy -#| msgid "case-insensitive" msgctxt "Collation variant" msgid "case-insensitive" msgstr "不区分大小写" #: libraries/classes/Charsets.php:634 -#, fuzzy -#| msgid "case-sensitive" msgctxt "Collation variant" msgid "case-sensitive" msgstr "区分大小写" #: libraries/classes/Charsets.php:637 -#, fuzzy -#| msgid "case-insensitive" msgctxt "Collation variant" msgid "accent-insensitive" -msgstr "不区分大小写" +msgstr "不区分重音" #: libraries/classes/Charsets.php:640 -#, fuzzy -#| msgid "case-sensitive" msgctxt "Collation variant" msgid "accent-sensitive" -msgstr "区分大小写" +msgstr "区分重音" #: libraries/classes/Charsets.php:644 -#, fuzzy -#| msgid "multilingual" msgctxt "Collation variant" msgid "multi-level" -msgstr "多语言" +msgstr "多层级" #: libraries/classes/Charsets.php:647 -#, fuzzy -#| msgid "Binary" msgctxt "Collation variant" msgid "binary" msgstr "二进制" @@ -3770,10 +3663,8 @@ msgid "Hide table structure actions" msgstr "隐藏表结构操作" #: libraries/classes/Config/Descriptions.php:197 -#, fuzzy -#| msgid "Default sorting order" msgid "Default transformations for Hex" -msgstr "默认排序" +msgstr "十六进制的默认转换" #: libraries/classes/Config/Descriptions.php:199 #: libraries/classes/Config/Descriptions.php:203 @@ -3787,55 +3678,39 @@ msgstr "默认排序" msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." -msgstr "" +msgstr "默认转换的选项列表值。如果在表结构页面填写了转换,这些内容将被覆盖。" #: libraries/classes/Config/Descriptions.php:201 -#, fuzzy -#| msgid "Transformation options" msgid "Default transformations for Substring" -msgstr "转换选项" +msgstr "Substring字符串的默认转换" #: libraries/classes/Config/Descriptions.php:205 -#, fuzzy -#| msgid "Default sorting order" msgid "Default transformations for Bool2Text" -msgstr "默认排序" +msgstr "Bool2Text的默认转换" #: libraries/classes/Config/Descriptions.php:209 -#, fuzzy -#| msgid "Default sorting order" msgid "Default transformations for External" -msgstr "默认排序" +msgstr "External的默认转换" #: libraries/classes/Config/Descriptions.php:213 -#, fuzzy -#| msgid "Transformation options" msgid "Default transformations for PreApPend" -msgstr "转换选项" +msgstr "PreApPend的默认转换" #: libraries/classes/Config/Descriptions.php:217 -#, fuzzy -#| msgid "Default sorting order" msgid "Default transformations for DateFormat" -msgstr "默认排序" +msgstr "DateFormat的默认转换" #: libraries/classes/Config/Descriptions.php:221 -#, fuzzy -#| msgid "Transformation options" msgid "Default transformations for Inline" -msgstr "转换选项" +msgstr "Inline的默认转换" #: libraries/classes/Config/Descriptions.php:225 -#, fuzzy -#| msgid "Transformation options" msgid "Default transformations for TextImageLink" -msgstr "转换选项" +msgstr "TextImageLink的默认转换" #: libraries/classes/Config/Descriptions.php:229 -#, fuzzy -#| msgid "Transformation options" msgid "Default transformations for TextLink" -msgstr "转换选项" +msgstr "TextLink的默认转换" #: libraries/classes/Config/Descriptions.php:234 msgid "Show server listing as a list instead of a drop down." @@ -4012,8 +3887,6 @@ msgstr "MIME 类型" #: libraries/classes/Config/Descriptions.php:316 #: libraries/classes/Config/Descriptions.php:340 #: libraries/classes/Config/Descriptions.php:405 -#, fuzzy -#| msgid "Relations" msgid "Relationships" msgstr "关系" @@ -4463,13 +4336,8 @@ msgid "Console" msgstr "控制台" #: libraries/classes/Config/Descriptions.php:608 -#, fuzzy -#| msgid "" -#| "Enable [a@https://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for " -#| "import and export operations." msgid "Enable gzip compression for import and export operations." -msgstr "" -"允许在导入和导出时使用 [a@https://zh.wikipedia.org/wiki/Gzip]gzip[/a] 压缩。" +msgstr "允许在导入和导出时使用 gzip 压缩。" #: libraries/classes/Config/Descriptions.php:612 msgid "GZip" @@ -4728,16 +4596,12 @@ msgid "Show databases navigation as tree" msgstr "以树状显示数据库导航面板" #: libraries/classes/Config/Descriptions.php:774 -#, fuzzy -#| msgid "Navigation panel" msgid "Navigation panel width" -msgstr "导航面板" +msgstr "导航面板宽度" #: libraries/classes/Config/Descriptions.php:776 -#, fuzzy -#| msgid "Show logo in navigation panel." msgid "Set to 0 to collapse navigation panel." -msgstr "在导航面板中显示图示。" +msgstr "设置为0以折叠导航面板。" #: libraries/classes/Config/Descriptions.php:778 msgid "Link with main panel by highlighting the current database or table." @@ -5137,16 +5001,10 @@ msgid "Authentication type" msgstr "认证方式" #: libraries/classes/Config/Descriptions.php:999 -#, fuzzy -#| msgid "" -#| "Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/" -#| "a] support, suggested: [kbd]pma__bookmark[/kbd]" msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" -msgstr "" -"不使用[a@https://wiki.phpmyadmin.net/pma/bookmark]书签 (外链,英文)[/a]功能请" -"留空,推荐: [kbd]pma__bookmark[/kbd]" +msgstr "不使用[doc@bookmarks@]书签 (外链,英文)[/doc]功能请留空,推荐: [kbd]pma__bookmark[/kbd]" #: libraries/classes/Config/Descriptions.php:1003 msgid "Bookmark table" @@ -5175,17 +5033,10 @@ msgid "Control user password" msgstr "控制用户的密码" #: libraries/classes/Config/Descriptions.php:1019 -#, fuzzy -#| msgid "" -#| "A special MySQL user configured with limited permissions, more " -#| "information available on [a@https://wiki.phpmyadmin.net/pma/" -#| "controluser]wiki[/a]." msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." -msgstr "" -"一个特殊的被限制权限的 MySQL 用户,参见 [a@https://wiki.phpmyadmin.net/pma/" -"controluser]wiki (外链,英文)[/a]。" +msgstr "配置了有限权限的特殊MySQL用户,更多信息参见 [doc@linked-tables]文档[/doc]。" #: libraries/classes/Config/Descriptions.php:1023 msgid "Control user" @@ -5217,19 +5068,14 @@ msgid "Hide databases matching regular expression (PCRE)." msgstr "该正则表达式 (PCRE,Perl 兼容) 所匹配的数据库将被隐藏。" #: libraries/classes/Config/Descriptions.php:1043 -#, fuzzy -#| msgid "" -#| "More information on [a@https://sourceforge.net/p/phpmyadmin/" -#| "bugs/2606/]PMA bug tracker[/a] and [a@https://bugs.mysql.com/19588]MySQL " -#| "Bugs[/a]" msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" msgstr "" -"参见 [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA 缺陷 (bug) 跟踪系" -"统 (外链,英文)[/a] 和 [a@https://bugs.mysql.com/19588]MySQL 缺陷 (Bugs) (外" -"链,英文)[/a]" +"更多信息参见 [a@https://github.com/phpmyadmin/phpmyadmin/issues/8970]" +"phpMyAdmin问题跟踪系统 (外链,英文)[/a] 和 [a@https://bugs.mysql.com/19588]MySQL 缺陷 " +"(Bugs) (外链,英文)[/a]" #: libraries/classes/Config/Descriptions.php:1047 msgid "Disable use of INFORMATION_SCHEMA" @@ -5292,20 +5138,14 @@ msgid "" msgstr "不使用导出模板功能请留空,推荐: [kbd]pma__export_templates[/kbd]。" #: libraries/classes/Config/Descriptions.php:1085 -#, fuzzy -#| msgid "Textarea columns" msgid "Central columns table" -msgstr "中央框列" +msgstr "中央框列表格" #: libraries/classes/Config/Descriptions.php:1088 -#, fuzzy -#| msgid "" -#| "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" -#| "kbd]" msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." -msgstr "不使用 中央框列功能请留空,推荐: [kbd]pma__central_columns[/kbd]" +msgstr "不使用中央框列功能请留空,推荐: [kbd]pma__central_columns[/kbd]。" #: libraries/classes/Config/Descriptions.php:1093 msgid "" @@ -5339,18 +5179,13 @@ msgid "PDF schema: pages table" msgstr "PDF 大纲: 数据表页" #: libraries/classes/Config/Descriptions.php:1109 -#, fuzzy -#| msgid "" -#| "Database used for relations, bookmarks, and PDF features. See [a@https://" -#| "wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave " -#| "blank for no support. Suggested: [kbd]phpmyadmin[/kbd]." msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -"关系、书签、PDF 功能所用的数据库。参见 [a@https://wiki.phpmyadmin.net/pma/" -"pmadb]pmadb (外链,英文)[/a]。不使用请留空。推荐: [kbd]phpmyadmin[/kbd]。" +"关系、书签、PDF 功能所用的数据库。参见 [doc@linked-tables]pmadb (外链,英文)[/doc]。不使用请留空。推荐: " +"[kbd]phpmyadmin[/kbd]。" #: libraries/classes/Config/Descriptions.php:1114 #: templates/server/databases/create.twig:21 @@ -5386,31 +5221,20 @@ msgid "Favorites table" msgstr "收藏的表" #: libraries/classes/Config/Descriptions.php:1135 -#, fuzzy -#| msgid "" -#| "Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" -#| "links[/a] support, suggested: [kbd]pma__relation[/kbd]." msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." msgstr "" -"不使用[a@https://wiki.phpmyadmin.net/pma/relation]关系链接 (外链,英文)[/a]功" -"能请留空,推荐: [kbd]pma__relation[/kbd]。" +"不使用[doc@relations@]关系链接 (外链,英文)[/doc]功能请留空,推荐: [kbd]pma__relation[/kbd]。" #: libraries/classes/Config/Descriptions.php:1140 msgid "Relation table" msgstr "关系表" #: libraries/classes/Config/Descriptions.php:1143 -#, fuzzy -#| msgid "" -#| "See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " -#| "types[/a] for an example." msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." -msgstr "" -"参见[a@https://wiki.phpmyadmin.net/pma/auth_types#signon]认证方式 (外链,英" -"文)[/a]中的例子。" +msgstr "参见[doc@authentication-modes]认证方式 (外链,英文)[/doc]中的例子。" #: libraries/classes/Config/Descriptions.php:1147 msgid "Signon session name" @@ -5588,10 +5412,8 @@ msgid "Verbose name of this server" msgstr "服务器名称" #: libraries/classes/Config/Descriptions.php:1257 -#, fuzzy -#| msgid "Whether a user should be displayed a \"show all (rows)\" button" msgid "Whether a user should be displayed a \"show all (rows)\" button." -msgstr "设置是否给用户显示一个 \"显示所有 (记录)\" 的按钮." +msgstr "设置是否给用户显示一个 \"显示所有 (记录)\" 的按钮。" #: libraries/classes/Config/Descriptions.php:1259 msgid "Allow to display all the rows" @@ -5649,16 +5471,12 @@ msgid "Show last check timestamp" msgstr "显示最近检查时间" #: libraries/classes/Config/Descriptions.php:1287 -#, fuzzy -#| msgid "Show or hide a column displaying the comments for all tables." msgid "Show or hide a column displaying the charset for all tables." -msgstr "显示或隐藏所有表的备注列。" +msgstr "显示或隐藏所有表的字符集。" #: libraries/classes/Config/Descriptions.php:1289 -#, fuzzy -#| msgid "Show table comments" msgid "Show table charset" -msgstr "显示表备注" +msgstr "显示表字符集" #: libraries/classes/Config/Descriptions.php:1292 msgid "" @@ -5687,16 +5505,10 @@ msgid "Show hint" msgstr "显示提示" #: libraries/classes/Config/Descriptions.php:1307 -#, fuzzy -#| msgid "" -#| "Shows link to [a@https://secure.php.net/manual/function.phpinfo." -#| "php]phpinfo()[/a] output." msgid "" "Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." -msgstr "" -"显示 [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/a] 的链" -"接。" +msgstr "显示 [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] 输出的链接。" #: libraries/classes/Config/Descriptions.php:1311 msgid "Show phpinfo() link" @@ -5954,31 +5766,24 @@ msgid "Proxy password" msgstr "代理密码" #: libraries/classes/Config/Descriptions.php:1435 -#, fuzzy -#| msgid "" -#| "Enable [a@https://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for " -#| "import and export operations." msgid "Enable ZIP compression for import and export operations." -msgstr "" -"允许在导入和导出时使用 [a@https://zh.wikipedia.org/wiki/Gzip]gzip[/a] 压缩。" +msgstr "允许在导入和导出操作时使用 ZIP 压缩。" #: libraries/classes/Config/Descriptions.php:1437 msgid "ZIP" msgstr "ZIP" #: libraries/classes/Config/Descriptions.php:1439 -#, fuzzy msgid "Enter your public key for your domain reCaptcha service." -msgstr "输入主reCaptcha服务的公钥。" +msgstr "输入您域名reCaptcha服务的公钥。" #: libraries/classes/Config/Descriptions.php:1441 msgid "Public key for reCaptcha" msgstr "reCaptcha的公共密匙" #: libraries/classes/Config/Descriptions.php:1443 -#, fuzzy msgid "Enter your private key for your domain reCaptcha service." -msgstr "输入您的域的reCaptcha服务私钥。" +msgstr "输入您域名的reCaptcha服务私钥。" #: libraries/classes/Config/Descriptions.php:1445 msgid "Private key for reCaptcha" @@ -6024,18 +5829,12 @@ msgstr "总是扩展查询消息" #: libraries/classes/Config/Descriptions.php:1472 #: templates/console/display.twig:157 -#, fuzzy -#| msgid "Show current browsing query" msgid "Show current browsing query" msgstr "显示当前浏览查询" #: libraries/classes/Config/Descriptions.php:1474 -#, fuzzy -#| msgid "" -#| "Execute queries on Enter and insert new line with Shift + Enter. To make " -#| "this permanent, view settings." msgid "Execute queries on Enter and insert new line with Shift + Enter" -msgstr "浏览设置,使按Shift+Enter键执行输入和插入新行作为永久设置。" +msgstr "使用Enter执行查询,使用Shift + Enter插入新行。" #: libraries/classes/Config/Descriptions.php:1476 #: templates/console/display.twig:168 @@ -6043,16 +5842,12 @@ msgid "Switch to dark theme" msgstr "切换到黑色主题" #: libraries/classes/Config/Descriptions.php:1478 -#, fuzzy -#| msgid "Console" msgid "Console height" -msgstr "控制台" +msgstr "控制台高度" #: libraries/classes/Config/Descriptions.php:1480 -#, fuzzy -#| msgid "Console" msgid "Console mode" -msgstr "控制台" +msgstr "控制台模式" #: libraries/classes/Config/Descriptions.php:1482 #: templates/console/display.twig:64 @@ -6060,16 +5855,12 @@ msgid "Group queries" msgstr "联合查询" #: libraries/classes/Config/Descriptions.php:1484 libraries/classes/Sql.php:275 -#, fuzzy -#| msgid "Other" msgid "Order" -msgstr "其它" +msgstr "顺序" #: libraries/classes/Config/Descriptions.php:1486 -#, fuzzy -#| msgid "Order by:" msgid "Order by" -msgstr "排序条件:" +msgstr "排序条件" #: libraries/classes/Config/FormDisplay.php:101 #: libraries/classes/Config/Validator.php:526 @@ -6198,10 +5989,8 @@ msgid "CSV using LOAD DATA" msgstr "CSV 使用 LOAD DATA" #: libraries/classes/Config/Forms/User/MainForm.php:41 -#, fuzzy -#| msgid "Browser transformation" msgid "Default transformations" -msgstr "浏览器转换" +msgstr "默认转换" #: libraries/classes/Config/PageSettings.php:143 msgid "Cannot save settings, submitted configuration form contains errors!" @@ -6233,29 +6022,17 @@ msgid "You should use SSL connections if your database server supports it." msgstr "如果您的数据库服务器支持,您应该使用 SSL 连接。" #: libraries/classes/Config/ServerConfigChecks.php:178 -#, fuzzy -#| msgid "" -#| "If you feel this is necessary, use additional protection settings - " -#| "%shost authentication%s settings and %strusted proxies list%s. However, " -#| "IP-based protection may not be reliable if your IP belongs to an ISP " -#| "where thousands of users, including you, are connected to." msgid "" "If you feel this is necessary, use additional protection settings - %1$shost " "authentication%2$s settings and %3$strusted proxies list%4%s. However, IP-" "based protection may not be reliable if your IP belongs to an ISP where " "thousands of users, including you, are connected to." msgstr "" -"如果有必要,您可以使用额外的保护设置 - %s主机认证%s和%s可信代理表%s。但如果您" -"和许多人共用一个 IP 地址,该措施的安全性将下降。" +"如果有必要,您可以使用额外的保护设置 - %1$s主机认证%2$s和%3$s可信代理表%4%s。但如果您和许多人共用一个 IP " +"地址,该措施的安全性将下降。" #: libraries/classes/Config/ServerConfigChecks.php:205 -#, fuzzy, php-format -#| msgid "" -#| "You set the [kbd]config[/kbd] authentication type and included username " -#| "and password for auto-login, which is not a desirable option for live " -#| "hosts. Anyone who knows or guesses your phpMyAdmin URL can directly " -#| "access your phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/" -#| "kbd] or [kbd]http[/kbd]." +#, php-format msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " @@ -6263,10 +6040,9 @@ msgid "" "phpMyAdmin panel. Set %1$sauthentication type%2$s to [kbd]cookie[/kbd] or " "[kbd]http[/kbd]." msgstr "" -"您设置了 [kbd]config[/kbd] 认证方式,且为了能够自动登录而保存了用户名和密码," -"但在常用主机上不建议这样设置。如果有人知道 phpMyAdmin 的地址,他们就能够进入 " -"phpMyAdmin 的管理界面。建议将%s认证方式%s设置为 [kbd]cookie 认证[/kbd]或 " -"[kbd]HTTP 认证[/kbd]。" +"您设置了 [kbd]配置[/kbd] 认证方式,且为了能够自动登录而保存了用户名和密码,但在常用主机上不建议这样设置。如果有人知道 phpMyAdmin " +"的地址,他们就能够进入 phpMyAdmin 的管理界面。建议将%1$s认证方式%2$s设置为 [kbd]cookie 认证[/kbd]或 [kbd]" +"HTTP 认证[/kbd]。" #: libraries/classes/Config/ServerConfigChecks.php:232 msgid "You allow for connecting to the server without a password." @@ -6304,18 +6080,14 @@ msgid "Key should contain letters, numbers [em]and[/em] special characters." msgstr "短语密码应包含字母、数字[em]和[/em]特殊字符。" #: libraries/classes/Config/ServerConfigChecks.php:420 -#, fuzzy, php-format -#| msgid "" -#| "%sLogin cookie validity%s greater than %ssession.gc_maxlifetime%s may " -#| "cause random session invalidation (currently session.gc_maxlifetime is " -#| "%d)." +#, php-format msgid "" "%1$sLogin cookie validity%2$s greater than %3$ssession.gc_maxlifetime%4$s " "may cause random session invalidation (currently session.gc_maxlifetime is " "%5$d)." msgstr "" -"如果%s登录 cookie 有效期%s超过 %ssession.gc_maxlifetime%s 的值 (当前 %d) 则可" -"能导致会话随机失效。" +"如果%1$s登录 cookie 有效期%2$s超过 %3$ssession.gc_maxlifetime%4$s 的值 (当前 %5$d) " +"则可能导致会话随机失效。" #: libraries/classes/Config/ServerConfigChecks.php:444 #, php-format @@ -6336,24 +6108,18 @@ msgstr "" "cookie 有效期%s的值不能超过前者。" #: libraries/classes/Config/ServerConfigChecks.php:508 -#, fuzzy, php-format -#| msgid "" -#| "%sBzip2 compression and decompression%s requires functions (%s) which are " -#| "unavailable on this system." +#, php-format msgid "" "%1$sBzip2 compression and decompression%2$s requires functions (%3$s) which " "are unavailable on this system." -msgstr "此系统目前不支持 %sBzip2 压缩和解压缩%s所必须的 (%s) 函数。" +msgstr "此系统目前不支持 %1$sBzip2 压缩和解压缩%2$s所必须的 (%3$s) 函数。" #: libraries/classes/Config/ServerConfigChecks.php:540 -#, fuzzy, php-format -#| msgid "" -#| "%sGZip compression and decompression%s requires functions (%s) which are " -#| "unavailable on this system." +#, php-format msgid "" "%1$sGZip compression and decompression%2$s requires functions (%3$s) which " "are unavailable on this system." -msgstr "此系统目前不支持 %sGZip 压缩和解压缩%s所必须的 (%s) 函数。" +msgstr "此系统目前不支持 %1$sGZip 压缩和解压缩%2$s所必须的 (%3$s) 函数。" #: libraries/classes/Config/Validator.php:212 #: libraries/classes/Config/Validator.php:219 @@ -6596,8 +6362,6 @@ msgid "Your SQL query has been executed successfully." msgstr "您的 SQL 语句已成功运行。" #: libraries/classes/Controllers/Table/TableRelationController.php:307 -#, fuzzy -#| msgid "Internal relation added" msgid "Internal relationships were successfully updated." msgstr "成功更新内联关系。" @@ -6606,8 +6370,6 @@ msgid "Table search" msgstr "普通搜索" #: libraries/classes/Controllers/Table/TableSearchController.php:805 -#, fuzzy -#| msgid "Zoom Search" msgid "Zoom search" msgstr "缩放搜索" @@ -6724,17 +6486,10 @@ msgstr "" "能会导致一些数据损坏!" #: libraries/classes/Core.php:1236 -#, fuzzy -#| msgid "" -#| "You have enabled mbstring.func_overload in your PHP configuration. This " -#| "option is incompatible with phpMyAdmin and might cause some data to be " -#| "corrupted!" msgid "" "You have disabled ini_get and/or ini_set in php.ini. This option is " "incompatible with phpMyAdmin!" -msgstr "" -"您在 PHP 设置中启用了 mbstring.func_overload。该选项和 phpMyAdmin 不兼容并可" -"能会导致一些数据损坏!" +msgstr "您在 php.ini 中禁用了 ini_get 和/或 ini_set。该选项和 phpMyAdmin 不兼容!" #: libraries/classes/Core.php:1293 msgid "GLOBALS overwrite attempt" @@ -6749,66 +6504,48 @@ msgid "Could not load schema plugins, please check your installation!" msgstr "无法加载schema插件,请检查您的安装!" #: libraries/classes/Database/Designer/Common.php:573 -#, fuzzy -#| msgid "Error: relation already exists." msgid "Error: relationship already exists." msgstr "错误:关系已存在。" #: libraries/classes/Database/Designer/Common.php:619 -#, fuzzy -#| msgid "FOREIGN KEY relation added" msgid "FOREIGN KEY relationship has been added." -msgstr "已添加外键关联" +msgstr "已添加外键关联。" #: libraries/classes/Database/Designer/Common.php:625 -#, fuzzy -#| msgid "Error: Relation not added." msgid "Error: FOREIGN KEY relationship could not be added!" -msgstr "错误:关系未添加。" +msgstr "错误:无法添加外键关系!" #: libraries/classes/Database/Designer/Common.php:630 msgid "Error: Missing index on column(s)." -msgstr "" +msgstr "错误:列上缺少索引。" #: libraries/classes/Database/Designer/Common.php:635 msgid "Error: Relational features are disabled!" msgstr "错误:关系功能被禁用!" #: libraries/classes/Database/Designer/Common.php:657 -#, fuzzy -#| msgid "Internal relation added" msgid "Internal relationship has been added." -msgstr "已添加内联关系" +msgstr "已添加内联关系。" #: libraries/classes/Database/Designer/Common.php:663 -#, fuzzy -#| msgid "Error: Relation not added." msgid "Error: Internal relationship could not be added!" -msgstr "错误:关系未添加。" +msgstr "错误:内联关系无法添加!" #: libraries/classes/Database/Designer/Common.php:701 -#, fuzzy -#| msgid "FOREIGN KEY relation added" msgid "FOREIGN KEY relationship has been removed." -msgstr "已添加外键关联" +msgstr "已移除外键关联。" #: libraries/classes/Database/Designer/Common.php:707 -#, fuzzy -#| msgid "Error: Relation not added." msgid "Error: FOREIGN KEY relationship could not be removed!" -msgstr "错误:关系未添加。" +msgstr "错误:外键关联无法移除!" #: libraries/classes/Database/Designer/Common.php:734 -#, fuzzy -#| msgid "Error: Relation not added." msgid "Error: Internal relationship could not be removed!" -msgstr "错误:关系未添加。" +msgstr "错误:内联关系无法移除!" #: libraries/classes/Database/Designer/Common.php:738 -#, fuzzy -#| msgid "Internal relation added" msgid "Internal relationship has been removed." -msgstr "已添加内联关系" +msgstr "已移除内联关系。" #: libraries/classes/Database/Qbe.php:467 #: templates/table/search/search_and_replace.twig:6 @@ -6908,22 +6645,16 @@ msgid "at least one of the words" msgstr "至少一个词" #: libraries/classes/Database/Search.php:104 -#, fuzzy -#| msgid "at least one of the words" msgid "all of the words" -msgstr "至少一个词" +msgstr "所有词" #: libraries/classes/Database/Search.php:105 -#, fuzzy -#| msgid "the exact phrase" msgid "the exact phrase as substring" -msgstr "精确短语" +msgstr "作为substring的精确短语" #: libraries/classes/Database/Search.php:106 -#, fuzzy -#| msgid "the exact phrase" msgid "the exact phrase as whole field" -msgstr "精确短语" +msgstr "精确短语作为整个字段" #: libraries/classes/Database/Search.php:107 msgid "as regular expression" @@ -6935,23 +6666,18 @@ msgid "Words are separated by a space character (\" \")." msgstr "每个单词用空格(“ ”)分开。" #: libraries/classes/DatabaseInterface.php:1514 -#, fuzzy, php-format -#| msgid "" -#| "Unable to use timezone %1$s for server %2$d. Please check your " -#| "configuration setting for [em]$cfg['Servers'][%3$d]['SessionTimeZone'][/" -#| "em]. phpMyAdmin is currently using the default time zone of the database " -#| "server." +#, php-format msgid "" "Unable to use timezone \"%1$s\" for server %2$d. Please check your " "configuration setting for [em]$cfg['Servers'][%3$d]['SessionTimeZone'][/em]. " "phpMyAdmin is currently using the default time zone of the database server." msgstr "" -"无法为服务器 %2$d 设置时区 %1$s 。请检查您的配置中 [em]$cfg['Servers'][%3$d]" -"['SessionTimeZone'][/em] 字段。服务器当前使用默认时区。" +"无法为服务器 %2$d 设置时区 “%1$s” 。请检查您的配置中 " +"[em]$cfg['Servers'][%3$d]['SessionTimeZone'][/em] 字段。服务器当前使用默认时区。" #: libraries/classes/DatabaseInterface.php:1563 msgid "Failed to set configured collation connection!" -msgstr "读取配置文件失败!" +msgstr "无法设置配置的整理连接!" #: libraries/classes/DatabaseInterface.php:2200 msgid "" @@ -6965,7 +6691,7 @@ msgstr "服务器没有响应。" #: libraries/classes/DatabaseInterface.php:2209 msgid "Logout and try as another user." -msgstr "" +msgstr "注销并尝试作为另一个用户。" #: libraries/classes/DatabaseInterface.php:2215 msgid "Please check privileges of directory containing database." @@ -6976,10 +6702,8 @@ msgid "Details…" msgstr "详细…" #: libraries/classes/DatabaseInterface.php:2532 -#, fuzzy -#| msgid "Missing parameter:" msgid "Missing connection parameters!" -msgstr "缺少参数:" +msgstr "缺少连接参数!" #: libraries/classes/DatabaseInterface.php:2559 msgid "Connection for controluser as defined in your configuration failed." @@ -7025,12 +6749,11 @@ msgstr "密码加密方式:" #: libraries/classes/Display/ChangePassword.php:133 #: libraries/classes/Server/Privileges.php:1736 -#, fuzzy msgid "" "This method requires using an 'SSL connection' or an 'unencrypted " "connection that encrypts the password using RSA'; while connecting to " "the server." -msgstr "此方法连接服务器时,需要使用SSL连接或未加密但使用RSA加密了密码的连接。" +msgstr "此方法连接服务器时,需要使用SSL连接未加密但使用RSA加密了密码的连接。" #: libraries/classes/Display/Export.php:334 msgid "@SERVER@ will become the server name" @@ -7765,13 +7488,10 @@ msgid "Only single-table UPDATE and DELETE queries can be simulated." msgstr "只能预览单一数据表的UPDATE和DELETE查询。" #: libraries/classes/Import.php:1591 -#, fuzzy msgid "" "Only INSERT, UPDATE, DELETE and REPLACE SQL queries containing transactional " "engine tables can be rolled back." -msgstr "" -"回滚操作需要数据表采用支持事务处理的存储引擎,且SQL查询仅限INSERT、UPDATE、" -"DELETE和REPLACE。" +msgstr "回滚操作需要数据表采用支持事务处理的存储引擎,且SQL查询仅限INSERT、UPDATE、DELETE和REPLACE。" #: libraries/classes/Index.php:660 #, php-format @@ -7970,7 +7690,7 @@ msgstr "视图" #: libraries/classes/Menu.php:298 libraries/classes/Menu.php:317 #, php-format msgid "“%s”" -msgstr "" +msgstr "“%s”" #: libraries/classes/Menu.php:352 #: libraries/classes/Navigation/Nodes/NodeTable.php:302 @@ -8142,8 +7862,6 @@ msgid "Data only" msgstr "仅数据" #: libraries/classes/MultSubmits.php:422 -#, fuzzy -#| msgid "Add AUTO_INCREMENT value" msgid "Add AUTO INCREMENT value" msgstr "添加自增值" @@ -8221,10 +7939,8 @@ msgid "Log out" msgstr "退出" #: libraries/classes/Navigation/NavigationHeader.php:177 -#, fuzzy -#| msgid "Dumping data for table" msgid "Empty session data" -msgstr "转存表中的数据" +msgstr "空会话数据" #: libraries/classes/Navigation/NavigationHeader.php:195 msgid "phpMyAdmin documentation" @@ -8390,13 +8106,13 @@ msgstr "" #: libraries/classes/Normalization.php:204 msgid "Show me the central list of columns that are not already in this table" -msgstr "" +msgstr "显示此表中尚未包含的列的中心列表" #: libraries/classes/Normalization.php:207 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 "" +msgstr "选择一个可以分割为一个以上的列(选择”无此列“将会移到下一步)。" #: libraries/classes/Normalization.php:214 normalization.php:20 msgid "Select one…" @@ -8473,7 +8189,6 @@ msgid "No redundant column" msgstr "无冗余字段" #: libraries/classes/Normalization.php:332 -#, fuzzy msgid "Move repeating groups" msgstr "移动重复组" @@ -8512,7 +8227,7 @@ msgstr "查找部分依赖" msgid "" "No partial dependencies possible as no non-primary column exists since " "primary key ( %1$s ) is composed of all the columns in the table." -msgstr "" +msgstr "由于不存在非主要列,因此不存在部分依赖性,因为主键(%1$s)由表中的所有列组成。" #: libraries/classes/Normalization.php:407 #: libraries/classes/Normalization.php:452 @@ -8520,31 +8235,29 @@ msgid "Table is already in second normal form." msgstr "资料表已经是第二正则化的。" #: libraries/classes/Normalization.php:412 -#, fuzzy, php-format +#, php-format msgid "" "The primary key ( %1$s ) consists of more than one column so we need to find " "the partial dependencies." -msgstr "主键 ( %1$s ) 由多个字段组成,我们需要查找部分依赖." +msgstr "主键 ( %1$s ) 由多个字段组成,因此我们需要查找部分依赖." #: libraries/classes/Normalization.php:417 #: libraries/classes/Normalization.php:804 -#, fuzzy msgid "" "Please answer the following question(s) carefully to obtain a correct " "normalization." -msgstr "请仔细回答下列问题以得到正确的正常化." +msgstr "请仔细回答下列问题以得到正确的规范化." #: libraries/classes/Normalization.php:421 -#, fuzzy msgid "+ Show me the possible partial dependencies based on data in the table" -msgstr "+ 根据表中数据向我展示可能的部分依赖" +msgstr "+ 根据表中数据向我展示可能的部分依赖关系" #: libraries/classes/Normalization.php:425 msgid "" "For each column below, please select the minimal set of columns among " "given set whose values combined together are sufficient to determine the " "value of the column." -msgstr "" +msgstr "对于下面的每一列,请在给定的值组合在一起足以确定列的值的列的集合当中选出列的最小集合。" #: libraries/classes/Normalization.php:435 #: libraries/classes/Normalization.php:843 @@ -8553,18 +8266,18 @@ msgid "'%1$s' depends on:" msgstr "'%1$s' 依赖:" #: libraries/classes/Normalization.php:447 -#, fuzzy, php-format +#, php-format msgid "" "No partial dependencies possible as the primary key ( %1$s ) has just one " "column." -msgstr "主键( %1$s )只包含一个字段,没有可能的部分依赖" +msgstr "主键( %1$s )只包含一个字段,没有可能的部分依赖。" #: libraries/classes/Normalization.php:476 #, php-format msgid "" "In order to put the original table '%1$s' into Second normal form we need to " "create the following tables:" -msgstr "" +msgstr "为了将原始表'%1$s'放入第二范式,我们需要创建以下表:" #: libraries/classes/Normalization.php:513 #, php-format @@ -8574,27 +8287,24 @@ msgstr "标准化第二步请完成表“%1$s”。" #: libraries/classes/Normalization.php:553 #: libraries/classes/Normalization.php:703 #: libraries/classes/Normalization.php:775 -#, fuzzy -#| msgid "Error in processing request" msgid "Error in processing!" -msgstr "处理请求时的错误" +msgstr "处理时出现错误!" #: libraries/classes/Normalization.php:599 #, php-format msgid "" "In order to put the original table '%1$s' into Third normal form we need to " "create the following tables:" -msgstr "" +msgstr "为了将原始表'%1$s'放入第三范式,我们需要创建以下表:" #: libraries/classes/Normalization.php:647 msgid "The third step of normalization is complete." -msgstr "" +msgstr "标准化的第三步已完成。" #: libraries/classes/Normalization.php:754 -#, fuzzy, php-format -#| msgid "Selected target tables have been synchronized with source tables." +#, php-format msgid "Selected repeating group has been moved to the table '%s'" -msgstr "选中的数据表已根据源数据表同步。" +msgstr "选定的重复组已移至表“%s”中" #: libraries/classes/Normalization.php:801 msgid "Step 3." @@ -8602,7 +8312,7 @@ msgstr "第三步." #: libraries/classes/Normalization.php:801 msgid "Find transitive dependencies" -msgstr "" +msgstr "查找传递依赖项" #: libraries/classes/Normalization.php:808 msgid "" @@ -8611,50 +8321,50 @@ msgid "" "value of the column.
      Note: A column may have no transitive dependency, " "in that case you don't have to select any." msgstr "" +"对于下面的每一列,请在给定集合中选择列的最小集合,其值组合在一起足以确定列的值
      注意:列可能没有传递依赖性,在这种情况下,您不必选择任何项。" #: libraries/classes/Normalization.php:857 msgid "" "No Transitive dependencies possible as the table doesn't have any non " "primary key columns" -msgstr "" +msgstr "没有传递依赖性,因为该表没有任何非主键列" #: libraries/classes/Normalization.php:861 msgid "Table is already in Third normal form!" -msgstr "" +msgstr "表已经处于第三范式!" #: libraries/classes/Normalization.php:887 -#, fuzzy -#| msgid "Hide table structure actions" msgid "Improve table structure (Normalization):" -msgstr "隐藏表结构操作" +msgstr "改进表结构(规范化):" #: libraries/classes/Normalization.php:888 msgid "Select up to what step you want to normalize" -msgstr "" +msgstr "选择您要标准化的步骤" #: libraries/classes/Normalization.php:892 msgid "Second step of normalization (1NF+2NF)" -msgstr "" +msgstr "规范化的第二步(第一范式 + 第二范式 )" #: libraries/classes/Normalization.php:893 msgid "Third step of normalization (1NF+2NF+3NF)" -msgstr "" +msgstr "规范化的第三步(第一范式 + 第二范式 + 第三范式)" #: libraries/classes/Normalization.php:903 msgid "" "Hint: Please follow the procedure carefully in order to obtain correct " "normalization" -msgstr "" +msgstr "提示:请仔细按照程序进行,以获得正确的规范化" #: libraries/classes/Normalization.php:969 msgid "" "This list is based on a subset of the table's data and is not necessarily " "accurate. " -msgstr "" +msgstr "此列表基于表数据的子集,并不一定准确。 " #: libraries/classes/Normalization.php:985 msgid "No partial dependencies found!" -msgstr "" +msgstr "找不到部分依赖关系!" #: libraries/classes/Operations.php:105 msgid "Rename database to" @@ -8683,8 +8393,6 @@ msgid "Drop the database (DROP)" msgstr "删除数据库 (DROP)" #: libraries/classes/Operations.php:222 -#, fuzzy -#| msgid "Copy database to" msgid "Copy database to" msgstr "复制数据库到" @@ -8697,16 +8405,12 @@ msgid "Switch to copied database" msgstr "切换到复制的数据库" #: libraries/classes/Operations.php:320 -#, fuzzy -#| msgid "Continued table caption" msgid "Change all tables collations" -msgstr "表说明续" +msgstr "更改所有表排序规则" #: libraries/classes/Operations.php:326 -#, fuzzy -#| msgid "Make all columns atomic" msgid "Change all tables columns collations" -msgstr "使所有字段原子化" +msgstr "更改所有表列的排序规则" #: libraries/classes/Operations.php:799 msgid "Alter table order by" @@ -8739,7 +8443,7 @@ msgstr "存储引擎" #: libraries/classes/Operations.php:1093 msgid "Change all column collations" -msgstr "" +msgstr "更改所有列排序规则" #: libraries/classes/Operations.php:1264 msgid "Copy table to (database.table)" @@ -8766,10 +8470,8 @@ msgstr "检查表" #: libraries/classes/Operations.php:1420 #: templates/database/structure/check_all_tables.twig:21 -#, fuzzy -#| msgid "Check table" msgid "Checksum table" -msgstr "检查表" +msgstr "校验值表" #: libraries/classes/Operations.php:1434 msgid "Defragment table" @@ -8837,13 +8539,11 @@ msgstr "修复" #: libraries/classes/Operations.php:1589 #: templates/table/structure/display_structure.twig:179 msgid "Truncate" -msgstr "" +msgstr "清空" #: libraries/classes/Operations.php:1603 -#, fuzzy -#| msgid "Close" msgid "Coalesce" -msgstr "关闭" +msgstr "联合" #: libraries/classes/Operations.php:1612 msgid "Partition maintenance" @@ -8934,7 +8634,7 @@ msgstr "" #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:163 msgid "Retry to connect" -msgstr "" +msgstr "重试连接" #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:135 msgid "Your session has expired. Please log in again." @@ -8958,18 +8658,16 @@ msgid "Server Choice:" msgstr "选择服务器:" #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:314 -#, fuzzy -#| msgid "Could not connect to the database server!" msgid "Failed to connect to the reCAPTCHA service!" -msgstr "无法连接到数据库!" +msgstr "无法连接到reCAPTCHA服务!" #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:316 msgid "Entered captcha is wrong, try again!" -msgstr "" +msgstr "输入的验证码有误,请再试一次!" #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:321 msgid "Missing reCAPTCHA verification, maybe it has been blocked by adblock?" -msgstr "" +msgstr "缺少reCAPTCHA验证,也许它被adblock阻止了或者您没有科学上网?" #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:345 msgid "You are not allowed to log in to this MySQL server!" @@ -9000,7 +8698,7 @@ msgstr "无法登录 MySQL 服务器" #: libraries/classes/Plugins/AuthenticationPlugin.php:350 msgid "You have enabled two factor authentication, please confirm your login." -msgstr "" +msgstr "您已启用双因素身份验证,请确认您的登录信息。" #: libraries/classes/Plugins/Export/ExportCodegen.php:104 #: templates/display/import/import.twig:168 @@ -9135,11 +8833,11 @@ msgstr "替换视图以便查看" #: libraries/classes/Plugins/Export/ExportJson.php:92 msgid "Output pretty-printed JSON (Use human-readable formatting)" -msgstr "" +msgstr "输出格式化后的JSON(使用人类可读的格式)" #: libraries/classes/Plugins/Export/ExportJson.php:98 msgid "Output unicode characters unescaped" -msgstr "" +msgstr "输出unicode字符未转义" #: libraries/classes/Plugins/Export/ExportLatex.php:53 msgid "Content of table @TABLE@" @@ -9161,24 +8859,18 @@ msgstr "对象创建选项" #: libraries/classes/Plugins/Export/ExportLatex.php:123 #: libraries/classes/Plugins/Export/ExportLatex.php:175 -#, fuzzy -#| msgid "Table caption" msgid "Table caption:" -msgstr "表的标题" +msgstr "表的标题:" #: libraries/classes/Plugins/Export/ExportLatex.php:129 #: libraries/classes/Plugins/Export/ExportLatex.php:181 -#, fuzzy -#| msgid "Table caption (continued)" msgid "Table caption (continued):" -msgstr "表的副标题" +msgstr "表的副标题:" #: libraries/classes/Plugins/Export/ExportLatex.php:135 #: libraries/classes/Plugins/Export/ExportLatex.php:187 -#, fuzzy -#| msgid "Label key" msgid "Label key:" -msgstr "关键标签" +msgstr "关键标签:" #: libraries/classes/Plugins/Export/ExportLatex.php:142 #: libraries/classes/Plugins/Export/ExportOdt.php:102 @@ -9198,58 +8890,44 @@ msgid "Display MIME types" msgstr "显示 MIME 类型" #: libraries/classes/Plugins/Export/ExportLatex.php:170 -#, fuzzy -#| msgid "Put columns names in the first row" msgid "Put columns names in the first row:" -msgstr "首行保存字段名" +msgstr "首行放置列名:" #: libraries/classes/Plugins/Export/ExportLatex.php:218 #: libraries/classes/Plugins/Export/ExportSql.php:696 #: libraries/classes/Plugins/Export/ExportXml.php:241 #: libraries/classes/ReplicationGui.php:462 #: libraries/classes/ReplicationGui.php:724 -#, fuzzy -#| msgid "Host" msgid "Host:" -msgstr "主机" +msgstr "主机:" #: libraries/classes/Plugins/Export/ExportLatex.php:223 #: libraries/classes/Plugins/Export/ExportSql.php:702 #: libraries/classes/Plugins/Export/ExportXml.php:246 -#, fuzzy -#| msgid "Generation Time" msgid "Generation Time:" -msgstr "生成日期" +msgstr "生成日期:" #: libraries/classes/Plugins/Export/ExportLatex.php:226 #: libraries/classes/Plugins/Export/ExportSql.php:708 #: libraries/classes/Plugins/Export/ExportXml.php:249 -#, fuzzy -#| msgid "PHP Version" msgid "PHP Version:" -msgstr "PHP 版本" +msgstr "PHP 版本:" #: libraries/classes/Plugins/Export/ExportLatex.php:256 #: libraries/classes/Plugins/Export/ExportSql.php:897 #: libraries/classes/Plugins/Export/ExportXml.php:410 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:166 -#, fuzzy -#| msgid "Database" msgid "Database:" -msgstr "数据库" +msgstr "数据库:" #: libraries/classes/Plugins/Export/ExportLatex.php:329 #: libraries/classes/Plugins/Export/ExportSql.php:2195 -#, fuzzy -#| msgid "Data" msgid "Data:" -msgstr "数据" +msgstr "数据:" #: libraries/classes/Plugins/Export/ExportLatex.php:509 -#, fuzzy -#| msgid "Structure" msgid "Structure:" -msgstr "结构" +msgstr "结构:" #: libraries/classes/Plugins/Export/ExportMediawiki.php:84 msgid "Export table names" @@ -9264,22 +8942,16 @@ msgid "Report title:" msgstr "报告标题:" #: libraries/classes/Plugins/Export/ExportPdf.php:233 -#, fuzzy -#| msgid "Dumping data for table" msgid "Dumping data" -msgstr "转存表中的数据" +msgstr "转存数据" #: libraries/classes/Plugins/Export/ExportPdf.php:288 -#, fuzzy -#| msgid "structure" msgid "View structure" -msgstr "结构" +msgstr "查看结构" #: libraries/classes/Plugins/Export/ExportPdf.php:291 -#, fuzzy -#| msgid "and then" msgid "Stand in" -msgstr "然后" +msgstr "代替" #: libraries/classes/Plugins/Export/ExportSql.php:104 msgid "" @@ -9298,10 +8970,8 @@ msgid "" msgstr "包含数据库创建、最后更新和最后检查的时间" #: libraries/classes/Plugins/Export/ExportSql.php:177 -#, fuzzy -#| msgid "Export method" msgid "Export metadata" -msgstr "导出方式" +msgstr "导出元数据" #: libraries/classes/Plugins/Export/ExportSql.php:192 msgid "" @@ -9325,13 +8995,12 @@ msgstr "添加 %s 语句" #: libraries/classes/Plugins/Export/ExportSql.php:291 msgid "(less efficient as indexes will be generated during table creation)" -msgstr "" +msgstr "(在创建表时将生成索引,效率较低)" #: libraries/classes/Plugins/Export/ExportSql.php:299 -#, fuzzy, php-format -#| msgid "Session value" +#, php-format msgid "%s value" -msgstr "会话值" +msgstr "%s值" #: libraries/classes/Plugins/Export/ExportSql.php:333 msgid "" @@ -9389,16 +9058,12 @@ msgstr "" "如: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 above
            Example: INSERT INTO " -#| "tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)" msgid "" "both of the above
            Example: INSERT 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'…
      If you ever need to put a backslash (\"\\\") or " -#| "a single quote (\"'\") amongst those values, precede it with a backslash " -#| "(for example '\\\\xyz' or 'a\\'b')." msgid "" "If column type is \"enum\" or \"set\", please enter the values using this " "format: 'a','b','c'…
      If you ever need to put a backslash (\"\") or a " "single quote (\"'\") amongst those values, precede it with a backslash (for " "example '\\\\xyz' or 'a\\'b')." msgstr "" -"如字段类型是“enum”或“set”,请使用以下格式输入:'a','b','c'…
      如果需要输入" -"反斜杠(“\\”)或单引号(“'”),请在前面加上反斜杠(如 '\\\\xyz' 或 'a\\'b')。" +"如字段类型是“enum”或“set”,请使用以下格式输入:'a','b','c'…
      如果需要输入反斜杠(“”)或单引号(“'”),请在前面加上反斜杠(如 '\\\\xyz' 或 'a\\'b')。" #: templates/columns_definitions/table_fields_definitions.twig:21 msgid "" @@ -14422,7 +13789,7 @@ msgstr "对于默认值,请只输入单个值,不要加反斜杠或引号, #: templates/columns_definitions/table_fields_definitions.twig:59 msgid "Virtuality" -msgstr "" +msgstr "虚拟" #: templates/columns_definitions/table_fields_definitions.twig:65 msgid "Move column" @@ -14430,47 +13797,33 @@ msgstr "移动字段" #: 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 "可用的转换" +msgstr "可用转换列表及其选项" #: templates/columns_definitions/table_fields_definitions.twig:82 -#, fuzzy -#| msgid "Browser transformation" msgid "Browser display transformation options" -msgstr "浏览器转换" +msgstr "浏览器显示转换选项" #: 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'…
      If you ever need to put a backslash (\"\\\") or a " -#| "single quote (\"'\") amongst those values, precede it with a backslash " -#| "(for example '\\\\xyz' or 'a\\'b')." msgid "" "Please enter the values for transformation options using this format: 'a', " "100, b,'c'…
      If you ever need to put a backslash (\"\\\") or a single " "quote (\"'\") amongst those values, precede it with a backslash (for example " "'\\\\xyz' or 'a\\'b')." msgstr "" -"请使用此格式输入转换选项的值:'a',100,b,'c'…
      如果您需要在值中输入反斜杠 " -"(“\\”)或单引号(“'”),请在前面加上反斜杠 (如 '\\\\xyz' 或 'a\\'b')。" +"请使用此格式输入转换选项的值:'a',100,b,'c'…
      如果您需要在值中输入反斜杠 (“\\”)或单引号(“'”),请在前面加上反斜杠 (" +"如 '\\\\xyz' 或 'a\\'b')。" #: templates/columns_definitions/table_fields_definitions.twig:93 -#, fuzzy -#| msgid "Transformation options" msgid "Input transformation options" -msgstr "转换选项" +msgstr "输入转换选项" #: templates/display/results/options_block.twig:30 msgid "Relational key" msgstr "关联键" #: templates/display/results/options_block.twig:30 -#, fuzzy -#| msgid "Display column for relations" msgid "Display column for relationships" msgstr "显示关联的字段" @@ -14497,22 +13850,19 @@ msgid "Well Known Binary" msgstr "WKB 二进制表达" #: 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/secondary_tabs.twig:9 msgid "Relation view" msgstr "关联视图" #: 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 @@ -14590,17 +13940,14 @@ msgid "As defined:" msgstr "定义:" #: templates/database/designer/delete_relation_panel.twig:21 -#, fuzzy -#| msgid "Delete relation" msgid "Delete relationship" 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/database/qbe/footer_options.twig:3 msgid "Add/Delete criteria rows" @@ -14611,24 +13958,17 @@ msgid "Add/Delete columns" 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:" @@ -14636,15 +13976,11 @@ 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/database/designer/options_panel.twig:34 #: templates/database/designer/options_panel.twig:199 -#, fuzzy -#| msgid "Relation operator" msgid "Relationship operator" msgstr "关系运算符" @@ -14689,17 +14025,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/table/structure/add_column.twig:4 #: templates/database/central_columns/add_column.twig:5 @@ -14712,8 +14044,6 @@ msgid "Add %s column(s)" msgstr "添加 %s 个字段" #: templates/table/structure/add_column.twig:14 -#, fuzzy -#| msgid "At Beginning of Table" msgid "at beginning of table" msgstr "于表开头" @@ -14726,8 +14056,6 @@ msgstr "于 %s 之后" #: templates/database/designer/new_relation_panel.twig:22 #: templates/database/designer/side_menu.twig:85 #: templates/database/designer/side_menu.twig:88 -#, fuzzy -#| msgid "Create relation" msgid "Create relationship" msgstr "创建关系" @@ -14737,6 +14065,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/table/search/options_zoom.twig:6 msgid "Use this column to label each point" @@ -14768,74 +14097,52 @@ 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:90 -#, 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 "更新查询" @@ -14853,14 +14160,10 @@ 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 "字符集和排序规则" @@ -14872,14 +14175,12 @@ msgstr "数据库统计" msgid "" "Open the two-factor authentication app on your device to view your " "authentication code and verify your identity." -msgstr "" +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 @@ -14893,17 +14194,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 @@ -14948,17 +14245,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 @@ -14972,10 +14265,8 @@ 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/privileges/add_user_fieldset.twig:2 msgctxt "Create new user" @@ -14984,16 +14275,12 @@ msgstr "新建" #: templates/prefs_twofactor_configure.twig:2 templates/prefs_twofactor.twig:43 #: templates/prefs_twofactor.twig:54 -#, fuzzy -#| msgid "Config authentication" msgid "Configure two-factor authentication" -msgstr "Config 认证" +msgstr "配置双因素身份验证" #: templates/prefs_twofactor_configure.twig:8 -#, fuzzy -#| msgid "Config authentication" msgid "Enable two-factor authentication" -msgstr "Config 认证" +msgstr "启用双因素身份验证" #: templates/table/insert/continue_insertion_form.twig:18 #, php-format @@ -15002,11 +14289,9 @@ msgstr "继续插入 %s 行" #: templates/table/tracking/structure_snapshot_columns.twig:5 #: templates/table/tracking/report_table.twig:4 -#, fuzzy -#| msgid "#" msgctxt "Number" msgid "#" -msgstr "查询数量" +msgstr "#" #: templates/table/tracking/structure_snapshot_columns.twig:47 #: templates/table/structure/table_structure_row.twig:34 @@ -15024,30 +14309,24 @@ msgid "" msgstr "“PRIMARY”必须而且只能作为主键的名称!" #: templates/table/index_form.twig:34 -#, fuzzy -#| msgid "Index cache size" msgid "Index choice:" -msgstr "索引缓存大小" +msgstr "索引选择:" #: templates/table/index_form.twig:42 -#, fuzzy -#| msgid "Active options" msgid "Advanced Options" -msgstr "当前选项" +msgstr "高级选项" #: templates/table/index_form.twig:48 msgid "Key block size:" -msgstr "" +msgstr "密钥块大小:" #: templates/table/index_form.twig:65 msgid "Index type:" msgstr "索引类型:" #: templates/table/index_form.twig:77 -#, fuzzy -#| msgid "User:" msgid "Parser:" -msgstr "用户:" +msgstr "解析器:" #: templates/table/index_form.twig:93 msgid "Comment:" @@ -15059,10 +14338,8 @@ msgid "Size" msgstr "大小" #: templates/table/index_form.twig:136 templates/table/index_form.twig:173 -#, fuzzy -#| msgid "Drag to reorder." msgid "Drag to reorder" -msgstr "拖拽以调整顺序。" +msgstr "拖拽以重排顺序" #: templates/privileges/privileges_summary.twig:20 msgid "Column-specific privileges" @@ -15072,7 +14349,7 @@ 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/privileges/add_privileges_database.twig:1 msgid "Add privileges on the following database(s):" @@ -15083,32 +14360,24 @@ 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/database/structure/check_all_tables.twig:6 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" @@ -15119,26 +14388,22 @@ 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/login/twofactor/key.twig:3 msgid "" "Please connect your FIDO U2F device into your computer's USB port. Then " "confirm login on the device." -msgstr "" +msgstr "请将您的FIDO U2F设备连接到计算机的USB端口。然后确认在设备上登录。" #: templates/console/display.twig:7 msgid "History" @@ -15261,49 +14526,39 @@ msgid "" msgstr "浏览设置,使按Shift+Enter键执行输入和插入新行作为永久设置。" #: templates/table/relation/common_form.twig:6 -#, fuzzy -#| msgid "Foreign key constraint" msgid "Foreign key constraints" msgstr "外键约束" #: templates/table/relation/common_form.twig:10 -#, fuzzy -#| msgid "Action" msgid "Actions" msgstr "操作" #: templates/table/relation/common_form.twig:11 -#, fuzzy -#| msgid "Constraints for table" msgid "Constraint properties" -msgstr "限制表" +msgstr "限制属性" #: templates/table/relation/common_form.twig:15 msgid "" "Creating a foreign key over a non-indexed column would automatically create " "an index on it. Alternatively, you can define an index below, before " "creating the foreign key." -msgstr "" +msgstr "在非索引列上创建外键将自动在其上创建索引。或者,您可以在创建外键之前在下面定义索引。" #: templates/table/relation/common_form.twig:20 msgid "" "Only columns with index will be displayed. You can define an index below." -msgstr "" +msgstr "仅显示具有索引的列。您可以在下面定义索引。" #: templates/table/relation/common_form.twig:24 msgid "Foreign key constraint" msgstr "外键约束" #: templates/table/relation/common_form.twig:89 -#, fuzzy -#| msgid "Add constraints" msgid "+ Add constraint" -msgstr "添加约束" +msgstr "+ 添加约束" #: templates/table/relation/common_form.twig:99 #: templates/table/relation/common_form.twig:104 -#, fuzzy -#| msgid "Internal relations" msgid "Internal relationships" msgstr "内联" @@ -15318,10 +14573,8 @@ msgid "" msgstr "不需要一个和外键关系一致的内联关系。" #: templates/table/relation/common_form.twig:172 -#, fuzzy -#| msgid "Choose column to display" msgid "Choose column to display:" -msgstr "选择要显示的字段" +msgstr "选择要显示的字段:" #: templates/display/export/options_format.twig:2 #: templates/display/import/import.twig:174 @@ -15382,33 +14635,27 @@ 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" 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" @@ -15427,32 +14674,24 @@ 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/display/export/options_output_format.twig:3 msgid "File name template:" @@ -15500,14 +14739,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]. Example: .sql.zip" -msgstr "压缩文件名必须以 .[格式].[压缩方式] 结尾。如:.sql.zip" +msgstr "压缩文件名必须以 .[格式].[压缩方式] 结尾。如:.sql.zip" #: templates/display/import/import.twig:69 #: templates/display/import/import.twig:84 @@ -15534,26 +14769,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:" @@ -15568,22 +14792,16 @@ msgid "Start row:" msgstr "起始行:" #: templates/database/designer/page_save_as.twig:17 -#, fuzzy -#| msgid "Export to selected page" msgid "Save to selected page" -msgstr "导出至所选页" +msgstr "保存至所选页" #: templates/database/designer/page_save_as.twig:17 -#, fuzzy -#| msgid "Create a page and export to it" msgid "Create a page and save to it" -msgstr "导出至新页" +msgstr "创建并保存页面" #: templates/database/designer/page_save_as.twig:30 -#, fuzzy -#| msgid "New page name: " msgid "New page name" -msgstr "新页面名: " +msgstr "新页面名" #: templates/database/designer/query_details.twig:6 msgid "Active options" @@ -15600,8 +14818,6 @@ msgid "Sum" msgstr "总计" #: templates/table/structure/row_stats_table.twig:2 -#, fuzzy -#| msgid "Row Statistics" msgid "Row statistics" msgstr "行统计" @@ -15655,22 +14871,18 @@ msgid "Partitions" 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/display/export/selection.twig:3 msgid "Databases:" @@ -15706,10 +14918,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:" @@ -15768,10 +14979,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:" @@ -15810,10 +15019,8 @@ msgid "Value Column:" msgstr "数据值字段:" #: templates/table/chart/tbl_chart.twig:153 -#, fuzzy -#| msgid "Save as file" msgid "Save chart as image" -msgstr "保存为文件" +msgstr "将图表另存为图像" #: templates/view_create.twig:65 msgid "VIEW name" @@ -15849,41 +15056,37 @@ msgid "Reset zoom" 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/table/browse_foreigners/column_element.twig:4 msgid "Use this value" @@ -15894,8 +15097,6 @@ msgid "Replace with:" msgstr "替换为:" #: templates/table/search/search_and_replace.twig:19 -#, fuzzy -#| msgid "as regular expression" msgid "Use regular expression" msgstr "使用正则表达式" @@ -15955,7 +15156,7 @@ msgstr "已将 %s 设为索引。" #: templates/columns_definitions/column_length.twig:9 msgid "Edit ENUM/SET values" -msgstr "" +msgstr "编辑ENUM / SET值" #: templates/server/databases/index.twig:24 msgid "No databases" @@ -15966,28 +15167,21 @@ msgid "Select Export Relational Type" 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/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/server/binlog/log_selector.twig:5 msgid "Select binary log to view" @@ -15998,102 +15192,71 @@ msgid "Select page" msgstr "选择页" #: 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/database/structure/show_create_row.twig:7 -#, fuzzy, php-format -#| msgid "Create User" +#, php-format msgid "Create %s" -msgstr "新建用户" +msgstr "新建%s" #: templates/privileges/resource_limits.twig:2 msgid "Resource limits" @@ -16127,10 +15290,8 @@ msgid "" msgstr "你的浏览器中有当前域的 phpMyAdmin 设置。是否导入到当前会话中?" #: templates/prefs_autoload.twig:13 -#, fuzzy -#| msgid "Delete tracking" msgid "Delete settings" -msgstr "删除追踪数据" +msgstr "删除设置" #: templates/database/tracking/untracked_tables.twig:1 msgid "Untracked tables" @@ -16146,11 +15307,9 @@ msgstr "追踪表" 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/database/central_columns/table_header.twig:17 -#, fuzzy -#| msgid "Length/Values" msgid "Lenght/Value" msgstr "长度/值" @@ -16160,10 +15319,8 @@ msgstr "属性" #: templates/columns_definitions/column_virtuality.twig:29 #: templates/table/structure/display_partitions.twig:26 -#, fuzzy -#| msgid "Compression" msgid "Expression" -msgstr "压缩" +msgstr "表达式" #: templates/server/databases/databases_footer.twig:65 msgid "" @@ -16187,18 +15344,15 @@ 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/database/structure/show_create.twig:2 -#, fuzzy -#| msgid "Show SQL queries" msgid "Showing create queries" -msgstr "显示 SQL 查询" +msgstr "显示创建查询" #: templates/database/tracking/tracked_tables.twig:2 msgid "Tracked tables" @@ -16218,37 +15372,29 @@ msgid "Versions" msgstr "版本" #: templates/export/alias_item.twig:8 -#, fuzzy -#| msgid "Remote server" msgid "Remove" -msgstr "远程服务器" +msgstr "移除" #: templates/columns_definitions/move_column.twig:7 -#, fuzzy msgid "first" 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:38 msgid "Constraint name" 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/structure/display_table_stats.twig:14 msgid "Space usage" @@ -16259,12 +15405,10 @@ msgid "Effective" 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/table/search/selection_form.twig:12 msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns" @@ -16279,10 +15423,8 @@ msgid "No preview available." msgstr "没有可用的预览。" #: templates/theme_preview.twig:13 -#, fuzzy -#| msgid "take it" msgid "Take it" -msgstr "确定" +msgstr "取用它" #: templates/privileges/delete_user_fieldset.twig:3 msgid "Remove selected user accounts" @@ -16306,59 +15448,43 @@ msgstr "无" #: templates/server/variables/variable_row.twig:6 msgid "This is a read-only variable and can not be edited" -msgstr "" +msgstr "这是一个只读变量,无法编辑" #: 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 "分区表" #: url.php:42 -#, fuzzy -#| msgid "Taking you to next step…" msgid "Taking you to the target site." -msgstr "等待进入下一步…" +msgstr "带你到目标网站。" #: user_password.php:38 msgid "You don't have sufficient privileges to be here right now!" msgstr "权限不足!" #: view_create.php:52 -#, fuzzy -#| msgid "View name can not be empty" msgid "View name can not be empty!" -msgstr "请勿使用空白视图名" +msgstr "视图名不可为空!" #: view_operations.php:107 msgid "Rename view to" @@ -16535,10 +15661,8 @@ msgid "Version less than 5.5.8 (the first GA release of 5.5)." msgstr "版本低于 5.5.8 (5.5 的第一个 GA 版本)。" #: libraries/advisory_rules.txt:118 -#, fuzzy -#| msgid "You should upgrade, to a stable version of MySQL 5.5" msgid "You should upgrade, to a stable version of MySQL 5.5." -msgstr "您应升级到 MySQL 5.5 的稳定版本" +msgstr "您应升级到 MySQL 5.5 的稳定版本。" #: libraries/advisory_rules.txt:121 libraries/advisory_rules.txt:128 msgid "Distribution" @@ -16811,14 +15935,10 @@ msgid "Too many sorts are causing temporary tables." msgstr "过多排序引发临时表创建。" #: libraries/advisory_rules.txt:208 libraries/advisory_rules.txt:215 -#, fuzzy -#| msgid "" -#| "Consider increasing {sort_buffer_size} and/or {read_rnd_buffer_size}, " -#| "depending on your system memory limits" msgid "" "Consider increasing {sort_buffer_size} and/or {read_rnd_buffer_size}, " "depending on your system memory limits." -msgstr "根据系统内存,考虑增加 {sort_buffer_siz}e 和/或 {read_rnd_buffer_size}" +msgstr "根据系统内存限制,考虑增加 {sort_buffer_size} 和/或 {read_rnd_buffer_size}。" #: libraries/advisory_rules.txt:209 #, php-format @@ -16846,20 +15966,12 @@ msgid "There are lots of rows being sorted." msgstr "大量行被排序。" #: libraries/advisory_rules.txt:222 -#, fuzzy -#| msgid "" -#| "While there is nothing wrong with a high amount of row sorting, you might " -#| "want to make sure that the queries which require a lot of sorting use " -#| "indexed columns in the ORDER BY clause, as this will result in much " -#| "faster sorting" msgid "" "While there is nothing wrong with a high amount of row sorting, you might " "want to make sure that the queries which require a lot of sorting use " "indexed columns in the ORDER BY clause, as this will result in much faster " "sorting." -msgstr "" -"大量行排序不是什么错误,但您应确保需要大量排序的查询在 ORDER BY 中使用索引字" -"段,这将使排序加快" +msgstr "大量行排序不是什么错误,但您应确保需要大量排序的查询在 ORDER BY 中使用索引字段,这将使排序加快。" #: libraries/advisory_rules.txt:223 #, php-format @@ -16875,16 +15987,10 @@ msgid "There are too many joins without indexes." msgstr "有太多的联合查询未使用索引。" #: libraries/advisory_rules.txt:230 -#, fuzzy -#| msgid "" -#| "This means that joins are doing full table scans. Adding indexes for the " -#| "columns being used in the join conditions will greatly speed up table " -#| "joins" msgid "" "This means that joins are doing full table scans. Adding indexes for the " "columns being used in the join conditions will greatly speed up table joins." -msgstr "" -"这意味着联合查询使用全表扫描。给联合条件所用的字段增加索引将极大提高查询速度" +msgstr "这意味着联合查询使用全表扫描。给联合条件所用的字段增加索引将极大提高查询速度。" #: libraries/advisory_rules.txt:231 #, php-format @@ -16962,10 +16068,8 @@ msgid "" msgstr "下一行读取率: %s,该值应低于 1 每小时" #: libraries/advisory_rules.txt:255 -#, fuzzy -#| msgid "tmp_table_size vs. max_heap_table_size" msgid "Different tmp_table_size and max_heap_table_size" -msgstr "tmp_table_size 对比 max_heap_table_size" +msgstr "不同的 tmp_table_size 和 max_heap_table_size" #: libraries/advisory_rules.txt:258 msgid "{tmp_table_size} and {max_heap_table_size} are not the same." @@ -17259,20 +16363,14 @@ msgid "Slow launch time" msgstr "慢启动时间" #: libraries/advisory_rules.txt:368 -#, fuzzy -#| msgid "Slow_launch_time is above 2s" msgid "Slow_launch_time is above 2s." -msgstr "Slow_launch_time 大于 2 秒" +msgstr "Slow_launch_time 大于 2 秒。" #: libraries/advisory_rules.txt:369 -#, fuzzy -#| msgid "" -#| "Set {slow_launch_time} to 1s or 2s to correctly count threads that are " -#| "slow to launch" msgid "" "Set {slow_launch_time} to 1s or 2s to correctly count threads that are slow " "to launch." -msgstr "设置 {slow_launch_time} 为 1 秒或 2 秒以正确计算启动慢的线程数" +msgstr "设置 {slow_launch_time} 为 1 秒或 2 秒以正确计算启动慢的线程数。" #: libraries/advisory_rules.txt:370 #, php-format @@ -17430,17 +16528,7 @@ msgid "The InnoDB log file size is inadequately large." msgstr "InnoDB 日志文件大小设置的不够大。" #: libraries/advisory_rules.txt:429 -#, fuzzy, php-format -#| msgid "" -#| "It is usually sufficient to set {innodb_log_file_size} to 25%% of the " -#| "size of {innodb_buffer_pool_size}. A very big {innodb_log_file_size} " -#| "slows down the recovery time after a database crash considerably. See " -#| "also this Article. You need to shutdown the " -#| "server, remove the InnoDB log files, set the new value in my.cnf, start " -#| "the server, then check the error logs if everything went fine. See also " -#| "this blog entry" +#, php-format msgid "" "It is usually sufficient to set {innodb_log_file_size} to 25%% of the size " "of {innodb_buffer_pool_size}. A very big {innodb_log_file_size} slows down " @@ -17452,13 +16540,12 @@ msgid "" "\"https://mysqldatabaseadministration.blogspot.com/2007/01/increase-" "innodblogfilesize-proper-way.html\">this blog entry" msgstr "" -"通常将 {innodb_log_file_size} 设置为 {innodb_buffer_pool_size} 的 25%% 已经足" -"够。过大的 {innodb_log_file_size} 将会严重减慢数据库崩溃后的恢复时间。参见这篇文章。您首先需要关闭服务器,移除 InnoDB 日志" -"文件,然后在 my.cnf 中设置新的值,最后启动服务器,并检查错误日志确定一切都正" -"常。参见这篇博客" +"通常将 {innodb_log_file_size} 设置为 {innodb_buffer_pool_size} 的 25%% 已经足够。过大的 " +"{innodb_log_file_size} 将会严重减慢数据库崩溃后的恢复时间。参见这篇文章。您首先需要关闭服务器," +"移除 InnoDB 日志文件,然后在 my.cnf 中设置新的值,最后启动服务器,并检查错误日志确定一切都正常。另见这篇博客" #: libraries/advisory_rules.txt:430 #, php-format @@ -17487,6 +16574,11 @@ msgid "" "\"https://www.percona.com/blog/2007/11/03/choosing-innodb_buffer_pool_size/" "\">this article" msgstr "" +"InnoDB缓冲池对InnoDB表的性能有着深远的影响。将所有剩余内存分配给此缓冲区。对于仅使用InnoDB作为存储引擎并且没有其他服务(例如Web服务器" +")运行的数据库服务器,您可以将其设置为高达可用内存的80%%。如果不是这种情况,则需要仔细评估其他服务和非InnoDB-" +"Tables的内存消耗,并相应地设置此变量。如果设置得太高,系统将开始使用交换内存,这会显着降低性能。另请参见这篇文章" #: libraries/advisory_rules.txt:437 #, php-format From 3bdc9f18af2b46600fb1bcd6b7f1d756d620e24a Mon Sep 17 00:00:00 2001 From: popcorner Date: Wed, 1 Aug 2018 07:05:56 +0000 Subject: [PATCH 090/114] Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (3291 of 3291 strings) [CI skip] Translation: phpMyAdmin/Development Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/zh_Hans/ Signed-off-by: popcorner --- po/zh_CN.po | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/po/zh_CN.po b/po/zh_CN.po index 6e6aaee0d1..7b1b58e1d8 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 5.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2018-05-28 21:06-0300\n" -"PO-Revision-Date: 2018-08-01 07:04+0000\n" +"PO-Revision-Date: 2018-08-01 22:48+0000\n" "Last-Translator: popcorner \n" "Language-Team: Chinese (Simplified) \n" @@ -817,8 +817,7 @@ msgstr "服务器上运行了 Suhosin。请查看%s文档%s了解可能发生的 msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." -msgstr "" -"$cfg['TempDir'] (%s) 读取失败且不能建立缓存, phpMyAdmin运行速度将受影响." +msgstr "变量 $cfg['TempDir'] (%s)无法访问。phpMyAdmin无法缓存模板文件,所以会运行缓慢。" #: js/messages.php:44 msgid "Confirm" @@ -2608,7 +2607,7 @@ msgstr "等待安全密钥激活超时。" #: js/messages.php:752 #, php-format msgid "Failed security key activation (%s)." -msgstr "安全密钥激活失败(%s)" +msgstr "安全密钥激活失败(%s)。" #: js/messages.php:781 msgctxt "Previous month" @@ -3526,7 +3525,7 @@ msgstr "编辑 CHAR 类型字段" msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." -msgstr "启用编辑器行号与代码高亮" +msgstr "使用人性化编辑器编辑SQL查询(CodeMirror),包含语法高亮和行号显示。" #: libraries/classes/Config/Descriptions.php:122 msgid "Enable CodeMirror" @@ -5834,7 +5833,7 @@ msgstr "显示当前浏览查询" #: libraries/classes/Config/Descriptions.php:1474 msgid "Execute queries on Enter and insert new line with Shift + Enter" -msgstr "使用Enter执行查询,使用Shift + Enter插入新行。" +msgstr "使用Enter执行查询,使用Shift + Enter插入新行" #: libraries/classes/Config/Descriptions.php:1476 #: templates/console/display.twig:168 @@ -9129,7 +9128,7 @@ msgstr "最后检查:" #: libraries/classes/Plugins/Export/ExportSql.php:1493 #, php-format msgid "Error reading structure for table %s:" -msgstr "读取表 %s 的结构时出错" +msgstr "读取表 %s 的结构时出错:" #: libraries/classes/Plugins/Export/ExportSql.php:1547 msgid "It appears your database uses views;" @@ -9183,7 +9182,7 @@ msgstr "(参见下面的实际视图)" #: libraries/classes/Plugins/Export/ExportSql.php:2210 #, php-format msgid "Error reading data for table %s:" -msgstr "读取表 %s 的数据时发生错误" +msgstr "读取表 %s 的数据时发生错误:" #: libraries/classes/Plugins/Export/ExportXml.php:103 msgid "Object creation options (all are recommended)" @@ -9290,7 +9289,7 @@ msgstr "该 XML 文件有错误或者不完整。请修复错误后重试。" #: libraries/classes/Plugins/Import/ImportOds.php:166 msgid "Could not parse OpenDocument Spreadsheet!" -msgstr "无法解析电子表格" +msgstr "无法解析OpenDocument电子表格!" #: libraries/classes/Plugins/Import/ImportShp.php:59 msgid "ESRI Shape File" @@ -10778,7 +10777,7 @@ msgstr "不需要 SSL 加密连接。" #: libraries/classes/Server/Privileges.php:746 msgid "Requires SSL-encrypted connections." -msgstr "启用SSL加密" +msgstr "需要SSL加密连接。" #: libraries/classes/Server/Privileges.php:760 msgid "Requires a valid X509 certificate." From abcb301752450985d1eccd8494df1061e8dd6e3d Mon Sep 17 00:00:00 2001 From: popcorner Date: Wed, 1 Aug 2018 07:00:32 +0000 Subject: [PATCH 091/114] Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (3288 of 3288 strings) [CI skip] Translation: phpMyAdmin/4.8 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-8/zh_Hans/ Signed-off-by: popcorner --- po/zh_CN.po | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/po/zh_CN.po b/po/zh_CN.po index 397ef43c3f..34488aca81 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.8.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2018-02-12 16:30+0100\n" -"PO-Revision-Date: 2018-08-01 07:00+0000\n" -"Last-Translator: H Zeng \n" +"PO-Revision-Date: 2018-08-02 07:35+0000\n" +"Last-Translator: popcorner \n" "Language-Team: Chinese (Simplified) \n" "Language: zh_CN\n" @@ -818,8 +818,7 @@ msgstr "服务器上运行了 Suhosin。请查看%s文档%s了解可能发生的 msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." -msgstr "" -"$cfg['TempDir'] (%s) 读取失败且不能建立缓存, phpMyAdmin运行速度将受影响." +msgstr "变量 $cfg['TempDir'] (%s)无法访问。phpMyAdmin无法缓存模板文件,所以会运行缓慢。" #: js/messages.php:43 msgid "Confirm" @@ -2594,7 +2593,7 @@ msgstr "等待安全密钥激活超时。" #: js/messages.php:747 #, php-format msgid "Failed security key activation (%s)." -msgstr "安全密钥激活失败(%s)。" +msgstr "安全密钥激活失败(%s)。" #: js/messages.php:776 msgctxt "Previous month" @@ -3560,7 +3559,7 @@ msgstr "编辑 CHAR 类型字段" msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." -msgstr "启用编辑器行号与代码高亮" +msgstr "使用人性化编辑器编辑SQL查询(CodeMirror),包含语法高亮和行号显示。" #: libraries/classes/Config/Descriptions.php:120 msgid "Enable CodeMirror" @@ -5868,7 +5867,7 @@ msgstr "显示当前浏览查询" #: libraries/classes/Config/Descriptions.php:1472 msgid "Execute queries on Enter and insert new line with Shift + Enter" -msgstr "使用Enter执行查询,使用Shift + Enter插入新行。" +msgstr "使用Enter执行查询,使用Shift + Enter插入新行" #: libraries/classes/Config/Descriptions.php:1474 #: templates/console/display.twig:168 @@ -8076,7 +8075,7 @@ msgstr "" #: libraries/classes/Normalization.php:190 msgid "Show me the central list of columns that are not already in this table" -msgstr "显示目前不在此表中的栏目的主要列表" +msgstr "显示此表中尚未包含的列的中心列表" #: libraries/classes/Normalization.php:193 msgid "" @@ -9099,7 +9098,7 @@ msgstr "最后检查:" #: libraries/classes/Plugins/Export/ExportSql.php:1491 #, php-format msgid "Error reading structure for table %s:" -msgstr "读取表 %s 的结构时出错" +msgstr "读取表 %s 的结构时出错:" #: libraries/classes/Plugins/Export/ExportSql.php:1545 msgid "It appears your database uses views;" @@ -9153,7 +9152,7 @@ msgstr "(参见下面的实际视图)" #: libraries/classes/Plugins/Export/ExportSql.php:2203 #, php-format msgid "Error reading data for table %s:" -msgstr "读取表 %s 的数据时发生错误" +msgstr "读取表 %s 的数据时发生错误:" #: libraries/classes/Plugins/Export/ExportXml.php:98 msgid "Object creation options (all are recommended)" @@ -9260,7 +9259,7 @@ msgstr "该 XML 文件有错误或者不完整。请修复错误后重试。" #: libraries/classes/Plugins/Import/ImportOds.php:163 msgid "Could not parse OpenDocument Spreadsheet!" -msgstr "无法解析电子表格" +msgstr "无法解析OpenDocument电子表格!" #: libraries/classes/Plugins/Import/ImportShp.php:48 msgid "ESRI Shape File" @@ -10791,7 +10790,7 @@ msgstr "不需要 SSL 加密连接。" #: libraries/classes/Server/Privileges.php:742 msgid "Requires SSL-encrypted connections." -msgstr "启用SSL加密" +msgstr "需要SSL加密连接。" #: libraries/classes/Server/Privileges.php:756 msgid "Requires a valid X509 certificate." From b1d34e18fbf41f12540157fb98eedb00838e7568 Mon Sep 17 00:00:00 2001 From: H Zeng Date: Wed, 1 Aug 2018 07:00:51 +0000 Subject: [PATCH 092/114] Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (3288 of 3288 strings) [CI skip] Translation: phpMyAdmin/4.8 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-8/zh_Hans/ Signed-off-by: H Zeng --- po/zh_CN.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/po/zh_CN.po b/po/zh_CN.po index 34488aca81..b8bdaeff16 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -5,7 +5,7 @@ msgstr "" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2018-02-12 16:30+0100\n" "PO-Revision-Date: 2018-08-02 07:35+0000\n" -"Last-Translator: popcorner \n" +"Last-Translator: H Zeng \n" "Language-Team: Chinese (Simplified) \n" "Language: zh_CN\n" @@ -8081,7 +8081,7 @@ msgstr "显示此表中尚未包含的列的中心列表" 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 "选择一个可以拆分为多个列的列(在选择'无此列'时,它将移至下一步)。" +msgstr "选择一个可以分割为一个以上的列(选择”无此列“将会移到下一步)。" #: libraries/classes/Normalization.php:200 normalization.php:19 msgid "Select one…" From 8333a994b7ce8f9ce2a6da21500c69ec38ed1294 Mon Sep 17 00:00:00 2001 From: Leonardo Strozzi Date: Fri, 27 Jul 2018 18:28:29 -0300 Subject: [PATCH 093/114] Rename charsets Twig extensions Signed-off-by: Leonardo Strozzi --- libraries/classes/Twig/CharsetsExtension.php | 6 +++--- templates/columns_definitions/column_attributes.twig | 2 +- templates/columns_definitions/column_definitions_form.twig | 2 +- templates/database/central_columns/main.twig | 4 ++-- templates/database/structure/body_for_table_summary.twig | 2 +- templates/display/import/import.twig | 2 +- templates/server/collations/charsets.twig | 2 +- templates/server/databases/databases_footer.twig | 2 +- templates/server/databases/index.twig | 2 +- templates/server/databases/table_row.twig | 2 +- templates/table/structure/display_structure.twig | 2 +- templates/table/structure/display_table_stats.twig | 2 +- 12 files changed, 15 insertions(+), 15 deletions(-) diff --git a/libraries/classes/Twig/CharsetsExtension.php b/libraries/classes/Twig/CharsetsExtension.php index fb2097816e..ea45e5c754 100644 --- a/libraries/classes/Twig/CharsetsExtension.php +++ b/libraries/classes/Twig/CharsetsExtension.php @@ -28,16 +28,16 @@ class CharsetsExtension extends AbstractExtension { return [ new TwigFunction( - 'Charsets_getCollationDescr', + 'get_collation_descr', 'PhpMyAdmin\Charsets::getCollationDescr' ), new TwigFunction( - 'Charsets_getCharsetDropdownBox', + 'get_charset_dropdown_box', 'PhpMyAdmin\Charsets::getCharsetDropdownBox', ['is_safe' => ['html']] ), new TwigFunction( - 'Charsets_getCollationDropdownBox', + 'get_collation_dropdown_box', 'PhpMyAdmin\Charsets::getCollationDropdownBox', ['is_safe' => ['html']] ), diff --git a/templates/columns_definitions/column_attributes.twig b/templates/columns_definitions/column_attributes.twig index 848b56d35b..b7fa4762f8 100644 --- a/templates/columns_definitions/column_attributes.twig +++ b/templates/columns_definitions/column_attributes.twig @@ -54,7 +54,7 @@ {# column collation #} - {{ Charsets_getCollationDropdownBox( + {{ get_collation_dropdown_box( dbi, disable_is, 'field_collation[' ~ column_number ~ ']', diff --git a/templates/columns_definitions/column_definitions_form.twig b/templates/columns_definitions/column_definitions_form.twig index dfef70fd01..5da421449f 100644 --- a/templates/columns_definitions/column_definitions_form.twig +++ b/templates/columns_definitions/column_definitions_form.twig @@ -94,7 +94,7 @@   - {{ Charsets_getCollationDropdownBox( + {{ get_collation_dropdown_box( dbi, disable_is, 'tbl_collation', diff --git a/templates/database/central_columns/main.twig b/templates/database/central_columns/main.twig index 646f3d95ec..1f36427c48 100644 --- a/templates/database/central_columns/main.twig +++ b/templates/database/central_columns/main.twig @@ -91,7 +91,7 @@ } only %} - {{ Charsets_getCollationDropdownBox( + {{ get_collation_dropdown_box( dbi, disableIs, 'field_collation[0]', @@ -338,7 +338,7 @@ {{ row['col_collation'] | raw }} - {{ Charsets_getCollationDropdownBox( + {{ get_collation_dropdown_box( dbi, disableIs, 'field_collation[' ~ row_num ~ ']', diff --git a/templates/database/structure/body_for_table_summary.twig b/templates/database/structure/body_for_table_summary.twig index 6ab7c1a247..e0da06ebfc 100644 --- a/templates/database/structure/body_for_table_summary.twig +++ b/templates/database/structure/body_for_table_summary.twig @@ -51,7 +51,7 @@ {% if db_collation is not empty %} - + {{ db_collation }} {% endif %} diff --git a/templates/display/import/import.twig b/templates/display/import/import.twig index 331045a71f..368b6fae55 100644 --- a/templates/display/import/import.twig +++ b/templates/display/import/import.twig @@ -108,7 +108,7 @@ {% endfor %} {% else %} - {{ Charsets_getCharsetDropdownBox( + {{ get_charset_dropdown_box( dbi, disable_is, 'charset_of_file', diff --git a/templates/server/collations/charsets.twig b/templates/server/collations/charsets.twig index e23cf3c3b5..10111a52ca 100644 --- a/templates/server/collations/charsets.twig +++ b/templates/server/collations/charsets.twig @@ -18,7 +18,7 @@ {% for current_collation in mysql_collations[current_charset] %} {{ current_collation }} - {{ Charsets_getCollationDescr(current_collation) }} + {{ get_collation_descr(current_collation) }} {% endfor %} {% endfor %} diff --git a/templates/server/databases/databases_footer.twig b/templates/server/databases/databases_footer.twig index b21de92452..5170301dac 100644 --- a/templates/server/databases/databases_footer.twig +++ b/templates/server/databases/databases_footer.twig @@ -11,7 +11,7 @@ {% for stat_name, stat in column_order if stat_name in first_database|keys %} {% if stat['description_function'] is defined %} - + {{ values[stat_name] }} {% else %} diff --git a/templates/server/databases/index.twig b/templates/server/databases/index.twig index 692da44a98..a9686e152f 100644 --- a/templates/server/databases/index.twig +++ b/templates/server/databases/index.twig @@ -26,7 +26,7 @@ - {{ Charsets_getCollationDropdownBox( + {{ get_collation_dropdown_box( dbi, disable_is, 'db_collation', diff --git a/templates/server/databases/table_row.twig b/templates/server/databases/table_row.twig index 24191f3600..68ae4efd8e 100644 --- a/templates/server/databases/table_row.twig +++ b/templates/server/databases/table_row.twig @@ -17,7 +17,7 @@ {% for stat_name, stat in column_order if stat_name in current|keys %} {% if stat['description_function'] is defined %} - + {{ values[stat_name] }} {% else %} diff --git a/templates/table/structure/display_structure.twig b/templates/table/structure/display_structure.twig index f28ccbf7fc..be72bd2bd8 100644 --- a/templates/table/structure/display_structure.twig +++ b/templates/table/structure/display_structure.twig @@ -73,7 +73,7 @@ {% if row['Collation'] is not empty %} - {{ row['Collation'] }} + {{ row['Collation'] }} {% endif %} {{ attributes[rownum] }} diff --git a/templates/table/structure/display_table_stats.twig b/templates/table/structure/display_table_stats.twig index 2fd7e29e48..ea41b204ab 100644 --- a/templates/table/structure/display_table_stats.twig +++ b/templates/table/structure/display_table_stats.twig @@ -100,7 +100,7 @@ {% trans 'Collation' %} - + {{ tbl_collation }} From 04890c3ad8ab24a01a171c9cde44197f9a0c8362 Mon Sep 17 00:00:00 2001 From: Leonardo Strozzi Date: Tue, 31 Jul 2018 15:06:37 -0300 Subject: [PATCH 094/114] Rename core Twig's extension Signed-off-by: Leonardo Strozzi --- libraries/classes/Twig/CoreExtension.php | 12 ++++++------ templates/database/structure/show_create_row.twig | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/libraries/classes/Twig/CoreExtension.php b/libraries/classes/Twig/CoreExtension.php index f7a660cf55..4e2968957a 100644 --- a/libraries/classes/Twig/CoreExtension.php +++ b/libraries/classes/Twig/CoreExtension.php @@ -10,7 +10,7 @@ declare(strict_types=1); namespace PhpMyAdmin\Twig; use Twig\Extension\AbstractExtension; -use Twig\TwigFunction; +use Twig\TwigFilter; /** * Class CoreExtension @@ -20,15 +20,15 @@ use Twig\TwigFunction; class CoreExtension extends AbstractExtension { /** - * Returns a list of functions to add to the existing list. + * Returns a list of filters to add to the existing list. * - * @return TwigFunction[] + * @return TwigFilter[] */ - public function getFunctions() + public function getFilters() { return [ - new TwigFunction( - 'Core_mimeDefaultFunction', + new TwigFilter( + 'mime_default_function', 'PhpMyAdmin\Core::mimeDefaultFunction', ['is_safe' => ['html']] ), diff --git a/templates/database/structure/show_create_row.twig b/templates/database/structure/show_create_row.twig index b0ce9007b9..db18cddfe8 100644 --- a/templates/database/structure/show_create_row.twig +++ b/templates/database/structure/show_create_row.twig @@ -10,8 +10,8 @@ {% for object in db_objects %} - {{ Core_mimeDefaultFunction(object) }} - {{ Core_mimeDefaultFunction(dbi.getTable(db, object).showCreate()) }} + {{ object|mime_default_function }} + {{ dbi.getTable(db, object).showCreate()|mime_default_function }} {% endfor %} From aee045f960131cf9a5d97c50c48814ecd6b03d48 Mon Sep 17 00:00:00 2001 From: Leonardo Strozzi Date: Wed, 1 Aug 2018 16:27:25 -0300 Subject: [PATCH 095/114] Remove index Twig extensions Signed-off-by: Leonardo Strozzi --- .../Table/TableStructureController.php | 2 + libraries/classes/Template.php | 2 - libraries/classes/Twig/IndexExtension.php | 37 ------------------- .../table/structure/display_structure.twig | 2 +- 4 files changed, 3 insertions(+), 40 deletions(-) delete mode 100644 libraries/classes/Twig/IndexExtension.php diff --git a/libraries/classes/Controllers/Table/TableStructureController.php b/libraries/classes/Controllers/Table/TableStructureController.php index b818fc34ae..3ee7d62a9a 100644 --- a/libraries/classes/Controllers/Table/TableStructureController.php +++ b/libraries/classes/Controllers/Table/TableStructureController.php @@ -1353,12 +1353,14 @@ class TableStructureController extends TableController } $engine = $this->table_obj->getStorageEngine(); + $foreignKeySupported = Util::isForeignKeySupported($engine); return $this->template->render('table/structure/display_structure', [ 'url_params' => [ 'db' => $this->db, 'table' => $this->table, ], 'is_foreign_key_supported' => Util::isForeignKeySupported($engine), + 'displayIndexesHtml' => $foreignKeySupported ? Index::getHtmlForDisplayIndexes() : null, 'cfg_relation' => $this->relation->getRelationsParam(), 'hide_structure_actions' => $hideStructureActions, 'db' => $this->db, diff --git a/libraries/classes/Template.php b/libraries/classes/Template.php index fad39e8117..c4941f7b7f 100644 --- a/libraries/classes/Template.php +++ b/libraries/classes/Template.php @@ -12,7 +12,6 @@ namespace PhpMyAdmin; use PhpMyAdmin\Twig\CharsetsExtension; use PhpMyAdmin\Twig\CoreExtension; use PhpMyAdmin\Twig\I18nExtension; -use PhpMyAdmin\Twig\IndexExtension; use PhpMyAdmin\Twig\MessageExtension; use PhpMyAdmin\Twig\PartitionExtension; use PhpMyAdmin\Twig\PluginsExtension; @@ -70,7 +69,6 @@ class Template $twig->addExtension(new CharsetsExtension()); $twig->addExtension(new CoreExtension()); $twig->addExtension(new I18nExtension()); - $twig->addExtension(new IndexExtension()); $twig->addExtension(new MessageExtension()); $twig->addExtension(new PartitionExtension()); $twig->addExtension(new PluginsExtension()); diff --git a/libraries/classes/Twig/IndexExtension.php b/libraries/classes/Twig/IndexExtension.php deleted file mode 100644 index 2d4b0f1f5f..0000000000 --- a/libraries/classes/Twig/IndexExtension.php +++ /dev/null @@ -1,37 +0,0 @@ - ['html']] - ), - ]; - } -} diff --git a/templates/table/structure/display_structure.twig b/templates/table/structure/display_structure.twig index be72bd2bd8..cf068f95f8 100644 --- a/templates/table/structure/display_structure.twig +++ b/templates/table/structure/display_structure.twig @@ -437,7 +437,7 @@ {# Displays indexes #} {% if not tbl_is_view and not db_is_system_schema and 'ARCHIVE' != tbl_storage_engine %} - {{ Index_getHtmlForDisplayIndexes() }} + {{ displayIndexesHtml|raw }} {% endif %} {# Display partition details #} From 00aea8821a7380f0db9cff3809b7ae917d53377a Mon Sep 17 00:00:00 2001 From: Leonardo Strozzi Date: Wed, 1 Aug 2018 17:42:11 -0300 Subject: [PATCH 096/114] Rename message Twig extensions Signed-off-by: Leonardo Strozzi --- libraries/classes/Twig/MessageExtension.php | 16 ++++++++-------- templates/display/import/import.twig | 2 +- templates/login/header.twig | 4 ++-- templates/prefs_twofactor_confirm.twig | 2 +- templates/server/databases/databases_footer.twig | 2 +- .../table/structure/display_partitions.twig | 2 +- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/libraries/classes/Twig/MessageExtension.php b/libraries/classes/Twig/MessageExtension.php index f5ad4fd892..0883b046d0 100644 --- a/libraries/classes/Twig/MessageExtension.php +++ b/libraries/classes/Twig/MessageExtension.php @@ -11,7 +11,7 @@ namespace PhpMyAdmin\Twig; use PhpMyAdmin\Message; use Twig\Extension\AbstractExtension; -use Twig\TwigFunction; +use Twig\TwigFilter; /** * Class MessageExtension @@ -21,22 +21,22 @@ use Twig\TwigFunction; class MessageExtension extends AbstractExtension { /** - * Returns a list of functions to add to the existing list. + * Returns a list of filters to add to the existing list. * - * @return TwigFunction[] + * @return TwigFilter[] */ - public function getFunctions() + public function getFilters() { return [ - new TwigFunction( - 'Message_notice', + new TwigFilter( + 'notice', function ($string) { return Message::notice($string)->getDisplay(); }, ['is_safe' => ['html']] ), - new TwigFunction( - 'Message_error', + new TwigFilter( + 'error', function ($string) { return Message::error($string)->getDisplay(); }, diff --git a/templates/display/import/import.twig b/templates/display/import/import.twig index 368b6fae55..27d4693d5a 100644 --- a/templates/display/import/import.twig +++ b/templates/display/import/import.twig @@ -83,7 +83,7 @@ {{ Util_getBrowseUploadFileBlock(max_upload_size) }}

      {% 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 @@

      {{ 'Welcome to %s'|trans|format('phpMyAdmin')|raw }}

      -{{ Message_error("There is mismatch between HTTPS indicated on the server and client. This can lead to non working phpMyAdmin or a security risk. Please fix your server configuration to indicate HTTPS properly."|trans) }} +{{ "There is mismatch between HTTPS indicated on the server and client. This can lead to non working phpMyAdmin or a security risk. Please fix your server configuration to indicate HTTPS properly."|trans|error }}
      diff --git a/templates/prefs_twofactor_confirm.twig b/templates/prefs_twofactor_confirm.twig index 7d785a7fef..650d8c94fd 100644 --- a/templates/prefs_twofactor_confirm.twig +++ b/templates/prefs_twofactor_confirm.twig @@ -2,7 +2,7 @@

      {% trans "Confirm disabling two-factor authentication" %}

      -{{ Message_notice("By disabling two factor authentication you will be again able to login using password only."|trans) }} +{{ "By disabling two factor authentication you will be again able to login using password only."|trans|notice }} {{ Url_getHiddenInputs() }} {{ form|raw }} diff --git a/templates/server/databases/databases_footer.twig b/templates/server/databases/databases_footer.twig index 5170301dac..cd634731a3 100644 --- a/templates/server/databases/databases_footer.twig +++ b/templates/server/databases/databases_footer.twig @@ -52,7 +52,7 @@ {# Enable statistics #} {% if dbstats is empty %} - {{ Message_notice('Note: Enabling the database statistics here might cause heavy traffic between the web server and the MySQL server.'|trans) }} + {{ 'Note: Enabling the database statistics here might cause heavy traffic between the web server and the MySQL server.'|trans|notice }} {% set content %} {% trans 'Enable statistics' %} diff --git a/templates/table/structure/display_partitions.twig b/templates/table/structure/display_partitions.twig index 3bcbbe2f20..c6ea956e0b 100644 --- a/templates/table/structure/display_partitions.twig +++ b/templates/table/structure/display_partitions.twig @@ -5,7 +5,7 @@ {{ Util_showMySQLDocu('partitioning') }} {% if partitions is empty %} - {{ Message_notice('No partitioning defined!'|trans) }} + {{ 'No partitioning defined!'|trans|notice }} {% else %}

      {% trans 'Partitioned by:' %} From 76ad22cb8ab04c7a476e12cd6dd8090b82fc6253 Mon Sep 17 00:00:00 2001 From: Leonardo Strozzi Date: Wed, 1 Aug 2018 17:54:08 -0300 Subject: [PATCH 097/114] Remove partition Twig extensions Signed-off-by: Leonardo Strozzi --- .../Table/TableStructureController.php | 1 + libraries/classes/Template.php | 2 - libraries/classes/Twig/PartitionExtension.php | 37 ------------------- .../table/structure/display_structure.twig | 1 - 4 files changed, 1 insertion(+), 40 deletions(-) delete mode 100644 libraries/classes/Twig/PartitionExtension.php diff --git a/libraries/classes/Controllers/Table/TableStructureController.php b/libraries/classes/Controllers/Table/TableStructureController.php index 3ee7d62a9a..8fb61f03f6 100644 --- a/libraries/classes/Controllers/Table/TableStructureController.php +++ b/libraries/classes/Controllers/Table/TableStructureController.php @@ -1392,6 +1392,7 @@ class TableStructureController extends TableController 'text_dir' => $GLOBALS['text_dir'], 'is_active' => Tracker::isActive(), 'have_partitioning' => Partition::havePartitioning(), + 'partitions' => Partition::getPartitions($this->db, $this->table), 'partition_names' => Partition::getPartitionNames($this->db, $this->table), 'attributes' => $attributes, 'displayed_fields' => $displayed_fields, diff --git a/libraries/classes/Template.php b/libraries/classes/Template.php index c4941f7b7f..d6b2875cdc 100644 --- a/libraries/classes/Template.php +++ b/libraries/classes/Template.php @@ -13,7 +13,6 @@ use PhpMyAdmin\Twig\CharsetsExtension; use PhpMyAdmin\Twig\CoreExtension; use PhpMyAdmin\Twig\I18nExtension; use PhpMyAdmin\Twig\MessageExtension; -use PhpMyAdmin\Twig\PartitionExtension; use PhpMyAdmin\Twig\PluginsExtension; use PhpMyAdmin\Twig\RelationExtension; use PhpMyAdmin\Twig\SanitizeExtension; @@ -70,7 +69,6 @@ class Template $twig->addExtension(new CoreExtension()); $twig->addExtension(new I18nExtension()); $twig->addExtension(new MessageExtension()); - $twig->addExtension(new PartitionExtension()); $twig->addExtension(new PluginsExtension()); $twig->addExtension(new RelationExtension()); $twig->addExtension(new SanitizeExtension()); diff --git a/libraries/classes/Twig/PartitionExtension.php b/libraries/classes/Twig/PartitionExtension.php deleted file mode 100644 index 90a179aeb6..0000000000 --- a/libraries/classes/Twig/PartitionExtension.php +++ /dev/null @@ -1,37 +0,0 @@ - ['html']] - ), - ]; - } -} diff --git a/templates/table/structure/display_structure.twig b/templates/table/structure/display_structure.twig index cf068f95f8..1167a191e5 100644 --- a/templates/table/structure/display_structure.twig +++ b/templates/table/structure/display_structure.twig @@ -444,7 +444,6 @@ {% if have_partitioning %} {# Detect partitioning #} {% if partition_names is not empty and partition_names[0] is not null %} - {% set partitions = Partition_getPartitions(db, table) %} {% set first_partition = partitions[0] %} {% set range_or_list = first_partition.getMethod() == 'RANGE' or first_partition.getMethod() == 'RANGE COLUMNS' From 9464cbc94a07d03e4370e0a5736cae1d048dac62 Mon Sep 17 00:00:00 2001 From: Leonardo Strozzi Date: Wed, 1 Aug 2018 18:28:32 -0300 Subject: [PATCH 098/114] Rename plugins Twig extensions Signed-off-by: Leonardo Strozzi --- libraries/classes/Twig/PluginsExtension.php | 8 ++++---- templates/database/designer/schema_export.twig | 4 ++-- templates/display/import/import.twig | 10 +++++----- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/libraries/classes/Twig/PluginsExtension.php b/libraries/classes/Twig/PluginsExtension.php index 20cf922508..1706a62f25 100644 --- a/libraries/classes/Twig/PluginsExtension.php +++ b/libraries/classes/Twig/PluginsExtension.php @@ -28,22 +28,22 @@ class PluginsExtension extends AbstractExtension { return [ new TwigFunction( - 'Plugins_checkboxCheck', + 'checkbox_check', 'PhpMyAdmin\Plugins::checkboxCheck', ['is_safe' => ['html']] ), new TwigFunction( - 'Plugins_getChoice', + 'get_choice', 'PhpMyAdmin\Plugins::getChoice', ['is_safe' => ['html']] ), new TwigFunction( - 'Plugins_getDefault', + 'get_default_plugin', 'PhpMyAdmin\Plugins::getDefault', ['is_safe' => ['html']] ), new TwigFunction( - 'Plugins_getOptions', + 'get_options', 'PhpMyAdmin\Plugins::getOptions', ['is_safe' => ['html']] ), diff --git a/templates/database/designer/schema_export.twig b/templates/database/designer/schema_export.twig index 05f4e904a6..9665d7975f 100644 --- a/templates/database/designer/schema_export.twig +++ b/templates/database/designer/schema_export.twig @@ -2,8 +2,8 @@

      {{ Url_getHiddenInputs(db) }} - {{ Plugins_getChoice('Schema', 'export_type', export_list, 'format') }} + {{ get_choice('Schema', 'export_type', export_list, 'format') }} - {{ Plugins_getOptions('Schema', export_list) }} + {{ get_options('Schema', export_list) }}
      diff --git a/templates/display/import/import.twig b/templates/display/import/import.twig index 27d4693d5a..aaf609886e 100644 --- a/templates/display/import/import.twig +++ b/templates/display/import/import.twig @@ -132,7 +132,7 @@
      + {{ checkbox_check('Import', 'allow_interrupt') }} /> @@ -144,7 +144,7 @@ {% trans 'Skip this number of queries (for SQL) starting from the first one:' %}
      {% else %} @@ -152,7 +152,7 @@ do not show the Skip dialog to avoid the risk of someone entering a value here that would interfere with "skip" #} {% endif %}
      @@ -166,7 +166,7 @@

      {% trans 'Format:' %}

      - {{ Plugins_getChoice('Import', 'format', import_list) }} + {{ get_choice('Import', 'format', import_list) }}
      @@ -175,7 +175,7 @@

      {% 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 Date: Wed, 1 Aug 2018 18:52:53 -0300 Subject: [PATCH 099/114] Rename relations Twig extensions Signed-off-by: Leonardo Strozzi --- libraries/classes/Twig/RelationExtension.php | 10 +++++----- templates/database/designer/database_tables.twig | 2 +- templates/table/relation/common_form.twig | 2 +- templates/table/relation/foreign_key_row.twig | 2 +- templates/table/search/input_box.twig | 4 ++-- templates/table/search/zoom_result_form.twig | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/libraries/classes/Twig/RelationExtension.php b/libraries/classes/Twig/RelationExtension.php index daf50d71f0..0cfb5c72d0 100644 --- a/libraries/classes/Twig/RelationExtension.php +++ b/libraries/classes/Twig/RelationExtension.php @@ -30,25 +30,25 @@ class RelationExtension extends AbstractExtension $relation = new Relation(); return [ new TwigFunction( - 'Relation_foreignDropdown', + 'foreign_dropdown', [$relation, 'foreignDropdown'], ['is_safe' => ['html']] ), new TwigFunction( - 'Relation_getDisplayField', + 'get_display_field', [$relation, 'getDisplayField'], ['is_safe' => ['html']] ), new TwigFunction( - 'Relation_getForeignData', + 'get_foreign_data', [$relation, 'getForeignData'] ), new TwigFunction( - 'Relation_getTables', + 'get_tables', [$relation, 'getTables'] ), new TwigFunction( - 'Relation_searchColumnInForeigners', + 'search_column_in_foreigners', [$relation, 'searchColumnInForeigners'] ), ]; diff --git a/templates/database/designer/database_tables.twig b/templates/database/designer/database_tables.twig index 9ffe8af4ad..aeefa07bd9 100644 --- a/templates/database/designer/database_tables.twig +++ b/templates/database/designer/database_tables.twig @@ -57,7 +57,7 @@ - {% set display_field = Relation_getDisplayField(get_db, table_names_small[i]) %} + {% set display_field = get_display_field(get_db, table_names_small[i]) %} {% for j in 0..tab_column[t_n]['COLUMN_ID']|length - 1 %} {% set tmp_column = t_n ~ '.' ~ tab_column[t_n]['COLUMN_NAME'][j] %} {% set click_field_param = [ diff --git a/templates/table/relation/common_form.twig b/templates/table/relation/common_form.twig index baeab5452e..e2f011b26d 100644 --- a/templates/table/relation/common_form.twig +++ b/templates/table/relation/common_form.twig @@ -190,7 +190,7 @@ {% endif %} {% if cfg_relation['displaywork'] %} - {% set disp = Relation_getDisplayField(db, table) %} + {% set disp = get_display_field(db, table) %}
      - {{ Relation_foreignDropdown( + {{ foreign_dropdown( foreign_data['disp_row'], foreign_data['foreign_field'], foreign_data['foreign_display'], diff --git a/templates/table/search/zoom_result_form.twig b/templates/table/search/zoom_result_form.twig index f473e470e0..3d96fb4942 100644 --- a/templates/table/search/zoom_result_form.twig +++ b/templates/table/search/zoom_result_form.twig @@ -39,7 +39,7 @@ {% for column_index in 0..column_names|length - 1 %} {% set field_popup = column_names[column_index] %} - {% set foreign_data = Relation_getForeignData( + {% set foreign_data = get_foreign_data( foreigners, field_popup, false, From d13a6363e51cb7e4118c357ac13dedfa4310061e Mon Sep 17 00:00:00 2001 From: Leonardo Strozzi Date: Wed, 1 Aug 2018 19:04:42 -0300 Subject: [PATCH 100/114] Rename ServerPrivileges Twig extension Signed-off-by: Leonardo Strozzi --- libraries/classes/Twig/ServerPrivilegesExtension.php | 2 +- templates/server/privileges/global_priv_table.twig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/classes/Twig/ServerPrivilegesExtension.php b/libraries/classes/Twig/ServerPrivilegesExtension.php index 14b0e01919..3c398fbc40 100644 --- a/libraries/classes/Twig/ServerPrivilegesExtension.php +++ b/libraries/classes/Twig/ServerPrivilegesExtension.php @@ -31,7 +31,7 @@ class ServerPrivilegesExtension extends AbstractExtension $serverPrivileges = new Privileges(new Template()); return [ new TwigFunction( - 'ServerPrivileges_formatPrivilege', + 'format_privilege', [$serverPrivileges, 'formatPrivilege'], ['is_safe' => ['html']] ), diff --git a/templates/server/privileges/global_priv_table.twig b/templates/server/privileges/global_priv_table.twig index 3a026058c3..b4aef95325 100644 --- a/templates/server/privileges/global_priv_table.twig +++ b/templates/server/privileges/global_priv_table.twig @@ -7,7 +7,7 @@ {% for priv in table %} {% set checked = row[priv[0] ~ '_priv'] is defined and row[priv[0] ~ '_priv'] == 'Y' ? ' checked="checked"' %} - {% set formatted_priv = ServerPrivileges_formatPrivilege(priv, true) %} + {% set formatted_priv = format_privilege(priv, true) %}
      From eddbbebdfcab70f1e3ce7beaf76f91bf7fb9891f Mon Sep 17 00:00:00 2001 From: Leonardo Strozzi Date: Wed, 1 Aug 2018 19:08:28 -0300 Subject: [PATCH 101/114] Rename StorageEngine Twig extensions Signed-off-by: Leonardo Strozzi --- libraries/classes/Twig/StorageEngineExtension.php | 2 +- templates/columns_definitions/column_definitions_form.twig | 2 +- templates/columns_definitions/partitions.twig | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libraries/classes/Twig/StorageEngineExtension.php b/libraries/classes/Twig/StorageEngineExtension.php index 808536920e..34b87c1186 100644 --- a/libraries/classes/Twig/StorageEngineExtension.php +++ b/libraries/classes/Twig/StorageEngineExtension.php @@ -28,7 +28,7 @@ class StorageEngineExtension extends AbstractExtension { return [ new TwigFunction( - 'StorageEngine_getHtmlSelect', + 'get_html_select', 'PhpMyAdmin\StorageEngine::getHtmlSelect', ['is_safe' => ['html']] ), diff --git a/templates/columns_definitions/column_definitions_form.twig b/templates/columns_definitions/column_definitions_form.twig index 5da421449f..de3301d655 100644 --- a/templates/columns_definitions/column_definitions_form.twig +++ b/templates/columns_definitions/column_definitions_form.twig @@ -105,7 +105,7 @@   - {{ StorageEngine_getHtmlSelect( + {{ get_html_select( 'tbl_storage_engine', null, tbl_storage_engine diff --git a/templates/columns_definitions/partitions.twig b/templates/columns_definitions/partitions.twig index bede07f621..28287da6e1 100644 --- a/templates/columns_definitions/partitions.twig +++ b/templates/columns_definitions/partitions.twig @@ -134,7 +134,7 @@ {% endif %} - {{ StorageEngine_getHtmlSelect( + {{ get_html_select( subpartition['prefix'] ~ '[engine]', null, subpartition['engine'], From e7d36c2ff6429482db697bfb8479b013fc856418 Mon Sep 17 00:00:00 2001 From: Leonardo Strozzi Date: Wed, 1 Aug 2018 19:11:36 -0300 Subject: [PATCH 102/114] Rename table Twig extension Signed-off-by: Leonardo Strozzi --- libraries/classes/Twig/TableExtension.php | 2 +- templates/table/relation/common_form.twig | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libraries/classes/Twig/TableExtension.php b/libraries/classes/Twig/TableExtension.php index 4b2b3349fd..1dc4ef1011 100644 --- a/libraries/classes/Twig/TableExtension.php +++ b/libraries/classes/Twig/TableExtension.php @@ -28,7 +28,7 @@ class TableExtension extends AbstractExtension { return [ new TwigFunction( - 'Table_get', + 'table_get', 'PhpMyAdmin\Table::get' ), ]; diff --git a/templates/table/relation/common_form.twig b/templates/table/relation/common_form.twig index e2f011b26d..18fe838abc 100644 --- a/templates/table/relation/common_form.twig +++ b/templates/table/relation/common_form.twig @@ -51,7 +51,7 @@ {% endif %} {% set unique_columns = [] %} {% if foreign_db and foreign_table %} - {% set table_obj = Table_get(foreign_table, foreign_db) %} + {% set table_obj = table_get(foreign_table, foreign_db) %} {% set unique_columns = table_obj.getUniqueColumns(false, false) %} {% endif %} {% include 'table/relation/foreign_key_row.twig' with { @@ -147,7 +147,7 @@ {% if existrel[myfield] is defined %} {% set foreign_column = existrel[myfield]['foreign_field'] %} {% endif %} - {% set table_obj = Table_get(foreign_table, foreign_db) %} + {% set table_obj = table_get(foreign_table, foreign_db) %} {% set unique_columns = table_obj.getUniqueColumns(false, false) %} {% endif %} From 0ba17c69edaabc53281e2ad5711c018da4adf16a Mon Sep 17 00:00:00 2001 From: Leonardo Strozzi Date: Wed, 1 Aug 2018 19:13:43 -0300 Subject: [PATCH 103/114] Rename tracker Twig extension Signed-off-by: Leonardo Strozzi --- libraries/classes/Twig/TrackerExtension.php | 2 +- templates/database/tracking/tables.twig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/classes/Twig/TrackerExtension.php b/libraries/classes/Twig/TrackerExtension.php index cbe5dd9ae7..ac883f568d 100644 --- a/libraries/classes/Twig/TrackerExtension.php +++ b/libraries/classes/Twig/TrackerExtension.php @@ -28,7 +28,7 @@ class TrackerExtension extends AbstractExtension { return [ new TwigFunction( - 'Tracker_getVersion', + 'get_tracker_version', 'PhpMyAdmin\Tracker::getVersion' ), ]; diff --git a/templates/database/tracking/tables.twig b/templates/database/tracking/tables.twig index b7aa92f9b2..46e4a5aabe 100644 --- a/templates/database/tracking/tables.twig +++ b/templates/database/tracking/tables.twig @@ -100,7 +100,7 @@ - {% for table_name in untracked_tables if Tracker_getVersion(db, table_name) == -1 %} + {% for table_name in untracked_tables if get_tracker_version(db, table_name) == -1 %} Date: Wed, 1 Aug 2018 19:18:13 -0300 Subject: [PATCH 104/114] Rename Transformation Twig extensions Signed-off-by: Leonardo Strozzi --- libraries/classes/Twig/TransformationsExtension.php | 4 ++-- templates/columns_definitions/transformation.twig | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libraries/classes/Twig/TransformationsExtension.php b/libraries/classes/Twig/TransformationsExtension.php index fec1eeffe3..98f75cb310 100644 --- a/libraries/classes/Twig/TransformationsExtension.php +++ b/libraries/classes/Twig/TransformationsExtension.php @@ -30,11 +30,11 @@ class TransformationsExtension extends AbstractExtension $transformations = new Transformations(); return [ new TwigFunction( - 'Transformations_getDescription', + 'get_description', [$transformations, 'getDescription'] ), new TwigFunction( - 'Transformations_getName', + 'get_name', [$transformations, 'getName'] ), ]; diff --git a/templates/columns_definitions/transformation.twig b/templates/columns_definitions/transformation.twig index 8c0ce4f3f3..9aec94a565 100644 --- a/templates/columns_definitions/transformation.twig +++ b/templates/columns_definitions/transformation.twig @@ -9,11 +9,11 @@ and mime_map[column_meta['Field']][type] matches '@' ~ available_mime[type ~ '_file_quoted'][mimekey] ~ '3?@i' ? 'selected ' %} - {% set tooltip = Transformations_getDescription( + {% set tooltip = get_description( available_mime[type ~ '_file'][mimekey] ) %} {% set parts = transform|split(':') %} - {% set name = Transformations_getName( + {% set name = get_name( available_mime[type ~ '_file'][mimekey] ) ~ ' (' ~ parts[0]|lower ~ ':' ~ parts[1] ~ ')' %}