Commit 4c0bf96c authored by Paul Brown's avatar Paul Brown

update translations

parent e8b1b6b5
...@@ -9,7 +9,7 @@ msgid "" ...@@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Flask-Admin VERSION\n" "Project-Id-Version: Flask-Admin VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-08-17 20:19-0500\n" "POT-Creation-Date: 2015-09-04 19:45-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
...@@ -18,7 +18,7 @@ msgstr "" ...@@ -18,7 +18,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.0\n" "Generated-By: Babel 2.0\n"
#: ../flask_admin/base.py:431 #: ../flask_admin/base.py:439
msgid "Home" msgid "Home"
msgstr "" msgstr ""
...@@ -58,7 +58,7 @@ msgstr "" ...@@ -58,7 +58,7 @@ msgstr ""
#: ../flask_admin/contrib/fileadmin.py:707 #: ../flask_admin/contrib/fileadmin.py:707
#: ../flask_admin/contrib/fileadmin.py:750 #: ../flask_admin/contrib/fileadmin.py:750
#: ../flask_admin/contrib/fileadmin.py:796 #: ../flask_admin/contrib/fileadmin.py:796
#: ../flask_admin/contrib/fileadmin.py:846 #: ../flask_admin/contrib/fileadmin.py:846 ../flask_admin/model/base.py:1923
msgid "Permission denied." msgid "Permission denied."
msgstr "" msgstr ""
...@@ -181,10 +181,10 @@ msgid "Cannot edit %(name)s." ...@@ -181,10 +181,10 @@ msgid "Cannot edit %(name)s."
msgstr "" msgstr ""
#: ../flask_admin/contrib/fileadmin.py:902 #: ../flask_admin/contrib/fileadmin.py:902
#: ../flask_admin/contrib/mongoengine/view.py:630 #: ../flask_admin/contrib/mongoengine/view.py:638
#: ../flask_admin/contrib/peewee/view.py:432 #: ../flask_admin/contrib/peewee/view.py:457
#: ../flask_admin/contrib/pymongo/view.py:352 #: ../flask_admin/contrib/pymongo/view.py:359
#: ../flask_admin/contrib/sqla/view.py:1061 #: ../flask_admin/contrib/sqla/view.py:1075
msgid "Delete" msgid "Delete"
msgstr "" msgstr ""
...@@ -273,66 +273,66 @@ msgid "not in list" ...@@ -273,66 +273,66 @@ msgid "not in list"
msgstr "" msgstr ""
#: ../flask_admin/contrib/mongoengine/filters.py:221 #: ../flask_admin/contrib/mongoengine/filters.py:221
#: ../flask_admin/contrib/peewee/filters.py:208 #: ../flask_admin/contrib/peewee/filters.py:210
#: ../flask_admin/contrib/peewee/filters.py:245 #: ../flask_admin/contrib/peewee/filters.py:247
#: ../flask_admin/contrib/peewee/filters.py:282 #: ../flask_admin/contrib/peewee/filters.py:284
#: ../flask_admin/contrib/sqla/filters.py:213 #: ../flask_admin/contrib/sqla/filters.py:213
#: ../flask_admin/contrib/sqla/filters.py:250 #: ../flask_admin/contrib/sqla/filters.py:250
#: ../flask_admin/contrib/sqla/filters.py:287 #: ../flask_admin/contrib/sqla/filters.py:287
msgid "not between" msgid "not between"
msgstr "" msgstr ""
#: ../flask_admin/contrib/mongoengine/view.py:520 #: ../flask_admin/contrib/mongoengine/view.py:528
#, python-format #, python-format
msgid "Failed to get model. %(error)s" msgid "Failed to get model. %(error)s"
msgstr "" msgstr ""
#: ../flask_admin/contrib/mongoengine/view.py:539 #: ../flask_admin/contrib/mongoengine/view.py:547
#: ../flask_admin/contrib/peewee/view.py:380 #: ../flask_admin/contrib/peewee/view.py:405
#: ../flask_admin/contrib/pymongo/view.py:284 #: ../flask_admin/contrib/pymongo/view.py:291
#: ../flask_admin/contrib/sqla/view.py:990 #: ../flask_admin/contrib/sqla/view.py:1004
#, python-format #, python-format
msgid "Failed to create record. %(error)s" msgid "Failed to create record. %(error)s"
msgstr "" msgstr ""
#: ../flask_admin/contrib/mongoengine/view.py:565 #: ../flask_admin/contrib/mongoengine/view.py:573
#: ../flask_admin/contrib/peewee/view.py:399 #: ../flask_admin/contrib/peewee/view.py:424
#: ../flask_admin/contrib/pymongo/view.py:309 #: ../flask_admin/contrib/pymongo/view.py:316
#: ../flask_admin/contrib/sqla/view.py:1016 ../flask_admin/model/base.py:1864 #: ../flask_admin/contrib/sqla/view.py:1030 ../flask_admin/model/base.py:2023
#: ../flask_admin/model/base.py:1873 #: ../flask_admin/model/base.py:2032
#, python-format #, python-format
msgid "Failed to update record. %(error)s" msgid "Failed to update record. %(error)s"
msgstr "" msgstr ""
#: ../flask_admin/contrib/mongoengine/view.py:588 #: ../flask_admin/contrib/mongoengine/view.py:596
#: ../flask_admin/contrib/peewee/view.py:414 #: ../flask_admin/contrib/peewee/view.py:439
#: ../flask_admin/contrib/pymongo/view.py:334 #: ../flask_admin/contrib/pymongo/view.py:341
#: ../flask_admin/contrib/sqla/view.py:1041 #: ../flask_admin/contrib/sqla/view.py:1055
#, python-format #, python-format
msgid "Failed to delete record. %(error)s" msgid "Failed to delete record. %(error)s"
msgstr "" msgstr ""
#: ../flask_admin/contrib/mongoengine/view.py:631 #: ../flask_admin/contrib/mongoengine/view.py:639
#: ../flask_admin/contrib/peewee/view.py:433 #: ../flask_admin/contrib/peewee/view.py:458
#: ../flask_admin/contrib/pymongo/view.py:353 #: ../flask_admin/contrib/pymongo/view.py:360
#: ../flask_admin/contrib/sqla/view.py:1062 #: ../flask_admin/contrib/sqla/view.py:1076
msgid "Are you sure you want to delete selected records?" msgid "Are you sure you want to delete selected records?"
msgstr "" msgstr ""
#: ../flask_admin/contrib/mongoengine/view.py:640 #: ../flask_admin/contrib/mongoengine/view.py:648
#: ../flask_admin/contrib/peewee/view.py:450 #: ../flask_admin/contrib/peewee/view.py:475
#: ../flask_admin/contrib/pymongo/view.py:363 #: ../flask_admin/contrib/pymongo/view.py:370
#: ../flask_admin/contrib/sqla/view.py:1078 ../flask_admin/model/base.py:1812 #: ../flask_admin/contrib/sqla/view.py:1092 ../flask_admin/model/base.py:1901
#, python-format #, python-format
msgid "Record was successfully deleted." msgid "Record was successfully deleted."
msgid_plural "%(count)s records were successfully deleted." msgid_plural "%(count)s records were successfully deleted."
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: ../flask_admin/contrib/mongoengine/view.py:646 #: ../flask_admin/contrib/mongoengine/view.py:654
#: ../flask_admin/contrib/peewee/view.py:456 #: ../flask_admin/contrib/peewee/view.py:481
#: ../flask_admin/contrib/pymongo/view.py:368 #: ../flask_admin/contrib/pymongo/view.py:375
#: ../flask_admin/contrib/sqla/view.py:1086 #: ../flask_admin/contrib/sqla/view.py:1100
#, python-format #, python-format
msgid "Failed to delete records. %(error)s" msgid "Failed to delete records. %(error)s"
msgstr "" msgstr ""
...@@ -355,7 +355,7 @@ msgid_plural "At least %d items are required" ...@@ -355,7 +355,7 @@ msgid_plural "At least %d items are required"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: ../flask_admin/contrib/sqla/view.py:969 #: ../flask_admin/contrib/sqla/view.py:983
#, python-format #, python-format
msgid "Integrity error. %(message)s" msgid "Integrity error. %(message)s"
msgstr "" msgstr ""
...@@ -377,25 +377,25 @@ msgstr "" ...@@ -377,25 +377,25 @@ msgstr ""
msgid "File \"%s\" already exists." msgid "File \"%s\" already exists."
msgstr "" msgstr ""
#: ../flask_admin/model/base.py:1412 #: ../flask_admin/model/base.py:1459
msgid "There are no items in the table." msgid "There are no items in the table."
msgstr "" msgstr ""
#: ../flask_admin/model/base.py:1436 #: ../flask_admin/model/base.py:1483
#, python-format #, python-format
msgid "Invalid Filter Value: %(value)s" msgid "Invalid Filter Value: %(value)s"
msgstr "" msgstr ""
#: ../flask_admin/model/base.py:1677 #: ../flask_admin/model/base.py:1766
msgid "Record was successfully created." msgid "Record was successfully created."
msgstr "" msgstr ""
#: ../flask_admin/model/base.py:1721 ../flask_admin/model/base.py:1773 #: ../flask_admin/model/base.py:1810 ../flask_admin/model/base.py:1862
#: ../flask_admin/model/base.py:1807 #: ../flask_admin/model/base.py:1896
msgid "Record does not exist." msgid "Record does not exist."
msgstr "" msgstr ""
#: ../flask_admin/model/base.py:1730 ../flask_admin/model/base.py:1869 #: ../flask_admin/model/base.py:1819 ../flask_admin/model/base.py:2028
msgid "Record was successfully saved." msgid "Record was successfully saved."
msgstr "" msgstr ""
...@@ -517,14 +517,10 @@ msgid "Create" ...@@ -517,14 +517,10 @@ msgid "Create"
msgstr "" msgstr ""
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap3/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113 msgid "Details"
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8
msgid "View Record"
msgstr "" msgstr ""
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:29 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:29
...@@ -534,11 +530,6 @@ msgstr "" ...@@ -534,11 +530,6 @@ msgstr ""
msgid "Filter" msgid "Filter"
msgstr "" msgstr ""
#: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
msgid "Details"
msgstr ""
#: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13 #: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13
#: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14 #: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14
msgid "Delete?" msgid "Delete?"
...@@ -578,42 +569,56 @@ msgstr "" ...@@ -578,42 +569,56 @@ msgstr ""
msgid "Create new record" msgid "Create new record"
msgstr "" msgstr ""
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:61 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:31
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:61 #: ../flask_admin/templates/bootstrap3/admin/model/list.html:31
msgid "Export"
msgstr ""
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:67
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:67
msgid "Select all records" msgid "Select all records"
msgstr "" msgstr ""
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:72 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:78
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:81 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:87
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:72 #: ../flask_admin/templates/bootstrap3/admin/model/list.html:78
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:81 #: ../flask_admin/templates/bootstrap3/admin/model/list.html:87
#, python-format #, python-format
msgid "Sort by %(name)s" msgid "Sort by %(name)s"
msgstr "" msgstr ""
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:103 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:109
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:103 #: ../flask_admin/templates/bootstrap3/admin/model/list.html:109
msgid "Select record" msgid "Select record"
msgstr "" msgstr ""
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:117
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:122 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:119
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:122 #: ../flask_admin/templates/bootstrap3/admin/model/list.html:117
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:119
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8
msgid "View Record"
msgstr ""
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:126
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:128
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:126
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:128
msgid "Edit record" msgid "Edit record"
msgstr "" msgstr ""
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:136 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:142
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:136 #: ../flask_admin/templates/bootstrap3/admin/model/list.html:142
msgid "Are you sure you want to delete this record?" msgid "Are you sure you want to delete this record?"
msgstr "" msgstr ""
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:136 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:142
msgid "Delete record" msgid "Delete record"
msgstr "" msgstr ""
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:193 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:199
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:194 #: ../flask_admin/templates/bootstrap3/admin/model/list.html:200
msgid "Please select at least one record." msgid "Please select at least one record."
msgstr "" msgstr ""
......
...@@ -2,8 +2,8 @@ msgid "" ...@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: flask-admin\n" "Project-Id-Version: flask-admin\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-08-17 20:17-0500\n" "POT-Creation-Date: 2015-08-23 20:22-0500\n"
"PO-Revision-Date: 2015-08-17 21:19-0400\n" "PO-Revision-Date: 2015-09-04 20:43-0400\n"
"Last-Translator: mrjoes <serge.koval@gmail.com>\n" "Last-Translator: mrjoes <serge.koval@gmail.com>\n"
"Language-Team: Afrikaans\n" "Language-Team: Afrikaans\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s." ...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s."
msgstr "Kan %(name)s nie wysig." msgstr "Kan %(name)s nie wysig."
#: ../flask_admin/contrib/fileadmin.py:902 #: ../flask_admin/contrib/fileadmin.py:902
#: ../flask_admin/contrib/mongoengine/view.py:630 #: ../flask_admin/contrib/mongoengine/view.py:638
#: ../flask_admin/contrib/peewee/view.py:432 #: ../flask_admin/contrib/peewee/view.py:457
#: ../flask_admin/contrib/pymongo/view.py:352 #: ../flask_admin/contrib/pymongo/view.py:359
#: ../flask_admin/contrib/sqla/view.py:1061 #: ../flask_admin/contrib/sqla/view.py:1075
msgid "Delete" msgid "Delete"
msgstr "Verwyder" msgstr "Verwyder"
...@@ -281,57 +281,57 @@ msgstr "nie in die lys" ...@@ -281,57 +281,57 @@ msgstr "nie in die lys"
msgid "not between" msgid "not between"
msgstr "nie tussen" msgstr "nie tussen"
#: ../flask_admin/contrib/mongoengine/view.py:520 #: ../flask_admin/contrib/mongoengine/view.py:528
#, python-format #, python-format
msgid "Failed to get model. %(error)s" msgid "Failed to get model. %(error)s"
msgstr "Kon model kry. %(error)s" msgstr "Kon model kry. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:539 #: ../flask_admin/contrib/mongoengine/view.py:547
#: ../flask_admin/contrib/peewee/view.py:380 #: ../flask_admin/contrib/peewee/view.py:405
#: ../flask_admin/contrib/pymongo/view.py:284 #: ../flask_admin/contrib/pymongo/view.py:291
#: ../flask_admin/contrib/sqla/view.py:990 #: ../flask_admin/contrib/sqla/view.py:1004
#, python-format #, python-format
msgid "Failed to create record. %(error)s" msgid "Failed to create record. %(error)s"
msgstr "Kon rekord te skep. %(error)s" msgstr "Kon rekord te skep. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:565 #: ../flask_admin/contrib/mongoengine/view.py:573
#: ../flask_admin/contrib/peewee/view.py:399 #: ../flask_admin/contrib/peewee/view.py:424
#: ../flask_admin/contrib/pymongo/view.py:309 #: ../flask_admin/contrib/pymongo/view.py:316
#: ../flask_admin/contrib/sqla/view.py:1016 ../flask_admin/model/base.py:1864 #: ../flask_admin/contrib/sqla/view.py:1030 ../flask_admin/model/base.py:1864
#: ../flask_admin/model/base.py:1873 #: ../flask_admin/model/base.py:1873
#, python-format #, python-format
msgid "Failed to update record. %(error)s" msgid "Failed to update record. %(error)s"
msgstr "Kon rekord te werk. %(error)s" msgstr "Kon rekord te werk. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:588 #: ../flask_admin/contrib/mongoengine/view.py:596
#: ../flask_admin/contrib/peewee/view.py:414 #: ../flask_admin/contrib/peewee/view.py:439
#: ../flask_admin/contrib/pymongo/view.py:334 #: ../flask_admin/contrib/pymongo/view.py:341
#: ../flask_admin/contrib/sqla/view.py:1041 #: ../flask_admin/contrib/sqla/view.py:1055
#, python-format #, python-format
msgid "Failed to delete record. %(error)s" msgid "Failed to delete record. %(error)s"
msgstr "Kon rekord verwyder. %(error)s" msgstr "Kon rekord verwyder. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:631 #: ../flask_admin/contrib/mongoengine/view.py:639
#: ../flask_admin/contrib/peewee/view.py:433 #: ../flask_admin/contrib/peewee/view.py:458
#: ../flask_admin/contrib/pymongo/view.py:353 #: ../flask_admin/contrib/pymongo/view.py:360
#: ../flask_admin/contrib/sqla/view.py:1062 #: ../flask_admin/contrib/sqla/view.py:1076
msgid "Are you sure you want to delete selected records?" msgid "Are you sure you want to delete selected records?"
msgstr "Is jy seker jy wil gekies rekords skrap?" msgstr "Is jy seker jy wil gekies rekords skrap?"
#: ../flask_admin/contrib/mongoengine/view.py:640 #: ../flask_admin/contrib/mongoengine/view.py:648
#: ../flask_admin/contrib/peewee/view.py:450 #: ../flask_admin/contrib/peewee/view.py:475
#: ../flask_admin/contrib/pymongo/view.py:363 #: ../flask_admin/contrib/pymongo/view.py:370
#: ../flask_admin/contrib/sqla/view.py:1078 ../flask_admin/model/base.py:1812 #: ../flask_admin/contrib/sqla/view.py:1092 ../flask_admin/model/base.py:1812
#, python-format #, python-format
msgid "Record was successfully deleted." msgid "Record was successfully deleted."
msgid_plural "%(count)s records were successfully deleted." msgid_plural "%(count)s records were successfully deleted."
msgstr[0] "Rekord is suksesvol verwyder." msgstr[0] "Rekord is suksesvol verwyder."
msgstr[1] "%(count)s rekords is suksesvol verwyder." msgstr[1] "%(count)s rekords is suksesvol verwyder."
#: ../flask_admin/contrib/mongoengine/view.py:646 #: ../flask_admin/contrib/mongoengine/view.py:654
#: ../flask_admin/contrib/peewee/view.py:456 #: ../flask_admin/contrib/peewee/view.py:481
#: ../flask_admin/contrib/pymongo/view.py:368 #: ../flask_admin/contrib/pymongo/view.py:375
#: ../flask_admin/contrib/sqla/view.py:1086 #: ../flask_admin/contrib/sqla/view.py:1100
#, python-format #, python-format
msgid "Failed to delete records. %(error)s" msgid "Failed to delete records. %(error)s"
msgstr "Versuim om rekords te skrap. %(error)s" msgstr "Versuim om rekords te skrap. %(error)s"
...@@ -354,7 +354,7 @@ msgid_plural "At least %d items are required" ...@@ -354,7 +354,7 @@ msgid_plural "At least %d items are required"
msgstr[0] "Ten minste %d item vereis" msgstr[0] "Ten minste %d item vereis"
msgstr[1] "Ten minste %d items vereis" msgstr[1] "Ten minste %d items vereis"
#: ../flask_admin/contrib/sqla/view.py:969 #: ../flask_admin/contrib/sqla/view.py:983
#, python-format #, python-format
msgid "Integrity error. %(message)s" msgid "Integrity error. %(message)s"
msgstr "Integriteit fout. %(message)s" msgstr "Integriteit fout. %(message)s"
...@@ -516,15 +516,11 @@ msgid "Create" ...@@ -516,15 +516,11 @@ msgid "Create"
msgstr "Skep" msgstr "Skep"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap3/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113 msgid "Details"
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8 msgstr "Details"
msgid "View Record"
msgstr "View Record"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:29 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:29
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8 #: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8
...@@ -533,11 +529,6 @@ msgstr "View Record" ...@@ -533,11 +529,6 @@ msgstr "View Record"
msgid "Filter" msgid "Filter"
msgstr "Filtreer" msgstr "Filtreer"
#: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
msgid "Details"
msgstr "Details"
#: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13 #: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13
#: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14 #: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14
msgid "Delete?" msgid "Delete?"
...@@ -595,6 +586,15 @@ msgstr "Sorteer %(name)s" ...@@ -595,6 +586,15 @@ msgstr "Sorteer %(name)s"
msgid "Select record" msgid "Select record"
msgstr "Kies rekord" msgstr "Kies rekord"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8
msgid "View Record"
msgstr "View Record"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:120
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:122 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:122
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap3/admin/model/list.html:120
......
...@@ -2,8 +2,8 @@ msgid "" ...@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: flask-admin\n" "Project-Id-Version: flask-admin\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-08-17 20:17-0500\n" "POT-Creation-Date: 2015-08-23 20:22-0500\n"
"PO-Revision-Date: 2015-08-17 21:19-0400\n" "PO-Revision-Date: 2015-09-04 20:43-0400\n"
"Last-Translator: mrjoes <serge.koval@gmail.com>\n" "Last-Translator: mrjoes <serge.koval@gmail.com>\n"
"Language-Team: Arabic\n" "Language-Team: Arabic\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s." ...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s."
msgstr "لا يمكن تحرير %(name)s." msgstr "لا يمكن تحرير %(name)s."
#: ../flask_admin/contrib/fileadmin.py:902 #: ../flask_admin/contrib/fileadmin.py:902
#: ../flask_admin/contrib/mongoengine/view.py:630 #: ../flask_admin/contrib/mongoengine/view.py:638
#: ../flask_admin/contrib/peewee/view.py:432 #: ../flask_admin/contrib/peewee/view.py:457
#: ../flask_admin/contrib/pymongo/view.py:352 #: ../flask_admin/contrib/pymongo/view.py:359
#: ../flask_admin/contrib/sqla/view.py:1061 #: ../flask_admin/contrib/sqla/view.py:1075
msgid "Delete" msgid "Delete"
msgstr "مسح" msgstr "مسح"
...@@ -281,47 +281,47 @@ msgstr "غير موجود في قائمة" ...@@ -281,47 +281,47 @@ msgstr "غير موجود في قائمة"
msgid "not between" msgid "not between"
msgstr "ليس بين" msgstr "ليس بين"
#: ../flask_admin/contrib/mongoengine/view.py:520 #: ../flask_admin/contrib/mongoengine/view.py:528
#, python-format #, python-format
msgid "Failed to get model. %(error)s" msgid "Failed to get model. %(error)s"
msgstr "فشل في الحصول على نموذج. %(error)s" msgstr "فشل في الحصول على نموذج. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:539 #: ../flask_admin/contrib/mongoengine/view.py:547
#: ../flask_admin/contrib/peewee/view.py:380 #: ../flask_admin/contrib/peewee/view.py:405
#: ../flask_admin/contrib/pymongo/view.py:284 #: ../flask_admin/contrib/pymongo/view.py:291
#: ../flask_admin/contrib/sqla/view.py:990 #: ../flask_admin/contrib/sqla/view.py:1004
#, python-format #, python-format
msgid "Failed to create record. %(error)s" msgid "Failed to create record. %(error)s"
msgstr "فشل في إنشاء سجل. %(error)s" msgstr "فشل في إنشاء سجل. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:565 #: ../flask_admin/contrib/mongoengine/view.py:573
#: ../flask_admin/contrib/peewee/view.py:399 #: ../flask_admin/contrib/peewee/view.py:424
#: ../flask_admin/contrib/pymongo/view.py:309 #: ../flask_admin/contrib/pymongo/view.py:316
#: ../flask_admin/contrib/sqla/view.py:1016 ../flask_admin/model/base.py:1864 #: ../flask_admin/contrib/sqla/view.py:1030 ../flask_admin/model/base.py:1864
#: ../flask_admin/model/base.py:1873 #: ../flask_admin/model/base.py:1873
#, python-format #, python-format
msgid "Failed to update record. %(error)s" msgid "Failed to update record. %(error)s"
msgstr "فشل في إنشاء سجل. %(error)s" msgstr "فشل في إنشاء سجل. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:588 #: ../flask_admin/contrib/mongoengine/view.py:596
#: ../flask_admin/contrib/peewee/view.py:414 #: ../flask_admin/contrib/peewee/view.py:439
#: ../flask_admin/contrib/pymongo/view.py:334 #: ../flask_admin/contrib/pymongo/view.py:341
#: ../flask_admin/contrib/sqla/view.py:1041 #: ../flask_admin/contrib/sqla/view.py:1055
#, python-format #, python-format
msgid "Failed to delete record. %(error)s" msgid "Failed to delete record. %(error)s"
msgstr "فشل في حذف السجل. %(error)s" msgstr "فشل في حذف السجل. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:631 #: ../flask_admin/contrib/mongoengine/view.py:639
#: ../flask_admin/contrib/peewee/view.py:433 #: ../flask_admin/contrib/peewee/view.py:458
#: ../flask_admin/contrib/pymongo/view.py:353 #: ../flask_admin/contrib/pymongo/view.py:360
#: ../flask_admin/contrib/sqla/view.py:1062 #: ../flask_admin/contrib/sqla/view.py:1076
msgid "Are you sure you want to delete selected records?" msgid "Are you sure you want to delete selected records?"
msgstr "هل أنت متأكد من أنك تريد حذف السجلات المحددة؟?" msgstr "هل أنت متأكد من أنك تريد حذف السجلات المحددة؟?"
#: ../flask_admin/contrib/mongoengine/view.py:640 #: ../flask_admin/contrib/mongoengine/view.py:648
#: ../flask_admin/contrib/peewee/view.py:450 #: ../flask_admin/contrib/peewee/view.py:475
#: ../flask_admin/contrib/pymongo/view.py:363 #: ../flask_admin/contrib/pymongo/view.py:370
#: ../flask_admin/contrib/sqla/view.py:1078 ../flask_admin/model/base.py:1812 #: ../flask_admin/contrib/sqla/view.py:1092 ../flask_admin/model/base.py:1812
#, python-format #, python-format
msgid "Record was successfully deleted." msgid "Record was successfully deleted."
msgid_plural "%(count)s records were successfully deleted." msgid_plural "%(count)s records were successfully deleted."
...@@ -332,10 +332,10 @@ msgstr[3] "تم بنجاح حذف السجلات %(count)s." ...@@ -332,10 +332,10 @@ msgstr[3] "تم بنجاح حذف السجلات %(count)s."
msgstr[4] "تم بنجاح حذف السجلات %(count)s." msgstr[4] "تم بنجاح حذف السجلات %(count)s."
msgstr[5] "تم بنجاح حذف السجلات %(count)s." msgstr[5] "تم بنجاح حذف السجلات %(count)s."
#: ../flask_admin/contrib/mongoengine/view.py:646 #: ../flask_admin/contrib/mongoengine/view.py:654
#: ../flask_admin/contrib/peewee/view.py:456 #: ../flask_admin/contrib/peewee/view.py:481
#: ../flask_admin/contrib/pymongo/view.py:368 #: ../flask_admin/contrib/pymongo/view.py:375
#: ../flask_admin/contrib/sqla/view.py:1086 #: ../flask_admin/contrib/sqla/view.py:1100
#, python-format #, python-format
msgid "Failed to delete records. %(error)s" msgid "Failed to delete records. %(error)s"
msgstr "فشل في حذف السجل. %(error)s" msgstr "فشل في حذف السجل. %(error)s"
...@@ -362,7 +362,7 @@ msgstr[3] "على الأقل %d عناصر مطلوبة" ...@@ -362,7 +362,7 @@ msgstr[3] "على الأقل %d عناصر مطلوبة"
msgstr[4] "على الأقل %d عناصر مطلوبة" msgstr[4] "على الأقل %d عناصر مطلوبة"
msgstr[5] "على الأقل %d عناصر مطلوبة" msgstr[5] "على الأقل %d عناصر مطلوبة"
#: ../flask_admin/contrib/sqla/view.py:969 #: ../flask_admin/contrib/sqla/view.py:983
#, python-format #, python-format
msgid "Integrity error. %(message)s" msgid "Integrity error. %(message)s"
msgstr "خطأ سلامة. %(message)s" msgstr "خطأ سلامة. %(message)s"
...@@ -524,15 +524,11 @@ msgid "Create" ...@@ -524,15 +524,11 @@ msgid "Create"
msgstr "إنشاء" msgstr "إنشاء"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap3/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113 msgid "Details"
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8 msgstr "Details"
msgid "View Record"
msgstr "عرض السجل"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:29 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:29
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8 #: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8
...@@ -541,11 +537,6 @@ msgstr "عرض السجل" ...@@ -541,11 +537,6 @@ msgstr "عرض السجل"
msgid "Filter" msgid "Filter"
msgstr "الذهاب »" msgstr "الذهاب »"
#: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
msgid "Details"
msgstr "Details"
#: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13 #: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13
#: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14 #: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14
msgid "Delete?" msgid "Delete?"
...@@ -603,6 +594,15 @@ msgstr "فرز حسب %(name)s" ...@@ -603,6 +594,15 @@ msgstr "فرز حسب %(name)s"
msgid "Select record" msgid "Select record"
msgstr "حدد السجل" msgstr "حدد السجل"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8
msgid "View Record"
msgstr "عرض السجل"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:120
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:122 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:122
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap3/admin/model/list.html:120
......
...@@ -2,8 +2,8 @@ msgid "" ...@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: flask-admin\n" "Project-Id-Version: flask-admin\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-08-17 20:17-0500\n" "POT-Creation-Date: 2015-08-23 20:22-0500\n"
"PO-Revision-Date: 2015-08-17 21:19-0400\n" "PO-Revision-Date: 2015-09-04 20:43-0400\n"
"Last-Translator: mrjoes <serge.koval@gmail.com>\n" "Last-Translator: mrjoes <serge.koval@gmail.com>\n"
"Language-Team: Catalan\n" "Language-Team: Catalan\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s." ...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s."
msgstr "No es pot editar %(name)s." msgstr "No es pot editar %(name)s."
#: ../flask_admin/contrib/fileadmin.py:902 #: ../flask_admin/contrib/fileadmin.py:902
#: ../flask_admin/contrib/mongoengine/view.py:630 #: ../flask_admin/contrib/mongoengine/view.py:638
#: ../flask_admin/contrib/peewee/view.py:432 #: ../flask_admin/contrib/peewee/view.py:457
#: ../flask_admin/contrib/pymongo/view.py:352 #: ../flask_admin/contrib/pymongo/view.py:359
#: ../flask_admin/contrib/sqla/view.py:1061 #: ../flask_admin/contrib/sqla/view.py:1075
msgid "Delete" msgid "Delete"
msgstr "Eliminar" msgstr "Eliminar"
...@@ -281,57 +281,57 @@ msgstr "no en la llista" ...@@ -281,57 +281,57 @@ msgstr "no en la llista"
msgid "not between" msgid "not between"
msgstr "no entre" msgstr "no entre"
#: ../flask_admin/contrib/mongoengine/view.py:520 #: ../flask_admin/contrib/mongoengine/view.py:528
#, python-format #, python-format
msgid "Failed to get model. %(error)s" msgid "Failed to get model. %(error)s"
msgstr "No s'ha pogut obtenir el model. %(error)s" msgstr "No s'ha pogut obtenir el model. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:539 #: ../flask_admin/contrib/mongoengine/view.py:547
#: ../flask_admin/contrib/peewee/view.py:380 #: ../flask_admin/contrib/peewee/view.py:405
#: ../flask_admin/contrib/pymongo/view.py:284 #: ../flask_admin/contrib/pymongo/view.py:291
#: ../flask_admin/contrib/sqla/view.py:990 #: ../flask_admin/contrib/sqla/view.py:1004
#, python-format #, python-format
msgid "Failed to create record. %(error)s" msgid "Failed to create record. %(error)s"
msgstr "Error en eliminar el registre. %(error)s" msgstr "Error en eliminar el registre. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:565 #: ../flask_admin/contrib/mongoengine/view.py:573
#: ../flask_admin/contrib/peewee/view.py:399 #: ../flask_admin/contrib/peewee/view.py:424
#: ../flask_admin/contrib/pymongo/view.py:309 #: ../flask_admin/contrib/pymongo/view.py:316
#: ../flask_admin/contrib/sqla/view.py:1016 ../flask_admin/model/base.py:1864 #: ../flask_admin/contrib/sqla/view.py:1030 ../flask_admin/model/base.py:1864
#: ../flask_admin/model/base.py:1873 #: ../flask_admin/model/base.py:1873
#, python-format #, python-format
msgid "Failed to update record. %(error)s" msgid "Failed to update record. %(error)s"
msgstr "Error en actualitzar el registre. %(error)s" msgstr "Error en actualitzar el registre. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:588 #: ../flask_admin/contrib/mongoengine/view.py:596
#: ../flask_admin/contrib/peewee/view.py:414 #: ../flask_admin/contrib/peewee/view.py:439
#: ../flask_admin/contrib/pymongo/view.py:334 #: ../flask_admin/contrib/pymongo/view.py:341
#: ../flask_admin/contrib/sqla/view.py:1041 #: ../flask_admin/contrib/sqla/view.py:1055
#, python-format #, python-format
msgid "Failed to delete record. %(error)s" msgid "Failed to delete record. %(error)s"
msgstr "Error en eliminar el registre. %(error)s" msgstr "Error en eliminar el registre. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:631 #: ../flask_admin/contrib/mongoengine/view.py:639
#: ../flask_admin/contrib/peewee/view.py:433 #: ../flask_admin/contrib/peewee/view.py:458
#: ../flask_admin/contrib/pymongo/view.py:353 #: ../flask_admin/contrib/pymongo/view.py:360
#: ../flask_admin/contrib/sqla/view.py:1062 #: ../flask_admin/contrib/sqla/view.py:1076
msgid "Are you sure you want to delete selected records?" msgid "Are you sure you want to delete selected records?"
msgstr "¿Segur que vols esborrar els registres seleccionats?" msgstr "¿Segur que vols esborrar els registres seleccionats?"
#: ../flask_admin/contrib/mongoengine/view.py:640 #: ../flask_admin/contrib/mongoengine/view.py:648
#: ../flask_admin/contrib/peewee/view.py:450 #: ../flask_admin/contrib/peewee/view.py:475
#: ../flask_admin/contrib/pymongo/view.py:363 #: ../flask_admin/contrib/pymongo/view.py:370
#: ../flask_admin/contrib/sqla/view.py:1078 ../flask_admin/model/base.py:1812 #: ../flask_admin/contrib/sqla/view.py:1092 ../flask_admin/model/base.py:1812
#, python-format #, python-format
msgid "Record was successfully deleted." msgid "Record was successfully deleted."
msgid_plural "%(count)s records were successfully deleted." msgid_plural "%(count)s records were successfully deleted."
msgstr[0] "El registre he sigut eliminat correctament." msgstr[0] "El registre he sigut eliminat correctament."
msgstr[1] "%(count)s registres s'han eliminat amb èxit." msgstr[1] "%(count)s registres s'han eliminat amb èxit."
#: ../flask_admin/contrib/mongoengine/view.py:646 #: ../flask_admin/contrib/mongoengine/view.py:654
#: ../flask_admin/contrib/peewee/view.py:456 #: ../flask_admin/contrib/peewee/view.py:481
#: ../flask_admin/contrib/pymongo/view.py:368 #: ../flask_admin/contrib/pymongo/view.py:375
#: ../flask_admin/contrib/sqla/view.py:1086 #: ../flask_admin/contrib/sqla/view.py:1100
#, python-format #, python-format
msgid "Failed to delete records. %(error)s" msgid "Failed to delete records. %(error)s"
msgstr "Error en eliminar registres. %(error)s" msgstr "Error en eliminar registres. %(error)s"
...@@ -354,7 +354,7 @@ msgid_plural "At least %d items are required" ...@@ -354,7 +354,7 @@ msgid_plural "At least %d items are required"
msgstr[0] "Es requereix almenys %d registre" msgstr[0] "Es requereix almenys %d registre"
msgstr[1] "Es requereixen almenys %d registres" msgstr[1] "Es requereixen almenys %d registres"
#: ../flask_admin/contrib/sqla/view.py:969 #: ../flask_admin/contrib/sqla/view.py:983
#, python-format #, python-format
msgid "Integrity error. %(message)s" msgid "Integrity error. %(message)s"
msgstr "Error d'integritat. %(message)s" msgstr "Error d'integritat. %(message)s"
...@@ -516,15 +516,11 @@ msgid "Create" ...@@ -516,15 +516,11 @@ msgid "Create"
msgstr "Crear" msgstr "Crear"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap3/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113 msgid "Details"
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8 msgstr "Details"
msgid "View Record"
msgstr "Veure Registre"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:29 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:29
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8 #: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8
...@@ -533,11 +529,6 @@ msgstr "Veure Registre" ...@@ -533,11 +529,6 @@ msgstr "Veure Registre"
msgid "Filter" msgid "Filter"
msgstr "Filtre" msgstr "Filtre"
#: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
msgid "Details"
msgstr "Details"
#: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13 #: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13
#: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14 #: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14
msgid "Delete?" msgid "Delete?"
...@@ -595,6 +586,15 @@ msgstr "Ordena per %(name)s" ...@@ -595,6 +586,15 @@ msgstr "Ordena per %(name)s"
msgid "Select record" msgid "Select record"
msgstr "Seleccionar registre" msgstr "Seleccionar registre"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8
msgid "View Record"
msgstr "Veure Registre"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:120
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:122 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:122
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap3/admin/model/list.html:120
......
...@@ -2,8 +2,8 @@ msgid "" ...@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: flask-admin\n" "Project-Id-Version: flask-admin\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-08-17 20:17-0500\n" "POT-Creation-Date: 2015-08-23 20:22-0500\n"
"PO-Revision-Date: 2015-08-17 21:19-0400\n" "PO-Revision-Date: 2015-09-04 20:43-0400\n"
"Last-Translator: mrjoes <serge.koval@gmail.com>\n" "Last-Translator: mrjoes <serge.koval@gmail.com>\n"
"Language-Team: Czech\n" "Language-Team: Czech\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s." ...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s."
msgstr "Nelze upravovat %(name)s." msgstr "Nelze upravovat %(name)s."
#: ../flask_admin/contrib/fileadmin.py:902 #: ../flask_admin/contrib/fileadmin.py:902
#: ../flask_admin/contrib/mongoengine/view.py:630 #: ../flask_admin/contrib/mongoengine/view.py:638
#: ../flask_admin/contrib/peewee/view.py:432 #: ../flask_admin/contrib/peewee/view.py:457
#: ../flask_admin/contrib/pymongo/view.py:352 #: ../flask_admin/contrib/pymongo/view.py:359
#: ../flask_admin/contrib/sqla/view.py:1061 #: ../flask_admin/contrib/sqla/view.py:1075
msgid "Delete" msgid "Delete"
msgstr "Smazat" msgstr "Smazat"
...@@ -281,47 +281,47 @@ msgstr "není v seznamu" ...@@ -281,47 +281,47 @@ msgstr "není v seznamu"
msgid "not between" msgid "not between"
msgstr "není mezi" msgstr "není mezi"
#: ../flask_admin/contrib/mongoengine/view.py:520 #: ../flask_admin/contrib/mongoengine/view.py:528
#, python-format #, python-format
msgid "Failed to get model. %(error)s" msgid "Failed to get model. %(error)s"
msgstr "Nepodařilo se získat modelu. %(error)s" msgstr "Nepodařilo se získat modelu. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:539 #: ../flask_admin/contrib/mongoengine/view.py:547
#: ../flask_admin/contrib/peewee/view.py:380 #: ../flask_admin/contrib/peewee/view.py:405
#: ../flask_admin/contrib/pymongo/view.py:284 #: ../flask_admin/contrib/pymongo/view.py:291
#: ../flask_admin/contrib/sqla/view.py:990 #: ../flask_admin/contrib/sqla/view.py:1004
#, python-format #, python-format
msgid "Failed to create record. %(error)s" msgid "Failed to create record. %(error)s"
msgstr "Chyba při vytváření modelu. %(error)s" msgstr "Chyba při vytváření modelu. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:565 #: ../flask_admin/contrib/mongoengine/view.py:573
#: ../flask_admin/contrib/peewee/view.py:399 #: ../flask_admin/contrib/peewee/view.py:424
#: ../flask_admin/contrib/pymongo/view.py:309 #: ../flask_admin/contrib/pymongo/view.py:316
#: ../flask_admin/contrib/sqla/view.py:1016 ../flask_admin/model/base.py:1864 #: ../flask_admin/contrib/sqla/view.py:1030 ../flask_admin/model/base.py:1864
#: ../flask_admin/model/base.py:1873 #: ../flask_admin/model/base.py:1873
#, python-format #, python-format
msgid "Failed to update record. %(error)s" msgid "Failed to update record. %(error)s"
msgstr "Chyba při aktualizaci modelu. %(error)s" msgstr "Chyba při aktualizaci modelu. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:588 #: ../flask_admin/contrib/mongoengine/view.py:596
#: ../flask_admin/contrib/peewee/view.py:414 #: ../flask_admin/contrib/peewee/view.py:439
#: ../flask_admin/contrib/pymongo/view.py:334 #: ../flask_admin/contrib/pymongo/view.py:341
#: ../flask_admin/contrib/sqla/view.py:1041 #: ../flask_admin/contrib/sqla/view.py:1055
#, python-format #, python-format
msgid "Failed to delete record. %(error)s" msgid "Failed to delete record. %(error)s"
msgstr "Chyba při mazání modelu. %(error)s" msgstr "Chyba při mazání modelu. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:631 #: ../flask_admin/contrib/mongoengine/view.py:639
#: ../flask_admin/contrib/peewee/view.py:433 #: ../flask_admin/contrib/peewee/view.py:458
#: ../flask_admin/contrib/pymongo/view.py:353 #: ../flask_admin/contrib/pymongo/view.py:360
#: ../flask_admin/contrib/sqla/view.py:1062 #: ../flask_admin/contrib/sqla/view.py:1076
msgid "Are you sure you want to delete selected records?" msgid "Are you sure you want to delete selected records?"
msgstr "Skutečně chcete vymazat vybrané modely?" msgstr "Skutečně chcete vymazat vybrané modely?"
#: ../flask_admin/contrib/mongoengine/view.py:640 #: ../flask_admin/contrib/mongoengine/view.py:648
#: ../flask_admin/contrib/peewee/view.py:450 #: ../flask_admin/contrib/peewee/view.py:475
#: ../flask_admin/contrib/pymongo/view.py:363 #: ../flask_admin/contrib/pymongo/view.py:370
#: ../flask_admin/contrib/sqla/view.py:1078 ../flask_admin/model/base.py:1812 #: ../flask_admin/contrib/sqla/view.py:1092 ../flask_admin/model/base.py:1812
#, python-format #, python-format
msgid "Record was successfully deleted." msgid "Record was successfully deleted."
msgid_plural "%(count)s records were successfully deleted." msgid_plural "%(count)s records were successfully deleted."
...@@ -329,10 +329,10 @@ msgstr[0] "%(count)s model byl úspěšně smazán." ...@@ -329,10 +329,10 @@ msgstr[0] "%(count)s model byl úspěšně smazán."
msgstr[1] "%(count)s modely byly úspěšně smazány." msgstr[1] "%(count)s modely byly úspěšně smazány."
msgstr[2] "%(count)s modelů bylo úspěšně smazáno." msgstr[2] "%(count)s modelů bylo úspěšně smazáno."
#: ../flask_admin/contrib/mongoengine/view.py:646 #: ../flask_admin/contrib/mongoengine/view.py:654
#: ../flask_admin/contrib/peewee/view.py:456 #: ../flask_admin/contrib/peewee/view.py:481
#: ../flask_admin/contrib/pymongo/view.py:368 #: ../flask_admin/contrib/pymongo/view.py:375
#: ../flask_admin/contrib/sqla/view.py:1086 #: ../flask_admin/contrib/sqla/view.py:1100
#, python-format #, python-format
msgid "Failed to delete records. %(error)s" msgid "Failed to delete records. %(error)s"
msgstr "Chyba při mazání modelu. %(error)s" msgstr "Chyba při mazání modelu. %(error)s"
...@@ -356,7 +356,7 @@ msgstr[0] "Alespoň %d položka je požadováno" ...@@ -356,7 +356,7 @@ msgstr[0] "Alespoň %d položka je požadováno"
msgstr[1] "Alespoň %d položky jsou povinné" msgstr[1] "Alespoň %d položky jsou povinné"
msgstr[2] "Alespoň %d položky jsou povinné" msgstr[2] "Alespoň %d položky jsou povinné"
#: ../flask_admin/contrib/sqla/view.py:969 #: ../flask_admin/contrib/sqla/view.py:983
#, python-format #, python-format
msgid "Integrity error. %(message)s" msgid "Integrity error. %(message)s"
msgstr "Chyba integrity. %(message)s" msgstr "Chyba integrity. %(message)s"
...@@ -518,15 +518,11 @@ msgid "Create" ...@@ -518,15 +518,11 @@ msgid "Create"
msgstr "Vytvořit" msgstr "Vytvořit"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap3/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113 msgid "Details"
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8 msgstr "Details"
msgid "View Record"
msgstr "Zobrazit záznam"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:29 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:29
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8 #: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8
...@@ -535,11 +531,6 @@ msgstr "Zobrazit záznam" ...@@ -535,11 +531,6 @@ msgstr "Zobrazit záznam"
msgid "Filter" msgid "Filter"
msgstr "Filtr" msgstr "Filtr"
#: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
msgid "Details"
msgstr "Details"
#: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13 #: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13
#: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14 #: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14
msgid "Delete?" msgid "Delete?"
...@@ -597,6 +588,15 @@ msgstr "Seřadit podle %(name)s" ...@@ -597,6 +588,15 @@ msgstr "Seřadit podle %(name)s"
msgid "Select record" msgid "Select record"
msgstr "Výběr záznamu" msgstr "Výběr záznamu"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8
msgid "View Record"
msgstr "Zobrazit záznam"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:120
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:122 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:122
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap3/admin/model/list.html:120
......
...@@ -2,8 +2,8 @@ msgid "" ...@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: flask-admin\n" "Project-Id-Version: flask-admin\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-08-17 20:17-0500\n" "POT-Creation-Date: 2015-08-23 20:22-0500\n"
"PO-Revision-Date: 2015-08-17 21:19-0400\n" "PO-Revision-Date: 2015-09-04 20:43-0400\n"
"Last-Translator: mrjoes <serge.koval@gmail.com>\n" "Last-Translator: mrjoes <serge.koval@gmail.com>\n"
"Language-Team: Danish\n" "Language-Team: Danish\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s." ...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s."
msgstr "Kan ikke redigere %(name)s." msgstr "Kan ikke redigere %(name)s."
#: ../flask_admin/contrib/fileadmin.py:902 #: ../flask_admin/contrib/fileadmin.py:902
#: ../flask_admin/contrib/mongoengine/view.py:630 #: ../flask_admin/contrib/mongoengine/view.py:638
#: ../flask_admin/contrib/peewee/view.py:432 #: ../flask_admin/contrib/peewee/view.py:457
#: ../flask_admin/contrib/pymongo/view.py:352 #: ../flask_admin/contrib/pymongo/view.py:359
#: ../flask_admin/contrib/sqla/view.py:1061 #: ../flask_admin/contrib/sqla/view.py:1075
msgid "Delete" msgid "Delete"
msgstr "Slet" msgstr "Slet"
...@@ -281,57 +281,57 @@ msgstr "ikke på listen" ...@@ -281,57 +281,57 @@ msgstr "ikke på listen"
msgid "not between" msgid "not between"
msgstr "ikke mellem" msgstr "ikke mellem"
#: ../flask_admin/contrib/mongoengine/view.py:520 #: ../flask_admin/contrib/mongoengine/view.py:528
#, python-format #, python-format
msgid "Failed to get model. %(error)s" msgid "Failed to get model. %(error)s"
msgstr "Undladt at få model. %(error)s" msgstr "Undladt at få model. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:539 #: ../flask_admin/contrib/mongoengine/view.py:547
#: ../flask_admin/contrib/peewee/view.py:380 #: ../flask_admin/contrib/peewee/view.py:405
#: ../flask_admin/contrib/pymongo/view.py:284 #: ../flask_admin/contrib/pymongo/view.py:291
#: ../flask_admin/contrib/sqla/view.py:990 #: ../flask_admin/contrib/sqla/view.py:1004
#, python-format #, python-format
msgid "Failed to create record. %(error)s" msgid "Failed to create record. %(error)s"
msgstr "Kunne ikke oprette posten. %(error)s" msgstr "Kunne ikke oprette posten. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:565 #: ../flask_admin/contrib/mongoengine/view.py:573
#: ../flask_admin/contrib/peewee/view.py:399 #: ../flask_admin/contrib/peewee/view.py:424
#: ../flask_admin/contrib/pymongo/view.py:309 #: ../flask_admin/contrib/pymongo/view.py:316
#: ../flask_admin/contrib/sqla/view.py:1016 ../flask_admin/model/base.py:1864 #: ../flask_admin/contrib/sqla/view.py:1030 ../flask_admin/model/base.py:1864
#: ../flask_admin/model/base.py:1873 #: ../flask_admin/model/base.py:1873
#, python-format #, python-format
msgid "Failed to update record. %(error)s" msgid "Failed to update record. %(error)s"
msgstr "Kunne ikke oprette posten. %(error)s" msgstr "Kunne ikke oprette posten. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:588 #: ../flask_admin/contrib/mongoengine/view.py:596
#: ../flask_admin/contrib/peewee/view.py:414 #: ../flask_admin/contrib/peewee/view.py:439
#: ../flask_admin/contrib/pymongo/view.py:334 #: ../flask_admin/contrib/pymongo/view.py:341
#: ../flask_admin/contrib/sqla/view.py:1041 #: ../flask_admin/contrib/sqla/view.py:1055
#, python-format #, python-format
msgid "Failed to delete record. %(error)s" msgid "Failed to delete record. %(error)s"
msgstr "Kunne ikke slette posten. %(error)s" msgstr "Kunne ikke slette posten. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:631 #: ../flask_admin/contrib/mongoengine/view.py:639
#: ../flask_admin/contrib/peewee/view.py:433 #: ../flask_admin/contrib/peewee/view.py:458
#: ../flask_admin/contrib/pymongo/view.py:353 #: ../flask_admin/contrib/pymongo/view.py:360
#: ../flask_admin/contrib/sqla/view.py:1062 #: ../flask_admin/contrib/sqla/view.py:1076
msgid "Are you sure you want to delete selected records?" msgid "Are you sure you want to delete selected records?"
msgstr "Er du sikker på du vil slette de valgte poster?" msgstr "Er du sikker på du vil slette de valgte poster?"
#: ../flask_admin/contrib/mongoengine/view.py:640 #: ../flask_admin/contrib/mongoengine/view.py:648
#: ../flask_admin/contrib/peewee/view.py:450 #: ../flask_admin/contrib/peewee/view.py:475
#: ../flask_admin/contrib/pymongo/view.py:363 #: ../flask_admin/contrib/pymongo/view.py:370
#: ../flask_admin/contrib/sqla/view.py:1078 ../flask_admin/model/base.py:1812 #: ../flask_admin/contrib/sqla/view.py:1092 ../flask_admin/model/base.py:1812
#, python-format #, python-format
msgid "Record was successfully deleted." msgid "Record was successfully deleted."
msgid_plural "%(count)s records were successfully deleted." msgid_plural "%(count)s records were successfully deleted."
msgstr[0] "Posten blev slettet." msgstr[0] "Posten blev slettet."
msgstr[1] "%(count)s poster blev slettet." msgstr[1] "%(count)s poster blev slettet."
#: ../flask_admin/contrib/mongoengine/view.py:646 #: ../flask_admin/contrib/mongoengine/view.py:654
#: ../flask_admin/contrib/peewee/view.py:456 #: ../flask_admin/contrib/peewee/view.py:481
#: ../flask_admin/contrib/pymongo/view.py:368 #: ../flask_admin/contrib/pymongo/view.py:375
#: ../flask_admin/contrib/sqla/view.py:1086 #: ../flask_admin/contrib/sqla/view.py:1100
#, python-format #, python-format
msgid "Failed to delete records. %(error)s" msgid "Failed to delete records. %(error)s"
msgstr "Kunne ikke slette posten. %(error)s" msgstr "Kunne ikke slette posten. %(error)s"
...@@ -354,7 +354,7 @@ msgid_plural "At least %d items are required" ...@@ -354,7 +354,7 @@ msgid_plural "At least %d items are required"
msgstr[0] "Mindst %d element er påkrævet" msgstr[0] "Mindst %d element er påkrævet"
msgstr[1] "Mindst %d elementer er påkrævet" msgstr[1] "Mindst %d elementer er påkrævet"
#: ../flask_admin/contrib/sqla/view.py:969 #: ../flask_admin/contrib/sqla/view.py:983
#, python-format #, python-format
msgid "Integrity error. %(message)s" msgid "Integrity error. %(message)s"
msgstr "Integritetsfejl. %(message)s" msgstr "Integritetsfejl. %(message)s"
...@@ -516,15 +516,11 @@ msgid "Create" ...@@ -516,15 +516,11 @@ msgid "Create"
msgstr "Oprette" msgstr "Oprette"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap3/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113 msgid "Details"
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8 msgstr "Details"
msgid "View Record"
msgstr "View Post"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:29 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:29
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8 #: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8
...@@ -533,11 +529,6 @@ msgstr "View Post" ...@@ -533,11 +529,6 @@ msgstr "View Post"
msgid "Filter" msgid "Filter"
msgstr "Filter" msgstr "Filter"
#: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
msgid "Details"
msgstr "Details"
#: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13 #: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13
#: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14 #: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14
msgid "Delete?" msgid "Delete?"
...@@ -595,6 +586,15 @@ msgstr "Sorter efter %(name)s" ...@@ -595,6 +586,15 @@ msgstr "Sorter efter %(name)s"
msgid "Select record" msgid "Select record"
msgstr "Vælg post" msgstr "Vælg post"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8
msgid "View Record"
msgstr "View Post"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:120
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:122 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:122
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap3/admin/model/list.html:120
......
...@@ -2,8 +2,8 @@ msgid "" ...@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: flask-admin\n" "Project-Id-Version: flask-admin\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-08-17 20:17-0500\n" "POT-Creation-Date: 2015-08-23 20:22-0500\n"
"PO-Revision-Date: 2015-08-17 21:19-0400\n" "PO-Revision-Date: 2015-09-04 20:43-0400\n"
"Last-Translator: mrjoes <serge.koval@gmail.com>\n" "Last-Translator: mrjoes <serge.koval@gmail.com>\n"
"Language-Team: German\n" "Language-Team: German\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s." ...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s."
msgstr "%(name)s kann nicht bearbeitet werden." msgstr "%(name)s kann nicht bearbeitet werden."
#: ../flask_admin/contrib/fileadmin.py:902 #: ../flask_admin/contrib/fileadmin.py:902
#: ../flask_admin/contrib/mongoengine/view.py:630 #: ../flask_admin/contrib/mongoengine/view.py:638
#: ../flask_admin/contrib/peewee/view.py:432 #: ../flask_admin/contrib/peewee/view.py:457
#: ../flask_admin/contrib/pymongo/view.py:352 #: ../flask_admin/contrib/pymongo/view.py:359
#: ../flask_admin/contrib/sqla/view.py:1061 #: ../flask_admin/contrib/sqla/view.py:1075
msgid "Delete" msgid "Delete"
msgstr "Löschen" msgstr "Löschen"
...@@ -281,57 +281,57 @@ msgstr "nicht in Liste" ...@@ -281,57 +281,57 @@ msgstr "nicht in Liste"
msgid "not between" msgid "not between"
msgstr "nicht zwischen" msgstr "nicht zwischen"
#: ../flask_admin/contrib/mongoengine/view.py:520 #: ../flask_admin/contrib/mongoengine/view.py:528
#, python-format #, python-format
msgid "Failed to get model. %(error)s" msgid "Failed to get model. %(error)s"
msgstr "Fehler beim Holen des Modells. %(error)s" msgstr "Fehler beim Holen des Modells. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:539 #: ../flask_admin/contrib/mongoengine/view.py:547
#: ../flask_admin/contrib/peewee/view.py:380 #: ../flask_admin/contrib/peewee/view.py:405
#: ../flask_admin/contrib/pymongo/view.py:284 #: ../flask_admin/contrib/pymongo/view.py:291
#: ../flask_admin/contrib/sqla/view.py:990 #: ../flask_admin/contrib/sqla/view.py:1004
#, python-format #, python-format
msgid "Failed to create record. %(error)s" msgid "Failed to create record. %(error)s"
msgstr "Erstellen von Eintrag fehlgeschlagen: %(error)s" msgstr "Erstellen von Eintrag fehlgeschlagen: %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:565 #: ../flask_admin/contrib/mongoengine/view.py:573
#: ../flask_admin/contrib/peewee/view.py:399 #: ../flask_admin/contrib/peewee/view.py:424
#: ../flask_admin/contrib/pymongo/view.py:309 #: ../flask_admin/contrib/pymongo/view.py:316
#: ../flask_admin/contrib/sqla/view.py:1016 ../flask_admin/model/base.py:1864 #: ../flask_admin/contrib/sqla/view.py:1030 ../flask_admin/model/base.py:1864
#: ../flask_admin/model/base.py:1873 #: ../flask_admin/model/base.py:1873
#, python-format #, python-format
msgid "Failed to update record. %(error)s" msgid "Failed to update record. %(error)s"
msgstr "Aktualisieren von Eintrag fehlgeschlagen: %(error)s" msgstr "Aktualisieren von Eintrag fehlgeschlagen: %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:588 #: ../flask_admin/contrib/mongoengine/view.py:596
#: ../flask_admin/contrib/peewee/view.py:414 #: ../flask_admin/contrib/peewee/view.py:439
#: ../flask_admin/contrib/pymongo/view.py:334 #: ../flask_admin/contrib/pymongo/view.py:341
#: ../flask_admin/contrib/sqla/view.py:1041 #: ../flask_admin/contrib/sqla/view.py:1055
#, python-format #, python-format
msgid "Failed to delete record. %(error)s" msgid "Failed to delete record. %(error)s"
msgstr "Löschen von Model fehlgeschlagen: %(error)s" msgstr "Löschen von Model fehlgeschlagen: %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:631 #: ../flask_admin/contrib/mongoengine/view.py:639
#: ../flask_admin/contrib/peewee/view.py:433 #: ../flask_admin/contrib/peewee/view.py:458
#: ../flask_admin/contrib/pymongo/view.py:353 #: ../flask_admin/contrib/pymongo/view.py:360
#: ../flask_admin/contrib/sqla/view.py:1062 #: ../flask_admin/contrib/sqla/view.py:1076
msgid "Are you sure you want to delete selected records?" msgid "Are you sure you want to delete selected records?"
msgstr "Sind Sie sicher, dass Sie die ausgewählten Einträge löschen möchten?" msgstr "Sind Sie sicher, dass Sie die ausgewählten Einträge löschen möchten?"
#: ../flask_admin/contrib/mongoengine/view.py:640 #: ../flask_admin/contrib/mongoengine/view.py:648
#: ../flask_admin/contrib/peewee/view.py:450 #: ../flask_admin/contrib/peewee/view.py:475
#: ../flask_admin/contrib/pymongo/view.py:363 #: ../flask_admin/contrib/pymongo/view.py:370
#: ../flask_admin/contrib/sqla/view.py:1078 ../flask_admin/model/base.py:1812 #: ../flask_admin/contrib/sqla/view.py:1092 ../flask_admin/model/base.py:1812
#, python-format #, python-format
msgid "Record was successfully deleted." msgid "Record was successfully deleted."
msgid_plural "%(count)s records were successfully deleted." msgid_plural "%(count)s records were successfully deleted."
msgstr[0] "Eintrag wurde erfolgreich gelöscht." msgstr[0] "Eintrag wurde erfolgreich gelöscht."
msgstr[1] "%(count)s Einträge wurden erfolgreich gelöscht." msgstr[1] "%(count)s Einträge wurden erfolgreich gelöscht."
#: ../flask_admin/contrib/mongoengine/view.py:646 #: ../flask_admin/contrib/mongoengine/view.py:654
#: ../flask_admin/contrib/peewee/view.py:456 #: ../flask_admin/contrib/peewee/view.py:481
#: ../flask_admin/contrib/pymongo/view.py:368 #: ../flask_admin/contrib/pymongo/view.py:375
#: ../flask_admin/contrib/sqla/view.py:1086 #: ../flask_admin/contrib/sqla/view.py:1100
#, python-format #, python-format
msgid "Failed to delete records. %(error)s" msgid "Failed to delete records. %(error)s"
msgstr "Löschen von Einträgen fehlgeschlagen: %(error)s" msgstr "Löschen von Einträgen fehlgeschlagen: %(error)s"
...@@ -354,7 +354,7 @@ msgid_plural "At least %d items are required" ...@@ -354,7 +354,7 @@ msgid_plural "At least %d items are required"
msgstr[0] "Mindestens %d Element ist erforderlich" msgstr[0] "Mindestens %d Element ist erforderlich"
msgstr[1] "Mindestens %d Elemente sind erforderlich" msgstr[1] "Mindestens %d Elemente sind erforderlich"
#: ../flask_admin/contrib/sqla/view.py:969 #: ../flask_admin/contrib/sqla/view.py:983
#, python-format #, python-format
msgid "Integrity error. %(message)s" msgid "Integrity error. %(message)s"
msgstr "Integritätsfehler. %(message)s" msgstr "Integritätsfehler. %(message)s"
...@@ -482,14 +482,14 @@ msgstr "%(name)s umbenennen" ...@@ -482,14 +482,14 @@ msgstr "%(name)s umbenennen"
#: ../flask_admin/templates/bootstrap3/admin/model/create.html:5 #: ../flask_admin/templates/bootstrap3/admin/model/create.html:5
#: ../flask_admin/templates/bootstrap3/admin/model/edit.html:5 #: ../flask_admin/templates/bootstrap3/admin/model/edit.html:5
msgid "Save and Add Another" msgid "Save and Add Another"
msgstr "Save and Add Another" msgstr "Speichern und weiterer Eintrag"
#: ../flask_admin/templates/bootstrap2/admin/model/create.html:6 #: ../flask_admin/templates/bootstrap2/admin/model/create.html:6
#: ../flask_admin/templates/bootstrap2/admin/model/edit.html:6 #: ../flask_admin/templates/bootstrap2/admin/model/edit.html:6
#: ../flask_admin/templates/bootstrap3/admin/model/create.html:6 #: ../flask_admin/templates/bootstrap3/admin/model/create.html:6
#: ../flask_admin/templates/bootstrap3/admin/model/edit.html:6 #: ../flask_admin/templates/bootstrap3/admin/model/edit.html:6
msgid "Save and Continue Editing" msgid "Save and Continue Editing"
msgstr "Save and Continue Editing" msgstr "Speichern und weiter Bearbeiten"
#: ../flask_admin/templates/bootstrap2/admin/model/create.html:18 #: ../flask_admin/templates/bootstrap2/admin/model/create.html:18
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:8 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:8
...@@ -516,15 +516,11 @@ msgid "Create" ...@@ -516,15 +516,11 @@ msgid "Create"
msgstr "Erstellen" msgstr "Erstellen"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap3/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113 msgid "Details"
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8 msgstr "Details"
msgid "View Record"
msgstr "Eintrag ansehen"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:29 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:29
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8 #: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8
...@@ -533,11 +529,6 @@ msgstr "Eintrag ansehen" ...@@ -533,11 +529,6 @@ msgstr "Eintrag ansehen"
msgid "Filter" msgid "Filter"
msgstr "Filter" msgstr "Filter"
#: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
msgid "Details"
msgstr "Details"
#: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13 #: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13
#: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14 #: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14
msgid "Delete?" msgid "Delete?"
...@@ -546,7 +537,7 @@ msgstr "Löschen?" ...@@ -546,7 +537,7 @@ msgstr "Löschen?"
#: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:40 #: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:40
#: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:43 #: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:43
msgid "Add" msgid "Add"
msgstr "Hinzufügen" msgstr "Hinzufügen:"
#: ../flask_admin/templates/bootstrap2/admin/model/layout.html:3 #: ../flask_admin/templates/bootstrap2/admin/model/layout.html:3
#: ../flask_admin/templates/bootstrap3/admin/model/layout.html:3 #: ../flask_admin/templates/bootstrap3/admin/model/layout.html:3
...@@ -595,6 +586,15 @@ msgstr "Sortieren nach %(name)s" ...@@ -595,6 +586,15 @@ msgstr "Sortieren nach %(name)s"
msgid "Select record" msgid "Select record"
msgstr "Datensatz auswählen" msgstr "Datensatz auswählen"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8
msgid "View Record"
msgstr "Eintrag ansehen"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:120
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:122 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:122
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap3/admin/model/list.html:120
......
...@@ -2,8 +2,8 @@ msgid "" ...@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: flask-admin\n" "Project-Id-Version: flask-admin\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-08-17 20:17-0500\n" "POT-Creation-Date: 2015-08-23 20:22-0500\n"
"PO-Revision-Date: 2015-08-17 21:19-0400\n" "PO-Revision-Date: 2015-09-04 20:43-0400\n"
"Last-Translator: mrjoes <serge.koval@gmail.com>\n" "Last-Translator: mrjoes <serge.koval@gmail.com>\n"
"Language-Team: Greek\n" "Language-Team: Greek\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
...@@ -19,19 +19,19 @@ msgstr "" ...@@ -19,19 +19,19 @@ msgstr ""
#: ../flask_admin/base.py:431 #: ../flask_admin/base.py:431
msgid "Home" msgid "Home"
msgstr "Σπίτι" msgstr "Αρχή"
#: ../flask_admin/contrib/fileadmin.py:235 #: ../flask_admin/contrib/fileadmin.py:235
msgid "File to upload" msgid "File to upload"
msgstr "Αρχείο για να φορτώσετε" msgstr "Αρχείο για ανέβασμα"
#: ../flask_admin/contrib/fileadmin.py:243 #: ../flask_admin/contrib/fileadmin.py:243
msgid "File required." msgid "File required."
msgstr "Αρχείο που απαιτείται." msgstr "Απαιτείται αρχείο."
#: ../flask_admin/contrib/fileadmin.py:248 #: ../flask_admin/contrib/fileadmin.py:248
msgid "Invalid file type." msgid "Invalid file type."
msgstr "Μη έγκυρο αρχείο δακτυλογραφώ." msgstr "Μη έγκυρος τύπος αρχείου."
#: ../flask_admin/contrib/fileadmin.py:259 #: ../flask_admin/contrib/fileadmin.py:259
msgid "Content" msgid "Content"
...@@ -50,7 +50,7 @@ msgstr "Όνομα" ...@@ -50,7 +50,7 @@ msgstr "Όνομα"
#: ../flask_admin/contrib/fileadmin.py:559 #: ../flask_admin/contrib/fileadmin.py:559
#, python-format #, python-format
msgid "File \"%(name)s\" already exists." msgid "File \"%(name)s\" already exists."
msgstr "Υπάρχει ήδη το αρχείο \"%(name)s\"." msgstr "Το αρχείο \"%(name)s\" υπάρχει ήδη."
#: ../flask_admin/contrib/fileadmin.py:583 #: ../flask_admin/contrib/fileadmin.py:583
#: ../flask_admin/contrib/fileadmin.py:650 #: ../flask_admin/contrib/fileadmin.py:650
...@@ -59,21 +59,21 @@ msgstr "Υπάρχει ήδη το αρχείο \"%(name)s\"." ...@@ -59,21 +59,21 @@ msgstr "Υπάρχει ήδη το αρχείο \"%(name)s\"."
#: ../flask_admin/contrib/fileadmin.py:796 #: ../flask_admin/contrib/fileadmin.py:796
#: ../flask_admin/contrib/fileadmin.py:846 #: ../flask_admin/contrib/fileadmin.py:846
msgid "Permission denied." msgid "Permission denied."
msgstr "Άρνηση άδειας." msgstr "Απαγορευεται η προσβαση."
#: ../flask_admin/contrib/fileadmin.py:646 #: ../flask_admin/contrib/fileadmin.py:646
msgid "File uploading is disabled." msgid "File uploading is disabled."
msgstr "Ανέβασμα αρχείων είναι απενεργοποιημένη." msgstr "Το ανέβασμα αρχείων είναι απενεργοποιημένο."
#: ../flask_admin/contrib/fileadmin.py:657 #: ../flask_admin/contrib/fileadmin.py:657
#, python-format #, python-format
msgid "Successfully saved file: %(name)s" msgid "Successfully saved file: %(name)s"
msgstr "Με επιτυχία το αποθηκευμένο αρχείο: %(name)s" msgstr "Το αρχείο: %(name)s αποθηκεύτηκε με επιτυχία"
#: ../flask_admin/contrib/fileadmin.py:661 #: ../flask_admin/contrib/fileadmin.py:661
#, python-format #, python-format
msgid "Failed to save file: %(error)s" msgid "Failed to save file: %(error)s"
msgstr "Απέτυχε η αποθήκευση αρχείο: %(error)s" msgstr "Η αποθήκευση του αρχείου απέτυχε: %(error)s"
#: ../flask_admin/contrib/fileadmin.py:664 #: ../flask_admin/contrib/fileadmin.py:664
#: ../flask_admin/templates/bootstrap2/admin/file/list.html:121 #: ../flask_admin/templates/bootstrap2/admin/file/list.html:121
...@@ -81,21 +81,21 @@ msgstr "Απέτυχε η αποθήκευση αρχείο: %(error)s" ...@@ -81,21 +81,21 @@ msgstr "Απέτυχε η αποθήκευση αρχείο: %(error)s"
#: ../flask_admin/templates/bootstrap3/admin/file/list.html:121 #: ../flask_admin/templates/bootstrap3/admin/file/list.html:121
#: ../flask_admin/templates/bootstrap3/admin/file/list.html:123 #: ../flask_admin/templates/bootstrap3/admin/file/list.html:123
msgid "Upload File" msgid "Upload File"
msgstr "ΑΝΕΒΑΣΤΕ φωτό κάρτας" msgstr "Ανεβάστε αρχείο"
#: ../flask_admin/contrib/fileadmin.py:703 #: ../flask_admin/contrib/fileadmin.py:703
msgid "Directory creation is disabled." msgid "Directory creation is disabled."
msgstr "Δημιουργία καταλόγου είναι απενεργοποιημένη." msgstr "Η δημιουργία καταλόγου είναι απενεργοποιημένη."
#: ../flask_admin/contrib/fileadmin.py:716 #: ../flask_admin/contrib/fileadmin.py:716
#, python-format #, python-format
msgid "Successfully created directory: %(directory)s" msgid "Successfully created directory: %(directory)s"
msgstr "Με επιτυχία δημιούργησε κατάλογο: %(directory)s" msgstr "Ο κατάλογος δημιουργήθηκε με επιτυχία: %(directory)s"
#: ../flask_admin/contrib/fileadmin.py:720 #: ../flask_admin/contrib/fileadmin.py:720
#, python-format #, python-format
msgid "Failed to create directory: %(error)s" msgid "Failed to create directory: %(error)s"
msgstr "Απέτυχε η δημιουργία καταλόγου: %(error)s" msgstr "Η δημιουργία καταλόγου απέτυχε: %(error)s"
#: ../flask_admin/contrib/fileadmin.py:725 #: ../flask_admin/contrib/fileadmin.py:725
#: ../flask_admin/templates/bootstrap2/admin/file/list.html:132 #: ../flask_admin/templates/bootstrap2/admin/file/list.html:132
...@@ -107,16 +107,16 @@ msgstr "Δημιουργήστε κατάλογο" ...@@ -107,16 +107,16 @@ msgstr "Δημιουργήστε κατάλογο"
#: ../flask_admin/contrib/fileadmin.py:746 #: ../flask_admin/contrib/fileadmin.py:746
msgid "Deletion is disabled." msgid "Deletion is disabled."
msgstr "Διαγραφή είναι απενεργοποιημένη." msgstr "Η διαγραφή είναι απενεργοποιημένη."
#: ../flask_admin/contrib/fileadmin.py:755 #: ../flask_admin/contrib/fileadmin.py:755
msgid "Directory deletion is disabled." msgid "Directory deletion is disabled."
msgstr "Διαγραφή καταλόγου είναι απενεργοποιημένη." msgstr "Η διαγραφή καταλόγου είναι απενεργοποιημένη."
#: ../flask_admin/contrib/fileadmin.py:761 #: ../flask_admin/contrib/fileadmin.py:761
#, python-format #, python-format
msgid "Directory \"%(path)s\" was successfully deleted." msgid "Directory \"%(path)s\" was successfully deleted."
msgstr "Κατάλογο \"%(path)s\" διαγράφηκε με επιτυχία." msgstr "Ο κατάλογος \"%(path)s\" διαγράφηκε με επιτυχία."
#: ../flask_admin/contrib/fileadmin.py:763 #: ../flask_admin/contrib/fileadmin.py:763
#, python-format #, python-format
...@@ -127,7 +127,7 @@ msgstr "Απέτυχε η διαγραφή καταλόγου: %(error)s" ...@@ -127,7 +127,7 @@ msgstr "Απέτυχε η διαγραφή καταλόγου: %(error)s"
#: ../flask_admin/contrib/fileadmin.py:915 #: ../flask_admin/contrib/fileadmin.py:915
#, python-format #, python-format
msgid "File \"%(name)s\" was successfully deleted." msgid "File \"%(name)s\" was successfully deleted."
msgstr "Αρχείο \"%(name)s\" διαγράφηκε με επιτυχία." msgstr "Το αρχείο \"%(name)s\" διαγράφηκε με επιτυχία."
#: ../flask_admin/contrib/fileadmin.py:770 #: ../flask_admin/contrib/fileadmin.py:770
#: ../flask_admin/contrib/fileadmin.py:917 #: ../flask_admin/contrib/fileadmin.py:917
...@@ -137,16 +137,16 @@ msgstr "Απέτυχε η διαγραφή του αρχείου: %(name)s" ...@@ -137,16 +137,16 @@ msgstr "Απέτυχε η διαγραφή του αρχείου: %(name)s"
#: ../flask_admin/contrib/fileadmin.py:792 #: ../flask_admin/contrib/fileadmin.py:792
msgid "Renaming is disabled." msgid "Renaming is disabled."
msgstr "Μετονομασία είναι απενεργοποιημένο." msgstr "Η μετονομασία είναι απενεργοποιημένη."
#: ../flask_admin/contrib/fileadmin.py:800 #: ../flask_admin/contrib/fileadmin.py:800
msgid "Path does not exist." msgid "Path does not exist."
msgstr "Διαδρομή δεν υπάρχει." msgstr "Η διαδρομή δεν υπάρχει."
#: ../flask_admin/contrib/fileadmin.py:811 #: ../flask_admin/contrib/fileadmin.py:811
#, python-format #, python-format
msgid "Successfully renamed \"%(src)s\" to \"%(dst)s\"" msgid "Successfully renamed \"%(src)s\" to \"%(dst)s\""
msgstr "Με επιτυχία και μετονομάστηκε σε \"%(src)s\" για να \"%(dst)s\"" msgstr "Μετονομάστηκε επιτυχώς από \"%(src)s\" σε \"%(dst)s\""
#: ../flask_admin/contrib/fileadmin.py:814 #: ../flask_admin/contrib/fileadmin.py:814
#, python-format #, python-format
...@@ -161,7 +161,7 @@ msgstr "Σφάλμα κατά την αποθήκευση αλλαγών σε %( ...@@ -161,7 +161,7 @@ msgstr "Σφάλμα κατά την αποθήκευση αλλαγών σε %(
#: ../flask_admin/contrib/fileadmin.py:866 #: ../flask_admin/contrib/fileadmin.py:866
#, python-format #, python-format
msgid "Changes to %(name)s saved successfully." msgid "Changes to %(name)s saved successfully."
msgstr "Αλλαγές σε %(name)s που έχουν αποθηκευτεί με επιτυχία." msgstr "Οι αλλαγές στο %(name)s αποθηκεύτηκαν με επιτυχία."
#: ../flask_admin/contrib/fileadmin.py:875 #: ../flask_admin/contrib/fileadmin.py:875
#, python-format #, python-format
...@@ -177,13 +177,13 @@ msgstr "Μη αναμενόμενο σφάλμα κατά την ανάγνωσ ...@@ -177,13 +177,13 @@ msgstr "Μη αναμενόμενο σφάλμα κατά την ανάγνωσ
#: ../flask_admin/contrib/fileadmin.py:884 #: ../flask_admin/contrib/fileadmin.py:884
#, python-format #, python-format
msgid "Cannot edit %(name)s." msgid "Cannot edit %(name)s."
msgstr "Δεν μπορώ να επεξεργαστείτε %(name)s." msgstr "Αδυναμία επεξεργασίας %(name)s."
#: ../flask_admin/contrib/fileadmin.py:902 #: ../flask_admin/contrib/fileadmin.py:902
#: ../flask_admin/contrib/mongoengine/view.py:630 #: ../flask_admin/contrib/mongoengine/view.py:638
#: ../flask_admin/contrib/peewee/view.py:432 #: ../flask_admin/contrib/peewee/view.py:457
#: ../flask_admin/contrib/pymongo/view.py:352 #: ../flask_admin/contrib/pymongo/view.py:359
#: ../flask_admin/contrib/sqla/view.py:1061 #: ../flask_admin/contrib/sqla/view.py:1075
msgid "Delete" msgid "Delete"
msgstr "Διαγραφή" msgstr "Διαγραφή"
...@@ -193,7 +193,7 @@ msgstr "Είστε βέβαιοι ότι θέλετε να διαγράψετε ...@@ -193,7 +193,7 @@ msgstr "Είστε βέβαιοι ότι θέλετε να διαγράψετε
#: ../flask_admin/contrib/fileadmin.py:906 #: ../flask_admin/contrib/fileadmin.py:906
msgid "File deletion is disabled." msgid "File deletion is disabled."
msgstr "Διαγραφή αρχείων είναι απενεργοποιημένη." msgstr "Η διαγραφή αρχείων είναι απενεργοποιημένη."
#: ../flask_admin/contrib/fileadmin.py:919 #: ../flask_admin/contrib/fileadmin.py:919
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:17 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:17
...@@ -209,7 +209,7 @@ msgstr "CLI: Άκυρη εντολή." ...@@ -209,7 +209,7 @@ msgstr "CLI: Άκυρη εντολή."
#: ../flask_admin/contrib/geoa/fields.py:29 #: ../flask_admin/contrib/geoa/fields.py:29
msgid "Invalid JSON" msgid "Invalid JSON"
msgstr "Μη έγκυρη JSON" msgstr "Μη έγκυρο JSON"
#: ../flask_admin/contrib/mongoengine/filters.py:38 #: ../flask_admin/contrib/mongoengine/filters.py:38
#: ../flask_admin/contrib/peewee/filters.py:38 #: ../flask_admin/contrib/peewee/filters.py:38
...@@ -244,7 +244,7 @@ msgstr "δεν περιέχει" ...@@ -244,7 +244,7 @@ msgstr "δεν περιέχει"
#: ../flask_admin/contrib/pymongo/filters.py:80 #: ../flask_admin/contrib/pymongo/filters.py:80
#: ../flask_admin/contrib/sqla/filters.py:75 #: ../flask_admin/contrib/sqla/filters.py:75
msgid "greater than" msgid "greater than"
msgstr "μεγαλύτερη από" msgstr "μεγαλύτερο από"
#: ../flask_admin/contrib/mongoengine/filters.py:85 #: ../flask_admin/contrib/mongoengine/filters.py:85
#: ../flask_admin/contrib/peewee/filters.py:80 #: ../flask_admin/contrib/peewee/filters.py:80
...@@ -257,7 +257,7 @@ msgstr "μικρότερο από" ...@@ -257,7 +257,7 @@ msgstr "μικρότερο από"
#: ../flask_admin/contrib/peewee/filters.py:91 #: ../flask_admin/contrib/peewee/filters.py:91
#: ../flask_admin/contrib/sqla/filters.py:94 #: ../flask_admin/contrib/sqla/filters.py:94
msgid "empty" msgid "empty"
msgstr "άδειο" msgstr "κενό"
#: ../flask_admin/contrib/mongoengine/filters.py:112 #: ../flask_admin/contrib/mongoengine/filters.py:112
#: ../flask_admin/contrib/peewee/filters.py:105 #: ../flask_admin/contrib/peewee/filters.py:105
...@@ -269,7 +269,7 @@ msgstr "στη λίστα" ...@@ -269,7 +269,7 @@ msgstr "στη λίστα"
#: ../flask_admin/contrib/peewee/filters.py:114 #: ../flask_admin/contrib/peewee/filters.py:114
#: ../flask_admin/contrib/sqla/filters.py:118 #: ../flask_admin/contrib/sqla/filters.py:118
msgid "not in list" msgid "not in list"
msgstr "δεν βρίσκεται στη λίστα" msgstr "εκτός λίστας"
#: ../flask_admin/contrib/mongoengine/filters.py:221 #: ../flask_admin/contrib/mongoengine/filters.py:221
#: ../flask_admin/contrib/peewee/filters.py:208 #: ../flask_admin/contrib/peewee/filters.py:208
...@@ -281,57 +281,57 @@ msgstr "δεν βρίσκεται στη λίστα" ...@@ -281,57 +281,57 @@ msgstr "δεν βρίσκεται στη λίστα"
msgid "not between" msgid "not between"
msgstr "δεν μεταξύ" msgstr "δεν μεταξύ"
#: ../flask_admin/contrib/mongoengine/view.py:520 #: ../flask_admin/contrib/mongoengine/view.py:528
#, python-format #, python-format
msgid "Failed to get model. %(error)s" msgid "Failed to get model. %(error)s"
msgstr "Απέτυχε η λήψη του μοντέλου. %(error)s" msgstr "Απέτυχε η λήψη του μοντέλου. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:539 #: ../flask_admin/contrib/mongoengine/view.py:547
#: ../flask_admin/contrib/peewee/view.py:380 #: ../flask_admin/contrib/peewee/view.py:405
#: ../flask_admin/contrib/pymongo/view.py:284 #: ../flask_admin/contrib/pymongo/view.py:291
#: ../flask_admin/contrib/sqla/view.py:990 #: ../flask_admin/contrib/sqla/view.py:1004
#, python-format #, python-format
msgid "Failed to create record. %(error)s" msgid "Failed to create record. %(error)s"
msgstr "Απέτυχε η δημιουργία ρεκόρ. %(error)s" msgstr "Απέτυχε η δημιουργία ρεκόρ. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:565 #: ../flask_admin/contrib/mongoengine/view.py:573
#: ../flask_admin/contrib/peewee/view.py:399 #: ../flask_admin/contrib/peewee/view.py:424
#: ../flask_admin/contrib/pymongo/view.py:309 #: ../flask_admin/contrib/pymongo/view.py:316
#: ../flask_admin/contrib/sqla/view.py:1016 ../flask_admin/model/base.py:1864 #: ../flask_admin/contrib/sqla/view.py:1030 ../flask_admin/model/base.py:1864
#: ../flask_admin/model/base.py:1873 #: ../flask_admin/model/base.py:1873
#, python-format #, python-format
msgid "Failed to update record. %(error)s" msgid "Failed to update record. %(error)s"
msgstr "Απέτυχε η δημιουργία ρεκόρ. %(error)s" msgstr "Απέτυχε η δημιουργία εγγραφής. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:588 #: ../flask_admin/contrib/mongoengine/view.py:596
#: ../flask_admin/contrib/peewee/view.py:414 #: ../flask_admin/contrib/peewee/view.py:439
#: ../flask_admin/contrib/pymongo/view.py:334 #: ../flask_admin/contrib/pymongo/view.py:341
#: ../flask_admin/contrib/sqla/view.py:1041 #: ../flask_admin/contrib/sqla/view.py:1055
#, python-format #, python-format
msgid "Failed to delete record. %(error)s" msgid "Failed to delete record. %(error)s"
msgstr "Απέτυχε η διαγραφή της εγγραφής. %(error)s" msgstr "Απέτυχε η διαγραφή της εγγραφής. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:631 #: ../flask_admin/contrib/mongoengine/view.py:639
#: ../flask_admin/contrib/peewee/view.py:433 #: ../flask_admin/contrib/peewee/view.py:458
#: ../flask_admin/contrib/pymongo/view.py:353 #: ../flask_admin/contrib/pymongo/view.py:360
#: ../flask_admin/contrib/sqla/view.py:1062 #: ../flask_admin/contrib/sqla/view.py:1076
msgid "Are you sure you want to delete selected records?" msgid "Are you sure you want to delete selected records?"
msgstr "Είστε βέβαιοι ότι θέλετε να διαγράψετε τις επιλεγμένες εγγραφές;" msgstr "Είστε βέβαιοι ότι θέλετε να διαγράψετε τις επιλεγμένες εγγραφές;"
#: ../flask_admin/contrib/mongoengine/view.py:640 #: ../flask_admin/contrib/mongoengine/view.py:648
#: ../flask_admin/contrib/peewee/view.py:450 #: ../flask_admin/contrib/peewee/view.py:475
#: ../flask_admin/contrib/pymongo/view.py:363 #: ../flask_admin/contrib/pymongo/view.py:370
#: ../flask_admin/contrib/sqla/view.py:1078 ../flask_admin/model/base.py:1812 #: ../flask_admin/contrib/sqla/view.py:1092 ../flask_admin/model/base.py:1812
#, python-format #, python-format
msgid "Record was successfully deleted." msgid "Record was successfully deleted."
msgid_plural "%(count)s records were successfully deleted." msgid_plural "%(count)s records were successfully deleted."
msgstr[0] "Εγγραφή διαγράφηκε με επιτυχία." msgstr[0] "Η εγγραφή διαγράφηκε με επιτυχία."
msgstr[1] "%(count)s εγγραφές διαγράφηκαν με επιτυχία." msgstr[1] "%(count)s εγγραφές διαγράφηκαν με επιτυχία."
#: ../flask_admin/contrib/mongoengine/view.py:646 #: ../flask_admin/contrib/mongoengine/view.py:654
#: ../flask_admin/contrib/peewee/view.py:456 #: ../flask_admin/contrib/peewee/view.py:481
#: ../flask_admin/contrib/pymongo/view.py:368 #: ../flask_admin/contrib/pymongo/view.py:375
#: ../flask_admin/contrib/sqla/view.py:1086 #: ../flask_admin/contrib/sqla/view.py:1100
#, python-format #, python-format
msgid "Failed to delete records. %(error)s" msgid "Failed to delete records. %(error)s"
msgstr "Απέτυχε η διαγραφή της εγγραφής. %(error)s" msgstr "Απέτυχε η διαγραφή της εγγραφής. %(error)s"
...@@ -341,7 +341,7 @@ msgstr "Απέτυχε η διαγραφή της εγγραφής. %(error)s" ...@@ -341,7 +341,7 @@ msgstr "Απέτυχε η διαγραφή της εγγραφής. %(error)s"
#: ../flask_admin/contrib/sqla/fields.py:178 ../flask_admin/model/fields.py:225 #: ../flask_admin/contrib/sqla/fields.py:178 ../flask_admin/model/fields.py:225
#: ../flask_admin/model/fields.py:274 #: ../flask_admin/model/fields.py:274
msgid "Not a valid choice" msgid "Not a valid choice"
msgstr "Δεν είναι μια έγκυρη επιλογή" msgstr "Άκυρη επιλογή"
#: ../flask_admin/contrib/sqla/validators.py:42 #: ../flask_admin/contrib/sqla/validators.py:42
msgid "Already exists." msgid "Already exists."
...@@ -351,17 +351,17 @@ msgstr "Υπάρχει ήδη." ...@@ -351,17 +351,17 @@ msgstr "Υπάρχει ήδη."
#, python-format #, python-format
msgid "At least %d item is required" msgid "At least %d item is required"
msgid_plural "At least %d items are required" msgid_plural "At least %d items are required"
msgstr[0] "Τουλάχιστον στοιχείο %d απαιτείται" msgstr[0] "Τουλάχιστον %d στοιχεία απαιτούνται"
msgstr[1] "Τουλάχιστον %d στοιχεία απαιτούνται" msgstr[1] "Τουλάχιστον %d στοιχεία απαιτούνται"
#: ../flask_admin/contrib/sqla/view.py:969 #: ../flask_admin/contrib/sqla/view.py:983
#, python-format #, python-format
msgid "Integrity error. %(message)s" msgid "Integrity error. %(message)s"
msgstr "Σφάλμα ακεραιότητας. %(message)s" msgstr "Σφάλμα ακεραιότητας. %(message)s"
#: ../flask_admin/form/fields.py:94 #: ../flask_admin/form/fields.py:94
msgid "Invalid time format" msgid "Invalid time format"
msgstr "Μορφή ώρας δεν είναι έγκυρη" msgstr "Άκυρη μορφή ώρας"
#: ../flask_admin/form/fields.py:140 #: ../flask_admin/form/fields.py:140
msgid "Invalid Choice: could not coerce" msgid "Invalid Choice: could not coerce"
...@@ -369,34 +369,34 @@ msgstr "Μη έγκυρη επιλογή: δεν θα μπορούσε να εξ ...@@ -369,34 +369,34 @@ msgstr "Μη έγκυρη επιλογή: δεν θα μπορούσε να εξ
#: ../flask_admin/form/upload.py:205 #: ../flask_admin/form/upload.py:205
msgid "Invalid file extension" msgid "Invalid file extension"
msgstr "Μη έγκυρο αρχείο επέκταση" msgstr "Μη έγκυρη επέκταση αρχείου"
#: ../flask_admin/form/upload.py:212 ../flask_admin/form/upload.py:279 #: ../flask_admin/form/upload.py:212 ../flask_admin/form/upload.py:279
#, python-format #, python-format
msgid "File \"%s\" already exists." msgid "File \"%s\" already exists."
msgstr "Υπάρχει ήδη το αρχείο \"%s\"." msgstr "Το αρχείο \"%s\" υπάρχει ήδη."
#: ../flask_admin/model/base.py:1412 #: ../flask_admin/model/base.py:1412
msgid "There are no items in the table." msgid "There are no items in the table."
msgstr "Υπάρχουν στοιχεία στον πίνακα." msgstr "Δεν υπάρχουν στοιχεία στον πίνακα."
#: ../flask_admin/model/base.py:1436 #: ../flask_admin/model/base.py:1436
#, python-format #, python-format
msgid "Invalid Filter Value: %(value)s" msgid "Invalid Filter Value: %(value)s"
msgstr "Τιμή φίλτρου δεν είναι έγκυρη: %(value)s" msgstr "Άκυρη τιμή φίλτρου: %(value)s"
#: ../flask_admin/model/base.py:1677 #: ../flask_admin/model/base.py:1677
msgid "Record was successfully created." msgid "Record was successfully created."
msgstr "Εγγραφή δημιουργήθηκε με επιτυχία." msgstr "Η εγγραφή δημιουργήθηκε με επιτυχία."
#: ../flask_admin/model/base.py:1721 ../flask_admin/model/base.py:1773 #: ../flask_admin/model/base.py:1721 ../flask_admin/model/base.py:1773
#: ../flask_admin/model/base.py:1807 #: ../flask_admin/model/base.py:1807
msgid "Record does not exist." msgid "Record does not exist."
msgstr "Εγγραφή δεν υπάρχει." msgstr "Η εγγραφή δεν υπάρχει."
#: ../flask_admin/model/base.py:1730 ../flask_admin/model/base.py:1869 #: ../flask_admin/model/base.py:1730 ../flask_admin/model/base.py:1869
msgid "Record was successfully saved." msgid "Record was successfully saved."
msgstr "Καρτέλα αποθηκεύτηκε με επιτυχία." msgstr "Η καρτέλα αποθηκεύτηκε με επιτυχία."
#: ../flask_admin/model/filters.py:99 #: ../flask_admin/model/filters.py:99
msgid "Yes" msgid "Yes"
...@@ -424,12 +424,12 @@ msgstr "Αποθήκευση" ...@@ -424,12 +424,12 @@ msgstr "Αποθήκευση"
#: ../flask_admin/templates/bootstrap2/admin/lib.html:205 #: ../flask_admin/templates/bootstrap2/admin/lib.html:205
#: ../flask_admin/templates/bootstrap3/admin/lib.html:195 #: ../flask_admin/templates/bootstrap3/admin/lib.html:195
msgid "Cancel" msgid "Cancel"
msgstr "\"Άκυρο\"" msgstr "Άκυρο"
#: ../flask_admin/templates/bootstrap2/admin/file/edit.html:8 #: ../flask_admin/templates/bootstrap2/admin/file/edit.html:8
#: ../flask_admin/templates/bootstrap3/admin/file/edit.html:8 #: ../flask_admin/templates/bootstrap3/admin/file/edit.html:8
msgid "This file cannot be edited for now." msgid "This file cannot be edited for now."
msgstr "Δεν είναι δυνατή η επεξεργασία αυτού του αρχείου για τώρα." msgstr "Προς το παρόν δεν είναι δυνατή η επεξεργασία αυτού του αρχείου."
#: ../flask_admin/templates/bootstrap2/admin/file/edit.html:21 #: ../flask_admin/templates/bootstrap2/admin/file/edit.html:21
#: ../flask_admin/templates/bootstrap3/admin/file/edit.html:20 #: ../flask_admin/templates/bootstrap3/admin/file/edit.html:20
...@@ -452,19 +452,19 @@ msgstr "Μέγεθος" ...@@ -452,19 +452,19 @@ msgstr "Μέγεθος"
#: ../flask_admin/templates/bootstrap3/admin/file/list.html:55 #: ../flask_admin/templates/bootstrap3/admin/file/list.html:55
#: ../flask_admin/templates/bootstrap3/admin/file/list.html:58 #: ../flask_admin/templates/bootstrap3/admin/file/list.html:58
msgid "Rename File" msgid "Rename File"
msgstr "Μετονομάστε το αρχείο" msgstr "Μετονοσία αρχείου"
#: ../flask_admin/templates/bootstrap2/admin/file/list.html:69 #: ../flask_admin/templates/bootstrap2/admin/file/list.html:69
#: ../flask_admin/templates/bootstrap3/admin/file/list.html:69 #: ../flask_admin/templates/bootstrap3/admin/file/list.html:69
#, python-format #, python-format
msgid "Are you sure you want to delete \\'%(name)s\\' recursively?" msgid "Are you sure you want to delete \\'%(name)s\\' recursively?"
msgstr "Είστε βέβαιοι ότι θέλετε να διαγράψετε \\'%(name)s\\' «αναδρομικά;" msgstr "Είστε βέβαιοι ότι θέλετε να διαγράψετε \\'%(name)s\\' αναδρομικά;"
#: ../flask_admin/templates/bootstrap2/admin/file/list.html:78 #: ../flask_admin/templates/bootstrap2/admin/file/list.html:78
#: ../flask_admin/templates/bootstrap3/admin/file/list.html:78 #: ../flask_admin/templates/bootstrap3/admin/file/list.html:78
#, python-format #, python-format
msgid "Are you sure you want to delete \\'%(name)s\\'?" msgid "Are you sure you want to delete \\'%(name)s\\'?"
msgstr "Είστε βέβαιοι ότι θέλετε να διαγράψετε \\'%(name)s\\'»;" msgstr "Είστε βέβαιοι ότι θέλετε να διαγράψετε \\'%(name)s\\';"
#: ../flask_admin/templates/bootstrap2/admin/file/list.html:158 #: ../flask_admin/templates/bootstrap2/admin/file/list.html:158
#: ../flask_admin/templates/bootstrap3/admin/file/list.html:158 #: ../flask_admin/templates/bootstrap3/admin/file/list.html:158
...@@ -475,21 +475,21 @@ msgstr "Παρακαλώ επιλέξτε τουλάχιστον ένα αρχε ...@@ -475,21 +475,21 @@ msgstr "Παρακαλώ επιλέξτε τουλάχιστον ένα αρχε
#: ../flask_admin/templates/bootstrap3/admin/file/rename.html:12 #: ../flask_admin/templates/bootstrap3/admin/file/rename.html:12
#, python-format #, python-format
msgid "Rename %(name)s" msgid "Rename %(name)s"
msgstr "Μετονομάστε %(name)s" msgstr "Μετονομάσια %(name)s"
#: ../flask_admin/templates/bootstrap2/admin/model/create.html:5 #: ../flask_admin/templates/bootstrap2/admin/model/create.html:5
#: ../flask_admin/templates/bootstrap2/admin/model/edit.html:5 #: ../flask_admin/templates/bootstrap2/admin/model/edit.html:5
#: ../flask_admin/templates/bootstrap3/admin/model/create.html:5 #: ../flask_admin/templates/bootstrap3/admin/model/create.html:5
#: ../flask_admin/templates/bootstrap3/admin/model/edit.html:5 #: ../flask_admin/templates/bootstrap3/admin/model/edit.html:5
msgid "Save and Add Another" msgid "Save and Add Another"
msgstr "Save and Add Another" msgstr "Αποθήκευση και Προσθήκη Άλλου"
#: ../flask_admin/templates/bootstrap2/admin/model/create.html:6 #: ../flask_admin/templates/bootstrap2/admin/model/create.html:6
#: ../flask_admin/templates/bootstrap2/admin/model/edit.html:6 #: ../flask_admin/templates/bootstrap2/admin/model/edit.html:6
#: ../flask_admin/templates/bootstrap3/admin/model/create.html:6 #: ../flask_admin/templates/bootstrap3/admin/model/create.html:6
#: ../flask_admin/templates/bootstrap3/admin/model/edit.html:6 #: ../flask_admin/templates/bootstrap3/admin/model/edit.html:6
msgid "Save and Continue Editing" msgid "Save and Continue Editing"
msgstr "Save and Continue Editing" msgstr "Αποθήκευση και Συνέχεια Επεξεργασίας"
#: ../flask_admin/templates/bootstrap2/admin/model/create.html:18 #: ../flask_admin/templates/bootstrap2/admin/model/create.html:18
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:8 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:8
...@@ -516,15 +516,11 @@ msgid "Create" ...@@ -516,15 +516,11 @@ msgid "Create"
msgstr "Δημιουργία" msgstr "Δημιουργία"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap3/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113 msgid "Details"
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8 msgstr "Λεπτομέρειες"
msgid "View Record"
msgstr "Προβολή καρτέλας"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:29 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:29
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8 #: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8
...@@ -533,11 +529,6 @@ msgstr "Προβολή καρτέλας" ...@@ -533,11 +529,6 @@ msgstr "Προβολή καρτέλας"
msgid "Filter" msgid "Filter"
msgstr "Φίλτρο" msgstr "Φίλτρο"
#: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
msgid "Details"
msgstr "Details"
#: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13 #: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13
#: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14 #: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14
msgid "Delete?" msgid "Delete?"
...@@ -546,7 +537,7 @@ msgstr "Διαγραφή?" ...@@ -546,7 +537,7 @@ msgstr "Διαγραφή?"
#: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:40 #: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:40
#: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:43 #: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:43
msgid "Add" msgid "Add"
msgstr "Προσθέστε" msgstr "Προσθήκη"
#: ../flask_admin/templates/bootstrap2/admin/model/layout.html:3 #: ../flask_admin/templates/bootstrap2/admin/model/layout.html:3
#: ../flask_admin/templates/bootstrap3/admin/model/layout.html:3 #: ../flask_admin/templates/bootstrap3/admin/model/layout.html:3
...@@ -556,7 +547,7 @@ msgstr "Προσθήκη φίλτρου" ...@@ -556,7 +547,7 @@ msgstr "Προσθήκη φίλτρου"
#: ../flask_admin/templates/bootstrap2/admin/model/layout.html:17 #: ../flask_admin/templates/bootstrap2/admin/model/layout.html:17
#: ../flask_admin/templates/bootstrap3/admin/model/layout.html:17 #: ../flask_admin/templates/bootstrap3/admin/model/layout.html:17
msgid "Apply" msgid "Apply"
msgstr "Ισχύουν" msgstr "Εφαρμογή"
#: ../flask_admin/templates/bootstrap2/admin/model/layout.html:19 #: ../flask_admin/templates/bootstrap2/admin/model/layout.html:19
#: ../flask_admin/templates/bootstrap3/admin/model/layout.html:19 #: ../flask_admin/templates/bootstrap3/admin/model/layout.html:19
...@@ -575,12 +566,12 @@ msgstr "Αναζήτηση" ...@@ -575,12 +566,12 @@ msgstr "Αναζήτηση"
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:22 #: ../flask_admin/templates/bootstrap3/admin/model/list.html:22
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:24 #: ../flask_admin/templates/bootstrap3/admin/model/list.html:24
msgid "Create new record" msgid "Create new record"
msgstr "Δημιουργήσετε νέα εγγραφή" msgstr "Δημιουργία νέας εγγραφής"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:61 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:61
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:61 #: ../flask_admin/templates/bootstrap3/admin/model/list.html:61
msgid "Select all records" msgid "Select all records"
msgstr "Επιλέξτε όλες τις εγγραφές" msgstr "Επιλογή όλων των εγγραφών"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:72 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:72
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:81 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:81
...@@ -595,12 +586,21 @@ msgstr "Ταξινόμηση κατά %(name)s" ...@@ -595,12 +586,21 @@ msgstr "Ταξινόμηση κατά %(name)s"
msgid "Select record" msgid "Select record"
msgstr "Επιλέξτε εγγραφή" msgstr "Επιλέξτε εγγραφή"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8
msgid "View Record"
msgstr "Προβολή καρτέλας"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:120
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:122 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:122
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap3/admin/model/list.html:120
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:122 #: ../flask_admin/templates/bootstrap3/admin/model/list.html:122
msgid "Edit record" msgid "Edit record"
msgstr "Επεξεργαστείτε την εγγραφή" msgstr "Επεξεργασία εγγραφής"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:136 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:136
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:136 #: ../flask_admin/templates/bootstrap3/admin/model/list.html:136
...@@ -619,10 +619,10 @@ msgstr "Παρακαλώ επιλέξτε τουλάχιστον μία εγγρ ...@@ -619,10 +619,10 @@ msgstr "Παρακαλώ επιλέξτε τουλάχιστον μία εγγρ
#: ../flask_admin/templates/bootstrap2/admin/model/modals/create.html:17 #: ../flask_admin/templates/bootstrap2/admin/model/modals/create.html:17
#: ../flask_admin/templates/bootstrap3/admin/model/modals/create.html:7 #: ../flask_admin/templates/bootstrap3/admin/model/modals/create.html:7
msgid "Create New Record" msgid "Create New Record"
msgstr "Δημιουργήσετε νέα εγγραφή" msgstr "Δημιουργία νέας εγγραφής"
#: ../flask_admin/templates/bootstrap2/admin/model/modals/edit.html:17 #: ../flask_admin/templates/bootstrap2/admin/model/modals/edit.html:17
#: ../flask_admin/templates/bootstrap3/admin/model/modals/edit.html:8 #: ../flask_admin/templates/bootstrap3/admin/model/modals/edit.html:8
msgid "Edit Record" msgid "Edit Record"
msgstr "Επεξεργαστείτε την εγγραφή" msgstr "Επεξεργασία εγγραφής"
...@@ -2,8 +2,8 @@ msgid "" ...@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: flask-admin\n" "Project-Id-Version: flask-admin\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-08-17 20:17-0500\n" "POT-Creation-Date: 2015-08-23 20:22-0500\n"
"PO-Revision-Date: 2015-08-17 21:19-0400\n" "PO-Revision-Date: 2015-09-04 20:43-0400\n"
"Last-Translator: mrjoes <serge.koval@gmail.com>\n" "Last-Translator: mrjoes <serge.koval@gmail.com>\n"
"Language-Team: Spanish\n" "Language-Team: Spanish\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s." ...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s."
msgstr "No se puede editar %(name)s." msgstr "No se puede editar %(name)s."
#: ../flask_admin/contrib/fileadmin.py:902 #: ../flask_admin/contrib/fileadmin.py:902
#: ../flask_admin/contrib/mongoengine/view.py:630 #: ../flask_admin/contrib/mongoengine/view.py:638
#: ../flask_admin/contrib/peewee/view.py:432 #: ../flask_admin/contrib/peewee/view.py:457
#: ../flask_admin/contrib/pymongo/view.py:352 #: ../flask_admin/contrib/pymongo/view.py:359
#: ../flask_admin/contrib/sqla/view.py:1061 #: ../flask_admin/contrib/sqla/view.py:1075
msgid "Delete" msgid "Delete"
msgstr "Borrar" msgstr "Borrar"
...@@ -281,57 +281,57 @@ msgstr "no en la lista" ...@@ -281,57 +281,57 @@ msgstr "no en la lista"
msgid "not between" msgid "not between"
msgstr "No entre" msgstr "No entre"
#: ../flask_admin/contrib/mongoengine/view.py:520 #: ../flask_admin/contrib/mongoengine/view.py:528
#, python-format #, python-format
msgid "Failed to get model. %(error)s" msgid "Failed to get model. %(error)s"
msgstr "Error al obtener el modelo. %(error)s" msgstr "Error al obtener el modelo. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:539 #: ../flask_admin/contrib/mongoengine/view.py:547
#: ../flask_admin/contrib/peewee/view.py:380 #: ../flask_admin/contrib/peewee/view.py:405
#: ../flask_admin/contrib/pymongo/view.py:284 #: ../flask_admin/contrib/pymongo/view.py:291
#: ../flask_admin/contrib/sqla/view.py:990 #: ../flask_admin/contrib/sqla/view.py:1004
#, python-format #, python-format
msgid "Failed to create record. %(error)s" msgid "Failed to create record. %(error)s"
msgstr "Error al crear el registro. %(error)s" msgstr "Error al crear el registro. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:565 #: ../flask_admin/contrib/mongoengine/view.py:573
#: ../flask_admin/contrib/peewee/view.py:399 #: ../flask_admin/contrib/peewee/view.py:424
#: ../flask_admin/contrib/pymongo/view.py:309 #: ../flask_admin/contrib/pymongo/view.py:316
#: ../flask_admin/contrib/sqla/view.py:1016 ../flask_admin/model/base.py:1864 #: ../flask_admin/contrib/sqla/view.py:1030 ../flask_admin/model/base.py:1864
#: ../flask_admin/model/base.py:1873 #: ../flask_admin/model/base.py:1873
#, python-format #, python-format
msgid "Failed to update record. %(error)s" msgid "Failed to update record. %(error)s"
msgstr "Error al actualizar el registro. %(error)s" msgstr "Error al actualizar el registro. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:588 #: ../flask_admin/contrib/mongoengine/view.py:596
#: ../flask_admin/contrib/peewee/view.py:414 #: ../flask_admin/contrib/peewee/view.py:439
#: ../flask_admin/contrib/pymongo/view.py:334 #: ../flask_admin/contrib/pymongo/view.py:341
#: ../flask_admin/contrib/sqla/view.py:1041 #: ../flask_admin/contrib/sqla/view.py:1055
#, python-format #, python-format
msgid "Failed to delete record. %(error)s" msgid "Failed to delete record. %(error)s"
msgstr "Error al borrar el registro. %(error)s" msgstr "Error al borrar el registro. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:631 #: ../flask_admin/contrib/mongoengine/view.py:639
#: ../flask_admin/contrib/peewee/view.py:433 #: ../flask_admin/contrib/peewee/view.py:458
#: ../flask_admin/contrib/pymongo/view.py:353 #: ../flask_admin/contrib/pymongo/view.py:360
#: ../flask_admin/contrib/sqla/view.py:1062 #: ../flask_admin/contrib/sqla/view.py:1076
msgid "Are you sure you want to delete selected records?" msgid "Are you sure you want to delete selected records?"
msgstr "¿Está seguro de que desea borrar los elementos seleccionados?" msgstr "¿Está seguro de que desea borrar los elementos seleccionados?"
#: ../flask_admin/contrib/mongoengine/view.py:640 #: ../flask_admin/contrib/mongoengine/view.py:648
#: ../flask_admin/contrib/peewee/view.py:450 #: ../flask_admin/contrib/peewee/view.py:475
#: ../flask_admin/contrib/pymongo/view.py:363 #: ../flask_admin/contrib/pymongo/view.py:370
#: ../flask_admin/contrib/sqla/view.py:1078 ../flask_admin/model/base.py:1812 #: ../flask_admin/contrib/sqla/view.py:1092 ../flask_admin/model/base.py:1812
#, python-format #, python-format
msgid "Record was successfully deleted." msgid "Record was successfully deleted."
msgid_plural "%(count)s records were successfully deleted." msgid_plural "%(count)s records were successfully deleted."
msgstr[0] "El elemento se ha borrado correctamente." msgstr[0] "El elemento se ha borrado correctamente."
msgstr[1] "%(count)s elementos se han borrado correctamente." msgstr[1] "%(count)s elementos se han borrado correctamente."
#: ../flask_admin/contrib/mongoengine/view.py:646 #: ../flask_admin/contrib/mongoengine/view.py:654
#: ../flask_admin/contrib/peewee/view.py:456 #: ../flask_admin/contrib/peewee/view.py:481
#: ../flask_admin/contrib/pymongo/view.py:368 #: ../flask_admin/contrib/pymongo/view.py:375
#: ../flask_admin/contrib/sqla/view.py:1086 #: ../flask_admin/contrib/sqla/view.py:1100
#, python-format #, python-format
msgid "Failed to delete records. %(error)s" msgid "Failed to delete records. %(error)s"
msgstr "No se han podido borrar los elementos seleccionados. %(error)s" msgstr "No se han podido borrar los elementos seleccionados. %(error)s"
...@@ -354,7 +354,7 @@ msgid_plural "At least %d items are required" ...@@ -354,7 +354,7 @@ msgid_plural "At least %d items are required"
msgstr[0] "Por lo menos %d artículo es necesario" msgstr[0] "Por lo menos %d artículo es necesario"
msgstr[1] "Por lo menos %d artículo es necesario" msgstr[1] "Por lo menos %d artículo es necesario"
#: ../flask_admin/contrib/sqla/view.py:969 #: ../flask_admin/contrib/sqla/view.py:983
#, python-format #, python-format
msgid "Integrity error. %(message)s" msgid "Integrity error. %(message)s"
msgstr "Error de integridad. %(message)s" msgstr "Error de integridad. %(message)s"
...@@ -516,15 +516,11 @@ msgid "Create" ...@@ -516,15 +516,11 @@ msgid "Create"
msgstr "Crear" msgstr "Crear"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap3/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113 msgid "Details"
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8 msgstr "Details"
msgid "View Record"
msgstr "Ver expediente"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:29 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:29
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8 #: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8
...@@ -533,11 +529,6 @@ msgstr "Ver expediente" ...@@ -533,11 +529,6 @@ msgstr "Ver expediente"
msgid "Filter" msgid "Filter"
msgstr "Filtrer" msgstr "Filtrer"
#: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
msgid "Details"
msgstr "Details"
#: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13 #: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13
#: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14 #: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14
msgid "Delete?" msgid "Delete?"
...@@ -595,6 +586,15 @@ msgstr "Ordenar por %(name)s" ...@@ -595,6 +586,15 @@ msgstr "Ordenar por %(name)s"
msgid "Select record" msgid "Select record"
msgstr "Seleccione registro" msgstr "Seleccione registro"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8
msgid "View Record"
msgstr "Ver expediente"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:120
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:122 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:122
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap3/admin/model/list.html:120
......
...@@ -2,8 +2,8 @@ msgid "" ...@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: flask-admin\n" "Project-Id-Version: flask-admin\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-08-17 20:17-0500\n" "POT-Creation-Date: 2015-08-23 20:22-0500\n"
"PO-Revision-Date: 2015-08-17 21:19-0400\n" "PO-Revision-Date: 2015-09-04 20:43-0400\n"
"Last-Translator: mrjoes <serge.koval@gmail.com>\n" "Last-Translator: mrjoes <serge.koval@gmail.com>\n"
"Language-Team: Estonian\n" "Language-Team: Estonian\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s." ...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s."
msgstr "%(name)s ei saa redigeerida." msgstr "%(name)s ei saa redigeerida."
#: ../flask_admin/contrib/fileadmin.py:902 #: ../flask_admin/contrib/fileadmin.py:902
#: ../flask_admin/contrib/mongoengine/view.py:630 #: ../flask_admin/contrib/mongoengine/view.py:638
#: ../flask_admin/contrib/peewee/view.py:432 #: ../flask_admin/contrib/peewee/view.py:457
#: ../flask_admin/contrib/pymongo/view.py:352 #: ../flask_admin/contrib/pymongo/view.py:359
#: ../flask_admin/contrib/sqla/view.py:1061 #: ../flask_admin/contrib/sqla/view.py:1075
msgid "Delete" msgid "Delete"
msgstr "Kustuta" msgstr "Kustuta"
...@@ -281,57 +281,57 @@ msgstr "pole loendis" ...@@ -281,57 +281,57 @@ msgstr "pole loendis"
msgid "not between" msgid "not between"
msgstr "pole vahemikus" msgstr "pole vahemikus"
#: ../flask_admin/contrib/mongoengine/view.py:520 #: ../flask_admin/contrib/mongoengine/view.py:528
#, python-format #, python-format
msgid "Failed to get model. %(error)s" msgid "Failed to get model. %(error)s"
msgstr "Mudeli päring ebaõnnestus. %(error)s" msgstr "Mudeli päring ebaõnnestus. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:539 #: ../flask_admin/contrib/mongoengine/view.py:547
#: ../flask_admin/contrib/peewee/view.py:380 #: ../flask_admin/contrib/peewee/view.py:405
#: ../flask_admin/contrib/pymongo/view.py:284 #: ../flask_admin/contrib/pymongo/view.py:291
#: ../flask_admin/contrib/sqla/view.py:990 #: ../flask_admin/contrib/sqla/view.py:1004
#, python-format #, python-format
msgid "Failed to create record. %(error)s" msgid "Failed to create record. %(error)s"
msgstr "Kirje loomine nurjus. %(error)s" msgstr "Kirje loomine nurjus. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:565 #: ../flask_admin/contrib/mongoengine/view.py:573
#: ../flask_admin/contrib/peewee/view.py:399 #: ../flask_admin/contrib/peewee/view.py:424
#: ../flask_admin/contrib/pymongo/view.py:309 #: ../flask_admin/contrib/pymongo/view.py:316
#: ../flask_admin/contrib/sqla/view.py:1016 ../flask_admin/model/base.py:1864 #: ../flask_admin/contrib/sqla/view.py:1030 ../flask_admin/model/base.py:1864
#: ../flask_admin/model/base.py:1873 #: ../flask_admin/model/base.py:1873
#, python-format #, python-format
msgid "Failed to update record. %(error)s" msgid "Failed to update record. %(error)s"
msgstr "Kirje uuendamine nurjus. %(error)s" msgstr "Kirje uuendamine nurjus. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:588 #: ../flask_admin/contrib/mongoengine/view.py:596
#: ../flask_admin/contrib/peewee/view.py:414 #: ../flask_admin/contrib/peewee/view.py:439
#: ../flask_admin/contrib/pymongo/view.py:334 #: ../flask_admin/contrib/pymongo/view.py:341
#: ../flask_admin/contrib/sqla/view.py:1041 #: ../flask_admin/contrib/sqla/view.py:1055
#, python-format #, python-format
msgid "Failed to delete record. %(error)s" msgid "Failed to delete record. %(error)s"
msgstr "Kirje kustutamine nurjus. %(error)s" msgstr "Kirje kustutamine nurjus. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:631 #: ../flask_admin/contrib/mongoengine/view.py:639
#: ../flask_admin/contrib/peewee/view.py:433 #: ../flask_admin/contrib/peewee/view.py:458
#: ../flask_admin/contrib/pymongo/view.py:353 #: ../flask_admin/contrib/pymongo/view.py:360
#: ../flask_admin/contrib/sqla/view.py:1062 #: ../flask_admin/contrib/sqla/view.py:1076
msgid "Are you sure you want to delete selected records?" msgid "Are you sure you want to delete selected records?"
msgstr "Kas soovite kindlasti valitud kirjed kustutada?" msgstr "Kas soovite kindlasti valitud kirjed kustutada?"
#: ../flask_admin/contrib/mongoengine/view.py:640 #: ../flask_admin/contrib/mongoengine/view.py:648
#: ../flask_admin/contrib/peewee/view.py:450 #: ../flask_admin/contrib/peewee/view.py:475
#: ../flask_admin/contrib/pymongo/view.py:363 #: ../flask_admin/contrib/pymongo/view.py:370
#: ../flask_admin/contrib/sqla/view.py:1078 ../flask_admin/model/base.py:1812 #: ../flask_admin/contrib/sqla/view.py:1092 ../flask_admin/model/base.py:1812
#, python-format #, python-format
msgid "Record was successfully deleted." msgid "Record was successfully deleted."
msgid_plural "%(count)s records were successfully deleted." msgid_plural "%(count)s records were successfully deleted."
msgstr[0] "Kirje kustutati edukalt." msgstr[0] "Kirje kustutati edukalt."
msgstr[1] "%(count)s kirjet kustutati edukalt." msgstr[1] "%(count)s kirjet kustutati edukalt."
#: ../flask_admin/contrib/mongoengine/view.py:646 #: ../flask_admin/contrib/mongoengine/view.py:654
#: ../flask_admin/contrib/peewee/view.py:456 #: ../flask_admin/contrib/peewee/view.py:481
#: ../flask_admin/contrib/pymongo/view.py:368 #: ../flask_admin/contrib/pymongo/view.py:375
#: ../flask_admin/contrib/sqla/view.py:1086 #: ../flask_admin/contrib/sqla/view.py:1100
#, python-format #, python-format
msgid "Failed to delete records. %(error)s" msgid "Failed to delete records. %(error)s"
msgstr "Kirjete kustutamine nurjus. %(error)s" msgstr "Kirjete kustutamine nurjus. %(error)s"
...@@ -354,7 +354,7 @@ msgid_plural "At least %d items are required" ...@@ -354,7 +354,7 @@ msgid_plural "At least %d items are required"
msgstr[0] "Vähemalt %d element on nõutud" msgstr[0] "Vähemalt %d element on nõutud"
msgstr[1] "Vähemalt %d elementi on nõutud" msgstr[1] "Vähemalt %d elementi on nõutud"
#: ../flask_admin/contrib/sqla/view.py:969 #: ../flask_admin/contrib/sqla/view.py:983
#, python-format #, python-format
msgid "Integrity error. %(message)s" msgid "Integrity error. %(message)s"
msgstr "Terviklikkuse viga. %(message)s" msgstr "Terviklikkuse viga. %(message)s"
...@@ -482,14 +482,14 @@ msgstr "Faili %(name)s ümbernimetamine" ...@@ -482,14 +482,14 @@ msgstr "Faili %(name)s ümbernimetamine"
#: ../flask_admin/templates/bootstrap3/admin/model/create.html:5 #: ../flask_admin/templates/bootstrap3/admin/model/create.html:5
#: ../flask_admin/templates/bootstrap3/admin/model/edit.html:5 #: ../flask_admin/templates/bootstrap3/admin/model/edit.html:5
msgid "Save and Add Another" msgid "Save and Add Another"
msgstr "Save and Add Another" msgstr "Salvesta ja lisa uus"
#: ../flask_admin/templates/bootstrap2/admin/model/create.html:6 #: ../flask_admin/templates/bootstrap2/admin/model/create.html:6
#: ../flask_admin/templates/bootstrap2/admin/model/edit.html:6 #: ../flask_admin/templates/bootstrap2/admin/model/edit.html:6
#: ../flask_admin/templates/bootstrap3/admin/model/create.html:6 #: ../flask_admin/templates/bootstrap3/admin/model/create.html:6
#: ../flask_admin/templates/bootstrap3/admin/model/edit.html:6 #: ../flask_admin/templates/bootstrap3/admin/model/edit.html:6
msgid "Save and Continue Editing" msgid "Save and Continue Editing"
msgstr "Save and Continue Editing" msgstr "Salvesta ja jätka muutmist"
#: ../flask_admin/templates/bootstrap2/admin/model/create.html:18 #: ../flask_admin/templates/bootstrap2/admin/model/create.html:18
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:8 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:8
...@@ -516,15 +516,11 @@ msgid "Create" ...@@ -516,15 +516,11 @@ msgid "Create"
msgstr "Loo" msgstr "Loo"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap3/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113 msgid "Details"
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8 msgstr "Detailvaade"
msgid "View Record"
msgstr "Kirje vaade"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:29 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:29
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8 #: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8
...@@ -533,11 +529,6 @@ msgstr "Kirje vaade" ...@@ -533,11 +529,6 @@ msgstr "Kirje vaade"
msgid "Filter" msgid "Filter"
msgstr "Filter" msgstr "Filter"
#: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
msgid "Details"
msgstr "Details"
#: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13 #: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13
#: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14 #: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14
msgid "Delete?" msgid "Delete?"
...@@ -595,6 +586,15 @@ msgstr "Sorteeri %(name)s alusel" ...@@ -595,6 +586,15 @@ msgstr "Sorteeri %(name)s alusel"
msgid "Select record" msgid "Select record"
msgstr "Vali kirje" msgstr "Vali kirje"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8
msgid "View Record"
msgstr "Kirje vaade"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:120
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:122 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:122
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap3/admin/model/list.html:120
......
...@@ -2,8 +2,8 @@ msgid "" ...@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: flask-admin\n" "Project-Id-Version: flask-admin\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-08-17 20:17-0500\n" "POT-Creation-Date: 2015-08-23 20:22-0500\n"
"PO-Revision-Date: 2015-08-17 21:19-0400\n" "PO-Revision-Date: 2015-09-04 20:43-0400\n"
"Last-Translator: mrjoes <serge.koval@gmail.com>\n" "Last-Translator: mrjoes <serge.koval@gmail.com>\n"
"Language-Team: Persian\n" "Language-Team: Persian\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s." ...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s."
msgstr "عدم توانایی در ویرایش %(name)s" msgstr "عدم توانایی در ویرایش %(name)s"
#: ../flask_admin/contrib/fileadmin.py:902 #: ../flask_admin/contrib/fileadmin.py:902
#: ../flask_admin/contrib/mongoengine/view.py:630 #: ../flask_admin/contrib/mongoengine/view.py:638
#: ../flask_admin/contrib/peewee/view.py:432 #: ../flask_admin/contrib/peewee/view.py:457
#: ../flask_admin/contrib/pymongo/view.py:352 #: ../flask_admin/contrib/pymongo/view.py:359
#: ../flask_admin/contrib/sqla/view.py:1061 #: ../flask_admin/contrib/sqla/view.py:1075
msgid "Delete" msgid "Delete"
msgstr "حذف" msgstr "حذف"
...@@ -281,56 +281,56 @@ msgstr "در این لیست نباشد" ...@@ -281,56 +281,56 @@ msgstr "در این لیست نباشد"
msgid "not between" msgid "not between"
msgstr "بین این دو نباشد" msgstr "بین این دو نباشد"
#: ../flask_admin/contrib/mongoengine/view.py:520 #: ../flask_admin/contrib/mongoengine/view.py:528
#, python-format #, python-format
msgid "Failed to get model. %(error)s" msgid "Failed to get model. %(error)s"
msgstr "خواندن مدل با مشکل روبرو شد. %(error)s" msgstr "خواندن مدل با مشکل روبرو شد. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:539 #: ../flask_admin/contrib/mongoengine/view.py:547
#: ../flask_admin/contrib/peewee/view.py:380 #: ../flask_admin/contrib/peewee/view.py:405
#: ../flask_admin/contrib/pymongo/view.py:284 #: ../flask_admin/contrib/pymongo/view.py:291
#: ../flask_admin/contrib/sqla/view.py:990 #: ../flask_admin/contrib/sqla/view.py:1004
#, python-format #, python-format
msgid "Failed to create record. %(error)s" msgid "Failed to create record. %(error)s"
msgstr "ساخت مدل با مشکل روبرو شد %(error)s" msgstr "ساخت مدل با مشکل روبرو شد %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:565 #: ../flask_admin/contrib/mongoengine/view.py:573
#: ../flask_admin/contrib/peewee/view.py:399 #: ../flask_admin/contrib/peewee/view.py:424
#: ../flask_admin/contrib/pymongo/view.py:309 #: ../flask_admin/contrib/pymongo/view.py:316
#: ../flask_admin/contrib/sqla/view.py:1016 ../flask_admin/model/base.py:1864 #: ../flask_admin/contrib/sqla/view.py:1030 ../flask_admin/model/base.py:1864
#: ../flask_admin/model/base.py:1873 #: ../flask_admin/model/base.py:1873
#, python-format #, python-format
msgid "Failed to update record. %(error)s" msgid "Failed to update record. %(error)s"
msgstr "بروزرسانی مدل با مشکل روبرو شد%(error)s" msgstr "بروزرسانی مدل با مشکل روبرو شد%(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:588 #: ../flask_admin/contrib/mongoengine/view.py:596
#: ../flask_admin/contrib/peewee/view.py:414 #: ../flask_admin/contrib/peewee/view.py:439
#: ../flask_admin/contrib/pymongo/view.py:334 #: ../flask_admin/contrib/pymongo/view.py:341
#: ../flask_admin/contrib/sqla/view.py:1041 #: ../flask_admin/contrib/sqla/view.py:1055
#, python-format #, python-format
msgid "Failed to delete record. %(error)s" msgid "Failed to delete record. %(error)s"
msgstr "حذف مدل با مشکل روبرو شد %(error)s" msgstr "حذف مدل با مشکل روبرو شد %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:631 #: ../flask_admin/contrib/mongoengine/view.py:639
#: ../flask_admin/contrib/peewee/view.py:433 #: ../flask_admin/contrib/peewee/view.py:458
#: ../flask_admin/contrib/pymongo/view.py:353 #: ../flask_admin/contrib/pymongo/view.py:360
#: ../flask_admin/contrib/sqla/view.py:1062 #: ../flask_admin/contrib/sqla/view.py:1076
msgid "Are you sure you want to delete selected records?" msgid "Are you sure you want to delete selected records?"
msgstr "آیا از حذف مدل ها اطمینان دارید" msgstr "آیا از حذف مدل ها اطمینان دارید"
#: ../flask_admin/contrib/mongoengine/view.py:640 #: ../flask_admin/contrib/mongoengine/view.py:648
#: ../flask_admin/contrib/peewee/view.py:450 #: ../flask_admin/contrib/peewee/view.py:475
#: ../flask_admin/contrib/pymongo/view.py:363 #: ../flask_admin/contrib/pymongo/view.py:370
#: ../flask_admin/contrib/sqla/view.py:1078 ../flask_admin/model/base.py:1812 #: ../flask_admin/contrib/sqla/view.py:1092 ../flask_admin/model/base.py:1812
#, python-format #, python-format
msgid "Record was successfully deleted." msgid "Record was successfully deleted."
msgid_plural "%(count)s records were successfully deleted." msgid_plural "%(count)s records were successfully deleted."
msgstr[0] "مدل با موفقیت حذف شد" msgstr[0] "مدل با موفقیت حذف شد"
#: ../flask_admin/contrib/mongoengine/view.py:646 #: ../flask_admin/contrib/mongoengine/view.py:654
#: ../flask_admin/contrib/peewee/view.py:456 #: ../flask_admin/contrib/peewee/view.py:481
#: ../flask_admin/contrib/pymongo/view.py:368 #: ../flask_admin/contrib/pymongo/view.py:375
#: ../flask_admin/contrib/sqla/view.py:1086 #: ../flask_admin/contrib/sqla/view.py:1100
#, python-format #, python-format
msgid "Failed to delete records. %(error)s" msgid "Failed to delete records. %(error)s"
msgstr "حذف مدل ها با مشکل روبرو شد %(error)s" msgstr "حذف مدل ها با مشکل روبرو شد %(error)s"
...@@ -352,7 +352,7 @@ msgid "At least %d item is required" ...@@ -352,7 +352,7 @@ msgid "At least %d item is required"
msgid_plural "At least %d items are required" msgid_plural "At least %d items are required"
msgstr[0] "حداقل یک مورد لازم است" msgstr[0] "حداقل یک مورد لازم است"
#: ../flask_admin/contrib/sqla/view.py:969 #: ../flask_admin/contrib/sqla/view.py:983
#, python-format #, python-format
msgid "Integrity error. %(message)s" msgid "Integrity error. %(message)s"
msgstr "خطای یکپارچگی داده. %(message)s" msgstr "خطای یکپارچگی داده. %(message)s"
...@@ -514,15 +514,11 @@ msgid "Create" ...@@ -514,15 +514,11 @@ msgid "Create"
msgstr "ایجاد" msgstr "ایجاد"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap3/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113 msgid "Details"
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8 msgstr "Details"
msgid "View Record"
msgstr "مشاهده سابقه"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:29 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:29
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8 #: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8
...@@ -531,11 +527,6 @@ msgstr "مشاهده سابقه" ...@@ -531,11 +527,6 @@ msgstr "مشاهده سابقه"
msgid "Filter" msgid "Filter"
msgstr "فیلتر" msgstr "فیلتر"
#: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
msgid "Details"
msgstr "Details"
#: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13 #: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13
#: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14 #: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14
msgid "Delete?" msgid "Delete?"
...@@ -593,6 +584,15 @@ msgstr "مرتب سازی بر اساس %(name)s" ...@@ -593,6 +584,15 @@ msgstr "مرتب سازی بر اساس %(name)s"
msgid "Select record" msgid "Select record"
msgstr "انتخاب رکورد" msgstr "انتخاب رکورد"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8
msgid "View Record"
msgstr "مشاهده سابقه"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:120
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:122 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:122
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap3/admin/model/list.html:120
......
...@@ -2,8 +2,8 @@ msgid "" ...@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: flask-admin\n" "Project-Id-Version: flask-admin\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-08-17 20:17-0500\n" "POT-Creation-Date: 2015-08-23 20:22-0500\n"
"PO-Revision-Date: 2015-08-17 21:19-0400\n" "PO-Revision-Date: 2015-09-04 20:43-0400\n"
"Last-Translator: mrjoes <serge.koval@gmail.com>\n" "Last-Translator: mrjoes <serge.koval@gmail.com>\n"
"Language-Team: Finnish\n" "Language-Team: Finnish\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s." ...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s."
msgstr "Ei voi muokata %(name)s." msgstr "Ei voi muokata %(name)s."
#: ../flask_admin/contrib/fileadmin.py:902 #: ../flask_admin/contrib/fileadmin.py:902
#: ../flask_admin/contrib/mongoengine/view.py:630 #: ../flask_admin/contrib/mongoengine/view.py:638
#: ../flask_admin/contrib/peewee/view.py:432 #: ../flask_admin/contrib/peewee/view.py:457
#: ../flask_admin/contrib/pymongo/view.py:352 #: ../flask_admin/contrib/pymongo/view.py:359
#: ../flask_admin/contrib/sqla/view.py:1061 #: ../flask_admin/contrib/sqla/view.py:1075
msgid "Delete" msgid "Delete"
msgstr "Poista" msgstr "Poista"
...@@ -281,57 +281,57 @@ msgstr "ei luettelossa" ...@@ -281,57 +281,57 @@ msgstr "ei luettelossa"
msgid "not between" msgid "not between"
msgstr "ei välillä" msgstr "ei välillä"
#: ../flask_admin/contrib/mongoengine/view.py:520 #: ../flask_admin/contrib/mongoengine/view.py:528
#, python-format #, python-format
msgid "Failed to get model. %(error)s" msgid "Failed to get model. %(error)s"
msgstr "Ei saanut malli. %(error)s" msgstr "Ei saanut malli. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:539 #: ../flask_admin/contrib/mongoengine/view.py:547
#: ../flask_admin/contrib/peewee/view.py:380 #: ../flask_admin/contrib/peewee/view.py:405
#: ../flask_admin/contrib/pymongo/view.py:284 #: ../flask_admin/contrib/pymongo/view.py:291
#: ../flask_admin/contrib/sqla/view.py:990 #: ../flask_admin/contrib/sqla/view.py:1004
#, python-format #, python-format
msgid "Failed to create record. %(error)s" msgid "Failed to create record. %(error)s"
msgstr "Tietueen luominen epäonnistui. %(error)s" msgstr "Tietueen luominen epäonnistui. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:565 #: ../flask_admin/contrib/mongoengine/view.py:573
#: ../flask_admin/contrib/peewee/view.py:399 #: ../flask_admin/contrib/peewee/view.py:424
#: ../flask_admin/contrib/pymongo/view.py:309 #: ../flask_admin/contrib/pymongo/view.py:316
#: ../flask_admin/contrib/sqla/view.py:1016 ../flask_admin/model/base.py:1864 #: ../flask_admin/contrib/sqla/view.py:1030 ../flask_admin/model/base.py:1864
#: ../flask_admin/model/base.py:1873 #: ../flask_admin/model/base.py:1873
#, python-format #, python-format
msgid "Failed to update record. %(error)s" msgid "Failed to update record. %(error)s"
msgstr "Tietueen luominen epäonnistui. %(error)s" msgstr "Tietueen luominen epäonnistui. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:588 #: ../flask_admin/contrib/mongoengine/view.py:596
#: ../flask_admin/contrib/peewee/view.py:414 #: ../flask_admin/contrib/peewee/view.py:439
#: ../flask_admin/contrib/pymongo/view.py:334 #: ../flask_admin/contrib/pymongo/view.py:341
#: ../flask_admin/contrib/sqla/view.py:1041 #: ../flask_admin/contrib/sqla/view.py:1055
#, python-format #, python-format
msgid "Failed to delete record. %(error)s" msgid "Failed to delete record. %(error)s"
msgstr "Tietueen poistaminen epäonnistui. %(error)s" msgstr "Tietueen poistaminen epäonnistui. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:631 #: ../flask_admin/contrib/mongoengine/view.py:639
#: ../flask_admin/contrib/peewee/view.py:433 #: ../flask_admin/contrib/peewee/view.py:458
#: ../flask_admin/contrib/pymongo/view.py:353 #: ../flask_admin/contrib/pymongo/view.py:360
#: ../flask_admin/contrib/sqla/view.py:1062 #: ../flask_admin/contrib/sqla/view.py:1076
msgid "Are you sure you want to delete selected records?" msgid "Are you sure you want to delete selected records?"
msgstr "Oletko varma, että haluat poistaa valitut tietueet?" msgstr "Oletko varma, että haluat poistaa valitut tietueet?"
#: ../flask_admin/contrib/mongoengine/view.py:640 #: ../flask_admin/contrib/mongoengine/view.py:648
#: ../flask_admin/contrib/peewee/view.py:450 #: ../flask_admin/contrib/peewee/view.py:475
#: ../flask_admin/contrib/pymongo/view.py:363 #: ../flask_admin/contrib/pymongo/view.py:370
#: ../flask_admin/contrib/sqla/view.py:1078 ../flask_admin/model/base.py:1812 #: ../flask_admin/contrib/sqla/view.py:1092 ../flask_admin/model/base.py:1812
#, python-format #, python-format
msgid "Record was successfully deleted." msgid "Record was successfully deleted."
msgid_plural "%(count)s records were successfully deleted." msgid_plural "%(count)s records were successfully deleted."
msgstr[0] "Tietueen poistaminen onnistui." msgstr[0] "Tietueen poistaminen onnistui."
msgstr[1] "%(count)s tietueet on poistettu." msgstr[1] "%(count)s tietueet on poistettu."
#: ../flask_admin/contrib/mongoengine/view.py:646 #: ../flask_admin/contrib/mongoengine/view.py:654
#: ../flask_admin/contrib/peewee/view.py:456 #: ../flask_admin/contrib/peewee/view.py:481
#: ../flask_admin/contrib/pymongo/view.py:368 #: ../flask_admin/contrib/pymongo/view.py:375
#: ../flask_admin/contrib/sqla/view.py:1086 #: ../flask_admin/contrib/sqla/view.py:1100
#, python-format #, python-format
msgid "Failed to delete records. %(error)s" msgid "Failed to delete records. %(error)s"
msgstr "Tietueen poistaminen epäonnistui. %(error)s" msgstr "Tietueen poistaminen epäonnistui. %(error)s"
...@@ -354,7 +354,7 @@ msgid_plural "At least %d items are required" ...@@ -354,7 +354,7 @@ msgid_plural "At least %d items are required"
msgstr[0] "Ainakin %d nimike tarvitaan" msgstr[0] "Ainakin %d nimike tarvitaan"
msgstr[1] "Ainakin %d ovat" msgstr[1] "Ainakin %d ovat"
#: ../flask_admin/contrib/sqla/view.py:969 #: ../flask_admin/contrib/sqla/view.py:983
#, python-format #, python-format
msgid "Integrity error. %(message)s" msgid "Integrity error. %(message)s"
msgstr "Virhe eheydessä. %(message)s" msgstr "Virhe eheydessä. %(message)s"
...@@ -516,15 +516,11 @@ msgid "Create" ...@@ -516,15 +516,11 @@ msgid "Create"
msgstr "Luo" msgstr "Luo"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap3/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113 msgid "Details"
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8 msgstr "Details"
msgid "View Record"
msgstr "Näytä tietue"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:29 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:29
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8 #: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8
...@@ -533,11 +529,6 @@ msgstr "Näytä tietue" ...@@ -533,11 +529,6 @@ msgstr "Näytä tietue"
msgid "Filter" msgid "Filter"
msgstr "Suodata" msgstr "Suodata"
#: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
msgid "Details"
msgstr "Details"
#: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13 #: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13
#: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14 #: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14
msgid "Delete?" msgid "Delete?"
...@@ -595,6 +586,15 @@ msgstr "Lajittele %(name)s" ...@@ -595,6 +586,15 @@ msgstr "Lajittele %(name)s"
msgid "Select record" msgid "Select record"
msgstr "Valitse tietue" msgstr "Valitse tietue"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8
msgid "View Record"
msgstr "Näytä tietue"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:120
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:122 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:122
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap3/admin/model/list.html:120
......
...@@ -2,8 +2,8 @@ msgid "" ...@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: flask-admin\n" "Project-Id-Version: flask-admin\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-08-17 20:17-0500\n" "POT-Creation-Date: 2015-08-23 20:22-0500\n"
"PO-Revision-Date: 2015-08-17 21:19-0400\n" "PO-Revision-Date: 2015-09-04 20:43-0400\n"
"Last-Translator: mrjoes <serge.koval@gmail.com>\n" "Last-Translator: mrjoes <serge.koval@gmail.com>\n"
"Language-Team: French\n" "Language-Team: French\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s." ...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s."
msgstr "Impossible de modifier %(name)s." msgstr "Impossible de modifier %(name)s."
#: ../flask_admin/contrib/fileadmin.py:902 #: ../flask_admin/contrib/fileadmin.py:902
#: ../flask_admin/contrib/mongoengine/view.py:630 #: ../flask_admin/contrib/mongoengine/view.py:638
#: ../flask_admin/contrib/peewee/view.py:432 #: ../flask_admin/contrib/peewee/view.py:457
#: ../flask_admin/contrib/pymongo/view.py:352 #: ../flask_admin/contrib/pymongo/view.py:359
#: ../flask_admin/contrib/sqla/view.py:1061 #: ../flask_admin/contrib/sqla/view.py:1075
msgid "Delete" msgid "Delete"
msgstr "Supprimer" msgstr "Supprimer"
...@@ -281,57 +281,57 @@ msgstr "pas dans la liste" ...@@ -281,57 +281,57 @@ msgstr "pas dans la liste"
msgid "not between" msgid "not between"
msgstr "pas entre" msgstr "pas entre"
#: ../flask_admin/contrib/mongoengine/view.py:520 #: ../flask_admin/contrib/mongoengine/view.py:528
#, python-format #, python-format
msgid "Failed to get model. %(error)s" msgid "Failed to get model. %(error)s"
msgstr "Impossible d'obtenir le modèle. %(error)s" msgstr "Impossible d'obtenir le modèle. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:539 #: ../flask_admin/contrib/mongoengine/view.py:547
#: ../flask_admin/contrib/peewee/view.py:380 #: ../flask_admin/contrib/peewee/view.py:405
#: ../flask_admin/contrib/pymongo/view.py:284 #: ../flask_admin/contrib/pymongo/view.py:291
#: ../flask_admin/contrib/sqla/view.py:990 #: ../flask_admin/contrib/sqla/view.py:1004
#, python-format #, python-format
msgid "Failed to create record. %(error)s" msgid "Failed to create record. %(error)s"
msgstr "Échec dans la création de l'objet. %(error)s" msgstr "Échec dans la création de l'objet. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:565 #: ../flask_admin/contrib/mongoengine/view.py:573
#: ../flask_admin/contrib/peewee/view.py:399 #: ../flask_admin/contrib/peewee/view.py:424
#: ../flask_admin/contrib/pymongo/view.py:309 #: ../flask_admin/contrib/pymongo/view.py:316
#: ../flask_admin/contrib/sqla/view.py:1016 ../flask_admin/model/base.py:1864 #: ../flask_admin/contrib/sqla/view.py:1030 ../flask_admin/model/base.py:1864
#: ../flask_admin/model/base.py:1873 #: ../flask_admin/model/base.py:1873
#, python-format #, python-format
msgid "Failed to update record. %(error)s" msgid "Failed to update record. %(error)s"
msgstr "Échec dans la mise à jour de l'objet. %(error)s" msgstr "Échec dans la mise à jour de l'objet. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:588 #: ../flask_admin/contrib/mongoengine/view.py:596
#: ../flask_admin/contrib/peewee/view.py:414 #: ../flask_admin/contrib/peewee/view.py:439
#: ../flask_admin/contrib/pymongo/view.py:334 #: ../flask_admin/contrib/pymongo/view.py:341
#: ../flask_admin/contrib/sqla/view.py:1041 #: ../flask_admin/contrib/sqla/view.py:1055
#, python-format #, python-format
msgid "Failed to delete record. %(error)s" msgid "Failed to delete record. %(error)s"
msgstr "Échec dans la suppression de l'objet: %(error)s" msgstr "Échec dans la suppression de l'objet: %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:631 #: ../flask_admin/contrib/mongoengine/view.py:639
#: ../flask_admin/contrib/peewee/view.py:433 #: ../flask_admin/contrib/peewee/view.py:458
#: ../flask_admin/contrib/pymongo/view.py:353 #: ../flask_admin/contrib/pymongo/view.py:360
#: ../flask_admin/contrib/sqla/view.py:1062 #: ../flask_admin/contrib/sqla/view.py:1076
msgid "Are you sure you want to delete selected records?" msgid "Are you sure you want to delete selected records?"
msgstr "Êtes-vous bien sûr de vouloir supprimer ces objets?" msgstr "Êtes-vous bien sûr de vouloir supprimer ces objets?"
#: ../flask_admin/contrib/mongoengine/view.py:640 #: ../flask_admin/contrib/mongoengine/view.py:648
#: ../flask_admin/contrib/peewee/view.py:450 #: ../flask_admin/contrib/peewee/view.py:475
#: ../flask_admin/contrib/pymongo/view.py:363 #: ../flask_admin/contrib/pymongo/view.py:370
#: ../flask_admin/contrib/sqla/view.py:1078 ../flask_admin/model/base.py:1812 #: ../flask_admin/contrib/sqla/view.py:1092 ../flask_admin/model/base.py:1812
#, python-format #, python-format
msgid "Record was successfully deleted." msgid "Record was successfully deleted."
msgid_plural "%(count)s records were successfully deleted." msgid_plural "%(count)s records were successfully deleted."
msgstr[0] "L'objet a bien été détruit." msgstr[0] "L'objet a bien été détruit."
msgstr[1] "Les %(count)s objets ont bien été détruits." msgstr[1] "Les %(count)s objets ont bien été détruits."
#: ../flask_admin/contrib/mongoengine/view.py:646 #: ../flask_admin/contrib/mongoengine/view.py:654
#: ../flask_admin/contrib/peewee/view.py:456 #: ../flask_admin/contrib/peewee/view.py:481
#: ../flask_admin/contrib/pymongo/view.py:368 #: ../flask_admin/contrib/pymongo/view.py:375
#: ../flask_admin/contrib/sqla/view.py:1086 #: ../flask_admin/contrib/sqla/view.py:1100
#, python-format #, python-format
msgid "Failed to delete records. %(error)s" msgid "Failed to delete records. %(error)s"
msgstr "Échec dans la suppression des objets: %(error)s" msgstr "Échec dans la suppression des objets: %(error)s"
...@@ -354,7 +354,7 @@ msgid_plural "At least %d items are required" ...@@ -354,7 +354,7 @@ msgid_plural "At least %d items are required"
msgstr[0] "Au moins %d poste est déclaré" msgstr[0] "Au moins %d poste est déclaré"
msgstr[1] "Au moins %d poste est déclaré" msgstr[1] "Au moins %d poste est déclaré"
#: ../flask_admin/contrib/sqla/view.py:969 #: ../flask_admin/contrib/sqla/view.py:983
#, python-format #, python-format
msgid "Integrity error. %(message)s" msgid "Integrity error. %(message)s"
msgstr "Erreur d'intégrité. %(message)s" msgstr "Erreur d'intégrité. %(message)s"
...@@ -516,15 +516,11 @@ msgid "Create" ...@@ -516,15 +516,11 @@ msgid "Create"
msgstr "Créer" msgstr "Créer"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap3/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113 msgid "Details"
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8 msgstr "Details"
msgid "View Record"
msgstr "Afficher L'enregistrement"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:29 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:29
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8 #: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8
...@@ -533,11 +529,6 @@ msgstr "Afficher L'enregistrement" ...@@ -533,11 +529,6 @@ msgstr "Afficher L'enregistrement"
msgid "Filter" msgid "Filter"
msgstr "Filtre" msgstr "Filtre"
#: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
msgid "Details"
msgstr "Details"
#: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13 #: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13
#: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14 #: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14
msgid "Delete?" msgid "Delete?"
...@@ -595,6 +586,15 @@ msgstr "Trier par %(name)s" ...@@ -595,6 +586,15 @@ msgstr "Trier par %(name)s"
msgid "Select record" msgid "Select record"
msgstr "Sélectionner l'enregistrement" msgstr "Sélectionner l'enregistrement"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8
msgid "View Record"
msgstr "Afficher L'enregistrement"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:120
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:122 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:122
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap3/admin/model/list.html:120
......
...@@ -2,8 +2,8 @@ msgid "" ...@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: flask-admin\n" "Project-Id-Version: flask-admin\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-08-17 20:17-0500\n" "POT-Creation-Date: 2015-08-23 20:22-0500\n"
"PO-Revision-Date: 2015-08-17 21:19-0400\n" "PO-Revision-Date: 2015-09-04 20:43-0400\n"
"Last-Translator: mrjoes <serge.koval@gmail.com>\n" "Last-Translator: mrjoes <serge.koval@gmail.com>\n"
"Language-Team: Hebrew\n" "Language-Team: Hebrew\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s." ...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s."
msgstr "לא ניתן לערוך %(name)s." msgstr "לא ניתן לערוך %(name)s."
#: ../flask_admin/contrib/fileadmin.py:902 #: ../flask_admin/contrib/fileadmin.py:902
#: ../flask_admin/contrib/mongoengine/view.py:630 #: ../flask_admin/contrib/mongoengine/view.py:638
#: ../flask_admin/contrib/peewee/view.py:432 #: ../flask_admin/contrib/peewee/view.py:457
#: ../flask_admin/contrib/pymongo/view.py:352 #: ../flask_admin/contrib/pymongo/view.py:359
#: ../flask_admin/contrib/sqla/view.py:1061 #: ../flask_admin/contrib/sqla/view.py:1075
msgid "Delete" msgid "Delete"
msgstr "מחק" msgstr "מחק"
...@@ -281,57 +281,57 @@ msgstr "לא ברשימה" ...@@ -281,57 +281,57 @@ msgstr "לא ברשימה"
msgid "not between" msgid "not between"
msgstr "לא בין" msgstr "לא בין"
#: ../flask_admin/contrib/mongoengine/view.py:520 #: ../flask_admin/contrib/mongoengine/view.py:528
#, python-format #, python-format
msgid "Failed to get model. %(error)s" msgid "Failed to get model. %(error)s"
msgstr "מודל נכשלה. %(error)s" msgstr "מודל נכשלה. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:539 #: ../flask_admin/contrib/mongoengine/view.py:547
#: ../flask_admin/contrib/peewee/view.py:380 #: ../flask_admin/contrib/peewee/view.py:405
#: ../flask_admin/contrib/pymongo/view.py:284 #: ../flask_admin/contrib/pymongo/view.py:291
#: ../flask_admin/contrib/sqla/view.py:990 #: ../flask_admin/contrib/sqla/view.py:1004
#, python-format #, python-format
msgid "Failed to create record. %(error)s" msgid "Failed to create record. %(error)s"
msgstr "יצירת רשומה נכשלה. %(error)s" msgstr "יצירת רשומה נכשלה. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:565 #: ../flask_admin/contrib/mongoengine/view.py:573
#: ../flask_admin/contrib/peewee/view.py:399 #: ../flask_admin/contrib/peewee/view.py:424
#: ../flask_admin/contrib/pymongo/view.py:309 #: ../flask_admin/contrib/pymongo/view.py:316
#: ../flask_admin/contrib/sqla/view.py:1016 ../flask_admin/model/base.py:1864 #: ../flask_admin/contrib/sqla/view.py:1030 ../flask_admin/model/base.py:1864
#: ../flask_admin/model/base.py:1873 #: ../flask_admin/model/base.py:1873
#, python-format #, python-format
msgid "Failed to update record. %(error)s" msgid "Failed to update record. %(error)s"
msgstr "יצירת רשומה נכשלה. %(error)s" msgstr "יצירת רשומה נכשלה. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:588 #: ../flask_admin/contrib/mongoengine/view.py:596
#: ../flask_admin/contrib/peewee/view.py:414 #: ../flask_admin/contrib/peewee/view.py:439
#: ../flask_admin/contrib/pymongo/view.py:334 #: ../flask_admin/contrib/pymongo/view.py:341
#: ../flask_admin/contrib/sqla/view.py:1041 #: ../flask_admin/contrib/sqla/view.py:1055
#, python-format #, python-format
msgid "Failed to delete record. %(error)s" msgid "Failed to delete record. %(error)s"
msgstr "לא ניתן למחוק רשומה. %(error)s" msgstr "לא ניתן למחוק רשומה. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:631 #: ../flask_admin/contrib/mongoengine/view.py:639
#: ../flask_admin/contrib/peewee/view.py:433 #: ../flask_admin/contrib/peewee/view.py:458
#: ../flask_admin/contrib/pymongo/view.py:353 #: ../flask_admin/contrib/pymongo/view.py:360
#: ../flask_admin/contrib/sqla/view.py:1062 #: ../flask_admin/contrib/sqla/view.py:1076
msgid "Are you sure you want to delete selected records?" msgid "Are you sure you want to delete selected records?"
msgstr "האם אתה בטוח שברצונך למחוק את הרשומות שנבחרו?" msgstr "האם אתה בטוח שברצונך למחוק את הרשומות שנבחרו?"
#: ../flask_admin/contrib/mongoengine/view.py:640 #: ../flask_admin/contrib/mongoengine/view.py:648
#: ../flask_admin/contrib/peewee/view.py:450 #: ../flask_admin/contrib/peewee/view.py:475
#: ../flask_admin/contrib/pymongo/view.py:363 #: ../flask_admin/contrib/pymongo/view.py:370
#: ../flask_admin/contrib/sqla/view.py:1078 ../flask_admin/model/base.py:1812 #: ../flask_admin/contrib/sqla/view.py:1092 ../flask_admin/model/base.py:1812
#, python-format #, python-format
msgid "Record was successfully deleted." msgid "Record was successfully deleted."
msgid_plural "%(count)s records were successfully deleted." msgid_plural "%(count)s records were successfully deleted."
msgstr[0] "שיא נמחק בהצלחה." msgstr[0] "שיא נמחק בהצלחה."
msgstr[1] "%(count)s רשומות נמחקו בהצלחה." msgstr[1] "%(count)s רשומות נמחקו בהצלחה."
#: ../flask_admin/contrib/mongoengine/view.py:646 #: ../flask_admin/contrib/mongoengine/view.py:654
#: ../flask_admin/contrib/peewee/view.py:456 #: ../flask_admin/contrib/peewee/view.py:481
#: ../flask_admin/contrib/pymongo/view.py:368 #: ../flask_admin/contrib/pymongo/view.py:375
#: ../flask_admin/contrib/sqla/view.py:1086 #: ../flask_admin/contrib/sqla/view.py:1100
#, python-format #, python-format
msgid "Failed to delete records. %(error)s" msgid "Failed to delete records. %(error)s"
msgstr "לא ניתן למחוק רשומה. %(error)s" msgstr "לא ניתן למחוק רשומה. %(error)s"
...@@ -354,7 +354,7 @@ msgid_plural "At least %d items are required" ...@@ -354,7 +354,7 @@ msgid_plural "At least %d items are required"
msgstr[0] "לפחות %d פריט נדרש" msgstr[0] "לפחות %d פריט נדרש"
msgstr[1] "לפחות %d פריטים נדרשים" msgstr[1] "לפחות %d פריטים נדרשים"
#: ../flask_admin/contrib/sqla/view.py:969 #: ../flask_admin/contrib/sqla/view.py:983
#, python-format #, python-format
msgid "Integrity error. %(message)s" msgid "Integrity error. %(message)s"
msgstr "שגיאה שלמות. %(message)s" msgstr "שגיאה שלמות. %(message)s"
...@@ -516,15 +516,11 @@ msgid "Create" ...@@ -516,15 +516,11 @@ msgid "Create"
msgstr "צור" msgstr "צור"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap3/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113 msgid "Details"
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8 msgstr "Details"
msgid "View Record"
msgstr "רשומת התצוגה"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:29 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:29
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8 #: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8
...@@ -533,11 +529,6 @@ msgstr "רשומת התצוגה" ...@@ -533,11 +529,6 @@ msgstr "רשומת התצוגה"
msgid "Filter" msgid "Filter"
msgstr "מסנן" msgstr "מסנן"
#: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
msgid "Details"
msgstr "Details"
#: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13 #: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13
#: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14 #: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14
msgid "Delete?" msgid "Delete?"
...@@ -595,6 +586,15 @@ msgstr "מיין לפי %(name)s" ...@@ -595,6 +586,15 @@ msgstr "מיין לפי %(name)s"
msgid "Select record" msgid "Select record"
msgstr "בחר רשומה" msgstr "בחר רשומה"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8
msgid "View Record"
msgstr "רשומת התצוגה"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:120
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:122 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:122
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap3/admin/model/list.html:120
......
...@@ -2,8 +2,8 @@ msgid "" ...@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: flask-admin\n" "Project-Id-Version: flask-admin\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-08-17 20:17-0500\n" "POT-Creation-Date: 2015-08-23 20:22-0500\n"
"PO-Revision-Date: 2015-08-17 21:19-0400\n" "PO-Revision-Date: 2015-09-04 20:43-0400\n"
"Last-Translator: mrjoes <serge.koval@gmail.com>\n" "Last-Translator: mrjoes <serge.koval@gmail.com>\n"
"Language-Team: Hungarian\n" "Language-Team: Hungarian\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s." ...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s."
msgstr "Nem lehet szerkeszteni a %(name)s." msgstr "Nem lehet szerkeszteni a %(name)s."
#: ../flask_admin/contrib/fileadmin.py:902 #: ../flask_admin/contrib/fileadmin.py:902
#: ../flask_admin/contrib/mongoengine/view.py:630 #: ../flask_admin/contrib/mongoengine/view.py:638
#: ../flask_admin/contrib/peewee/view.py:432 #: ../flask_admin/contrib/peewee/view.py:457
#: ../flask_admin/contrib/pymongo/view.py:352 #: ../flask_admin/contrib/pymongo/view.py:359
#: ../flask_admin/contrib/sqla/view.py:1061 #: ../flask_admin/contrib/sqla/view.py:1075
msgid "Delete" msgid "Delete"
msgstr "Törlése" msgstr "Törlése"
...@@ -281,57 +281,57 @@ msgstr "listán nem szereplő" ...@@ -281,57 +281,57 @@ msgstr "listán nem szereplő"
msgid "not between" msgid "not between"
msgstr "nem között" msgstr "nem között"
#: ../flask_admin/contrib/mongoengine/view.py:520 #: ../flask_admin/contrib/mongoengine/view.py:528
#, python-format #, python-format
msgid "Failed to get model. %(error)s" msgid "Failed to get model. %(error)s"
msgstr "Nem sikerült lekérni a modell. %(error)s" msgstr "Nem sikerült lekérni a modell. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:539 #: ../flask_admin/contrib/mongoengine/view.py:547
#: ../flask_admin/contrib/peewee/view.py:380 #: ../flask_admin/contrib/peewee/view.py:405
#: ../flask_admin/contrib/pymongo/view.py:284 #: ../flask_admin/contrib/pymongo/view.py:291
#: ../flask_admin/contrib/sqla/view.py:990 #: ../flask_admin/contrib/sqla/view.py:1004
#, python-format #, python-format
msgid "Failed to create record. %(error)s" msgid "Failed to create record. %(error)s"
msgstr "Nem sikerült létrehozni a rekord. %(error)s" msgstr "Nem sikerült létrehozni a rekord. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:565 #: ../flask_admin/contrib/mongoengine/view.py:573
#: ../flask_admin/contrib/peewee/view.py:399 #: ../flask_admin/contrib/peewee/view.py:424
#: ../flask_admin/contrib/pymongo/view.py:309 #: ../flask_admin/contrib/pymongo/view.py:316
#: ../flask_admin/contrib/sqla/view.py:1016 ../flask_admin/model/base.py:1864 #: ../flask_admin/contrib/sqla/view.py:1030 ../flask_admin/model/base.py:1864
#: ../flask_admin/model/base.py:1873 #: ../flask_admin/model/base.py:1873
#, python-format #, python-format
msgid "Failed to update record. %(error)s" msgid "Failed to update record. %(error)s"
msgstr "Nem sikerült létrehozni a rekord. %(error)s" msgstr "Nem sikerült létrehozni a rekord. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:588 #: ../flask_admin/contrib/mongoengine/view.py:596
#: ../flask_admin/contrib/peewee/view.py:414 #: ../flask_admin/contrib/peewee/view.py:439
#: ../flask_admin/contrib/pymongo/view.py:334 #: ../flask_admin/contrib/pymongo/view.py:341
#: ../flask_admin/contrib/sqla/view.py:1041 #: ../flask_admin/contrib/sqla/view.py:1055
#, python-format #, python-format
msgid "Failed to delete record. %(error)s" msgid "Failed to delete record. %(error)s"
msgstr "Nem sikerült törölni a rekordot. %(error)s" msgstr "Nem sikerült törölni a rekordot. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:631 #: ../flask_admin/contrib/mongoengine/view.py:639
#: ../flask_admin/contrib/peewee/view.py:433 #: ../flask_admin/contrib/peewee/view.py:458
#: ../flask_admin/contrib/pymongo/view.py:353 #: ../flask_admin/contrib/pymongo/view.py:360
#: ../flask_admin/contrib/sqla/view.py:1062 #: ../flask_admin/contrib/sqla/view.py:1076
msgid "Are you sure you want to delete selected records?" msgid "Are you sure you want to delete selected records?"
msgstr "Biztosan törli a kijelölt rekordokat?" msgstr "Biztosan törli a kijelölt rekordokat?"
#: ../flask_admin/contrib/mongoengine/view.py:640 #: ../flask_admin/contrib/mongoengine/view.py:648
#: ../flask_admin/contrib/peewee/view.py:450 #: ../flask_admin/contrib/peewee/view.py:475
#: ../flask_admin/contrib/pymongo/view.py:363 #: ../flask_admin/contrib/pymongo/view.py:370
#: ../flask_admin/contrib/sqla/view.py:1078 ../flask_admin/model/base.py:1812 #: ../flask_admin/contrib/sqla/view.py:1092 ../flask_admin/model/base.py:1812
#, python-format #, python-format
msgid "Record was successfully deleted." msgid "Record was successfully deleted."
msgid_plural "%(count)s records were successfully deleted." msgid_plural "%(count)s records were successfully deleted."
msgstr[0] "Rekord törlésének sikerességét." msgstr[0] "Rekord törlésének sikerességét."
msgstr[1] "%(count)s rekordok törlése sikeres volt." msgstr[1] "%(count)s rekordok törlése sikeres volt."
#: ../flask_admin/contrib/mongoengine/view.py:646 #: ../flask_admin/contrib/mongoengine/view.py:654
#: ../flask_admin/contrib/peewee/view.py:456 #: ../flask_admin/contrib/peewee/view.py:481
#: ../flask_admin/contrib/pymongo/view.py:368 #: ../flask_admin/contrib/pymongo/view.py:375
#: ../flask_admin/contrib/sqla/view.py:1086 #: ../flask_admin/contrib/sqla/view.py:1100
#, python-format #, python-format
msgid "Failed to delete records. %(error)s" msgid "Failed to delete records. %(error)s"
msgstr "Nem sikerült törölni a rekordot. %(error)s" msgstr "Nem sikerült törölni a rekordot. %(error)s"
...@@ -354,7 +354,7 @@ msgid_plural "At least %d items are required" ...@@ -354,7 +354,7 @@ msgid_plural "At least %d items are required"
msgstr[0] "Legalább %d tétel szükség" msgstr[0] "Legalább %d tétel szükség"
msgstr[1] "Legalább %d elemek szükségesek" msgstr[1] "Legalább %d elemek szükségesek"
#: ../flask_admin/contrib/sqla/view.py:969 #: ../flask_admin/contrib/sqla/view.py:983
#, python-format #, python-format
msgid "Integrity error. %(message)s" msgid "Integrity error. %(message)s"
msgstr "Integritási hiba. %(message)s" msgstr "Integritási hiba. %(message)s"
...@@ -516,15 +516,11 @@ msgid "Create" ...@@ -516,15 +516,11 @@ msgid "Create"
msgstr "Létrehozása" msgstr "Létrehozása"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap3/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113 msgid "Details"
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8 msgstr "Details"
msgid "View Record"
msgstr "Bejegyzések"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:29 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:29
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8 #: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8
...@@ -533,11 +529,6 @@ msgstr "Bejegyzések" ...@@ -533,11 +529,6 @@ msgstr "Bejegyzések"
msgid "Filter" msgid "Filter"
msgstr "Szűrő" msgstr "Szűrő"
#: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
msgid "Details"
msgstr "Details"
#: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13 #: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13
#: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14 #: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14
msgid "Delete?" msgid "Delete?"
...@@ -595,6 +586,15 @@ msgstr "%(name)s rendezés" ...@@ -595,6 +586,15 @@ msgstr "%(name)s rendezés"
msgid "Select record" msgid "Select record"
msgstr "Rekord kijelölése" msgstr "Rekord kijelölése"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8
msgid "View Record"
msgstr "Bejegyzések"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:120
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:122 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:122
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap3/admin/model/list.html:120
......
...@@ -2,8 +2,8 @@ msgid "" ...@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: flask-admin\n" "Project-Id-Version: flask-admin\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-08-17 20:17-0500\n" "POT-Creation-Date: 2015-08-23 20:22-0500\n"
"PO-Revision-Date: 2015-08-17 21:19-0400\n" "PO-Revision-Date: 2015-09-04 20:43-0400\n"
"Last-Translator: mrjoes <serge.koval@gmail.com>\n" "Last-Translator: mrjoes <serge.koval@gmail.com>\n"
"Language-Team: Italian\n" "Language-Team: Italian\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s." ...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s."
msgstr "Non è possibile modificare %(name)s." msgstr "Non è possibile modificare %(name)s."
#: ../flask_admin/contrib/fileadmin.py:902 #: ../flask_admin/contrib/fileadmin.py:902
#: ../flask_admin/contrib/mongoengine/view.py:630 #: ../flask_admin/contrib/mongoengine/view.py:638
#: ../flask_admin/contrib/peewee/view.py:432 #: ../flask_admin/contrib/peewee/view.py:457
#: ../flask_admin/contrib/pymongo/view.py:352 #: ../flask_admin/contrib/pymongo/view.py:359
#: ../flask_admin/contrib/sqla/view.py:1061 #: ../flask_admin/contrib/sqla/view.py:1075
msgid "Delete" msgid "Delete"
msgstr "Elimina" msgstr "Elimina"
...@@ -281,57 +281,57 @@ msgstr "non in elenco" ...@@ -281,57 +281,57 @@ msgstr "non in elenco"
msgid "not between" msgid "not between"
msgstr "non tra" msgstr "non tra"
#: ../flask_admin/contrib/mongoengine/view.py:520 #: ../flask_admin/contrib/mongoengine/view.py:528
#, python-format #, python-format
msgid "Failed to get model. %(error)s" msgid "Failed to get model. %(error)s"
msgstr "Impossibile ottenere il modello. %(error)s" msgstr "Impossibile ottenere il modello. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:539 #: ../flask_admin/contrib/mongoengine/view.py:547
#: ../flask_admin/contrib/peewee/view.py:380 #: ../flask_admin/contrib/peewee/view.py:405
#: ../flask_admin/contrib/pymongo/view.py:284 #: ../flask_admin/contrib/pymongo/view.py:291
#: ../flask_admin/contrib/sqla/view.py:990 #: ../flask_admin/contrib/sqla/view.py:1004
#, python-format #, python-format
msgid "Failed to create record. %(error)s" msgid "Failed to create record. %(error)s"
msgstr "Impossibile creare il record. %(error)s" msgstr "Impossibile creare il record. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:565 #: ../flask_admin/contrib/mongoengine/view.py:573
#: ../flask_admin/contrib/peewee/view.py:399 #: ../flask_admin/contrib/peewee/view.py:424
#: ../flask_admin/contrib/pymongo/view.py:309 #: ../flask_admin/contrib/pymongo/view.py:316
#: ../flask_admin/contrib/sqla/view.py:1016 ../flask_admin/model/base.py:1864 #: ../flask_admin/contrib/sqla/view.py:1030 ../flask_admin/model/base.py:1864
#: ../flask_admin/model/base.py:1873 #: ../flask_admin/model/base.py:1873
#, python-format #, python-format
msgid "Failed to update record. %(error)s" msgid "Failed to update record. %(error)s"
msgstr "Impossibile aggiornare il record. %(error)s" msgstr "Impossibile aggiornare il record. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:588 #: ../flask_admin/contrib/mongoengine/view.py:596
#: ../flask_admin/contrib/peewee/view.py:414 #: ../flask_admin/contrib/peewee/view.py:439
#: ../flask_admin/contrib/pymongo/view.py:334 #: ../flask_admin/contrib/pymongo/view.py:341
#: ../flask_admin/contrib/sqla/view.py:1041 #: ../flask_admin/contrib/sqla/view.py:1055
#, python-format #, python-format
msgid "Failed to delete record. %(error)s" msgid "Failed to delete record. %(error)s"
msgstr "Impossibile eliminare il record: %(error)s" msgstr "Impossibile eliminare il record: %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:631 #: ../flask_admin/contrib/mongoengine/view.py:639
#: ../flask_admin/contrib/peewee/view.py:433 #: ../flask_admin/contrib/peewee/view.py:458
#: ../flask_admin/contrib/pymongo/view.py:353 #: ../flask_admin/contrib/pymongo/view.py:360
#: ../flask_admin/contrib/sqla/view.py:1062 #: ../flask_admin/contrib/sqla/view.py:1076
msgid "Are you sure you want to delete selected records?" msgid "Are you sure you want to delete selected records?"
msgstr "Sei sicuro di voler eliminare i record selezionati?" msgstr "Sei sicuro di voler eliminare i record selezionati?"
#: ../flask_admin/contrib/mongoengine/view.py:640 #: ../flask_admin/contrib/mongoengine/view.py:648
#: ../flask_admin/contrib/peewee/view.py:450 #: ../flask_admin/contrib/peewee/view.py:475
#: ../flask_admin/contrib/pymongo/view.py:363 #: ../flask_admin/contrib/pymongo/view.py:370
#: ../flask_admin/contrib/sqla/view.py:1078 ../flask_admin/model/base.py:1812 #: ../flask_admin/contrib/sqla/view.py:1092 ../flask_admin/model/base.py:1812
#, python-format #, python-format
msgid "Record was successfully deleted." msgid "Record was successfully deleted."
msgid_plural "%(count)s records were successfully deleted." msgid_plural "%(count)s records were successfully deleted."
msgstr[0] "Il record é stato eliminato con successo." msgstr[0] "Il record é stato eliminato con successo."
msgstr[1] "%(count)s records eliminati con successo." msgstr[1] "%(count)s records eliminati con successo."
#: ../flask_admin/contrib/mongoengine/view.py:646 #: ../flask_admin/contrib/mongoengine/view.py:654
#: ../flask_admin/contrib/peewee/view.py:456 #: ../flask_admin/contrib/peewee/view.py:481
#: ../flask_admin/contrib/pymongo/view.py:368 #: ../flask_admin/contrib/pymongo/view.py:375
#: ../flask_admin/contrib/sqla/view.py:1086 #: ../flask_admin/contrib/sqla/view.py:1100
#, python-format #, python-format
msgid "Failed to delete records. %(error)s" msgid "Failed to delete records. %(error)s"
msgstr "Impossibile eliminare le righe: %(error)s" msgstr "Impossibile eliminare le righe: %(error)s"
...@@ -354,7 +354,7 @@ msgid_plural "At least %d items are required" ...@@ -354,7 +354,7 @@ msgid_plural "At least %d items are required"
msgstr[0] "È richiesto almeno l'elemento %d" msgstr[0] "È richiesto almeno l'elemento %d"
msgstr[1] "Almeno gli elementi %d sono obbligatori" msgstr[1] "Almeno gli elementi %d sono obbligatori"
#: ../flask_admin/contrib/sqla/view.py:969 #: ../flask_admin/contrib/sqla/view.py:983
#, python-format #, python-format
msgid "Integrity error. %(message)s" msgid "Integrity error. %(message)s"
msgstr "Errore di integrità. %(message)s" msgstr "Errore di integrità. %(message)s"
...@@ -516,15 +516,11 @@ msgid "Create" ...@@ -516,15 +516,11 @@ msgid "Create"
msgstr "Crea" msgstr "Crea"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap3/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113 msgid "Details"
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8 msgstr "Details"
msgid "View Record"
msgstr "Visualizza riga"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:29 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:29
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8 #: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8
...@@ -533,11 +529,6 @@ msgstr "Visualizza riga" ...@@ -533,11 +529,6 @@ msgstr "Visualizza riga"
msgid "Filter" msgid "Filter"
msgstr "Filtra" msgstr "Filtra"
#: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
msgid "Details"
msgstr "Details"
#: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13 #: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13
#: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14 #: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14
msgid "Delete?" msgid "Delete?"
...@@ -595,6 +586,15 @@ msgstr "Ordina per %(name)s" ...@@ -595,6 +586,15 @@ msgstr "Ordina per %(name)s"
msgid "Select record" msgid "Select record"
msgstr "Seleziona riga" msgstr "Seleziona riga"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8
msgid "View Record"
msgstr "Visualizza riga"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:120
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:122 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:122
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap3/admin/model/list.html:120
......
...@@ -2,8 +2,8 @@ msgid "" ...@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: flask-admin\n" "Project-Id-Version: flask-admin\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-08-17 20:17-0500\n" "POT-Creation-Date: 2015-08-23 20:22-0500\n"
"PO-Revision-Date: 2015-08-17 21:19-0400\n" "PO-Revision-Date: 2015-09-04 20:43-0400\n"
"Last-Translator: mrjoes <serge.koval@gmail.com>\n" "Last-Translator: mrjoes <serge.koval@gmail.com>\n"
"Language-Team: Japanese\n" "Language-Team: Japanese\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s." ...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s."
msgstr "%(name)s を編集できません。" msgstr "%(name)s を編集できません。"
#: ../flask_admin/contrib/fileadmin.py:902 #: ../flask_admin/contrib/fileadmin.py:902
#: ../flask_admin/contrib/mongoengine/view.py:630 #: ../flask_admin/contrib/mongoengine/view.py:638
#: ../flask_admin/contrib/peewee/view.py:432 #: ../flask_admin/contrib/peewee/view.py:457
#: ../flask_admin/contrib/pymongo/view.py:352 #: ../flask_admin/contrib/pymongo/view.py:359
#: ../flask_admin/contrib/sqla/view.py:1061 #: ../flask_admin/contrib/sqla/view.py:1075
msgid "Delete" msgid "Delete"
msgstr "削除" msgstr "削除"
...@@ -281,56 +281,56 @@ msgstr "一覧にはないです。" ...@@ -281,56 +281,56 @@ msgstr "一覧にはないです。"
msgid "not between" msgid "not between"
msgstr "間ではなく" msgstr "間ではなく"
#: ../flask_admin/contrib/mongoengine/view.py:520 #: ../flask_admin/contrib/mongoengine/view.py:528
#, python-format #, python-format
msgid "Failed to get model. %(error)s" msgid "Failed to get model. %(error)s"
msgstr "モデルを取得できませんでした。%(error)s" msgstr "モデルを取得できませんでした。%(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:539 #: ../flask_admin/contrib/mongoengine/view.py:547
#: ../flask_admin/contrib/peewee/view.py:380 #: ../flask_admin/contrib/peewee/view.py:405
#: ../flask_admin/contrib/pymongo/view.py:284 #: ../flask_admin/contrib/pymongo/view.py:291
#: ../flask_admin/contrib/sqla/view.py:990 #: ../flask_admin/contrib/sqla/view.py:1004
#, python-format #, python-format
msgid "Failed to create record. %(error)s" msgid "Failed to create record. %(error)s"
msgstr "レコードの作成に失敗しました。%(error)s" msgstr "レコードの作成に失敗しました。%(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:565 #: ../flask_admin/contrib/mongoengine/view.py:573
#: ../flask_admin/contrib/peewee/view.py:399 #: ../flask_admin/contrib/peewee/view.py:424
#: ../flask_admin/contrib/pymongo/view.py:309 #: ../flask_admin/contrib/pymongo/view.py:316
#: ../flask_admin/contrib/sqla/view.py:1016 ../flask_admin/model/base.py:1864 #: ../flask_admin/contrib/sqla/view.py:1030 ../flask_admin/model/base.py:1864
#: ../flask_admin/model/base.py:1873 #: ../flask_admin/model/base.py:1873
#, python-format #, python-format
msgid "Failed to update record. %(error)s" msgid "Failed to update record. %(error)s"
msgstr "レコードの作成に失敗しました。%(error)s" msgstr "レコードの作成に失敗しました。%(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:588 #: ../flask_admin/contrib/mongoengine/view.py:596
#: ../flask_admin/contrib/peewee/view.py:414 #: ../flask_admin/contrib/peewee/view.py:439
#: ../flask_admin/contrib/pymongo/view.py:334 #: ../flask_admin/contrib/pymongo/view.py:341
#: ../flask_admin/contrib/sqla/view.py:1041 #: ../flask_admin/contrib/sqla/view.py:1055
#, python-format #, python-format
msgid "Failed to delete record. %(error)s" msgid "Failed to delete record. %(error)s"
msgstr "レコードを削除に失敗しました。%(error)s" msgstr "レコードを削除に失敗しました。%(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:631 #: ../flask_admin/contrib/mongoengine/view.py:639
#: ../flask_admin/contrib/peewee/view.py:433 #: ../flask_admin/contrib/peewee/view.py:458
#: ../flask_admin/contrib/pymongo/view.py:353 #: ../flask_admin/contrib/pymongo/view.py:360
#: ../flask_admin/contrib/sqla/view.py:1062 #: ../flask_admin/contrib/sqla/view.py:1076
msgid "Are you sure you want to delete selected records?" msgid "Are you sure you want to delete selected records?"
msgstr "選択したレコードを削除してもよろしいですか。" msgstr "選択したレコードを削除してもよろしいですか。"
#: ../flask_admin/contrib/mongoengine/view.py:640 #: ../flask_admin/contrib/mongoengine/view.py:648
#: ../flask_admin/contrib/peewee/view.py:450 #: ../flask_admin/contrib/peewee/view.py:475
#: ../flask_admin/contrib/pymongo/view.py:363 #: ../flask_admin/contrib/pymongo/view.py:370
#: ../flask_admin/contrib/sqla/view.py:1078 ../flask_admin/model/base.py:1812 #: ../flask_admin/contrib/sqla/view.py:1092 ../flask_admin/model/base.py:1812
#, python-format #, python-format
msgid "Record was successfully deleted." msgid "Record was successfully deleted."
msgid_plural "%(count)s records were successfully deleted." msgid_plural "%(count)s records were successfully deleted."
msgstr[0] "%(count)s レコードが正常に削除されました。" msgstr[0] "%(count)s レコードが正常に削除されました。"
#: ../flask_admin/contrib/mongoengine/view.py:646 #: ../flask_admin/contrib/mongoengine/view.py:654
#: ../flask_admin/contrib/peewee/view.py:456 #: ../flask_admin/contrib/peewee/view.py:481
#: ../flask_admin/contrib/pymongo/view.py:368 #: ../flask_admin/contrib/pymongo/view.py:375
#: ../flask_admin/contrib/sqla/view.py:1086 #: ../flask_admin/contrib/sqla/view.py:1100
#, python-format #, python-format
msgid "Failed to delete records. %(error)s" msgid "Failed to delete records. %(error)s"
msgstr "レコードを削除に失敗しました。%(error)s" msgstr "レコードを削除に失敗しました。%(error)s"
...@@ -352,7 +352,7 @@ msgid "At least %d item is required" ...@@ -352,7 +352,7 @@ msgid "At least %d item is required"
msgid_plural "At least %d items are required" msgid_plural "At least %d items are required"
msgstr[0] "少なくとも %d の項目が必要です" msgstr[0] "少なくとも %d の項目が必要です"
#: ../flask_admin/contrib/sqla/view.py:969 #: ../flask_admin/contrib/sqla/view.py:983
#, python-format #, python-format
msgid "Integrity error. %(message)s" msgid "Integrity error. %(message)s"
msgstr "整合性エラーが発生します。%(message)s" msgstr "整合性エラーが発生します。%(message)s"
...@@ -480,14 +480,14 @@ msgstr "%(name)s の名前を変更します。" ...@@ -480,14 +480,14 @@ msgstr "%(name)s の名前を変更します。"
#: ../flask_admin/templates/bootstrap3/admin/model/create.html:5 #: ../flask_admin/templates/bootstrap3/admin/model/create.html:5
#: ../flask_admin/templates/bootstrap3/admin/model/edit.html:5 #: ../flask_admin/templates/bootstrap3/admin/model/edit.html:5
msgid "Save and Add Another" msgid "Save and Add Another"
msgstr "Save and Add Another" msgstr "保存して次を追加"
#: ../flask_admin/templates/bootstrap2/admin/model/create.html:6 #: ../flask_admin/templates/bootstrap2/admin/model/create.html:6
#: ../flask_admin/templates/bootstrap2/admin/model/edit.html:6 #: ../flask_admin/templates/bootstrap2/admin/model/edit.html:6
#: ../flask_admin/templates/bootstrap3/admin/model/create.html:6 #: ../flask_admin/templates/bootstrap3/admin/model/create.html:6
#: ../flask_admin/templates/bootstrap3/admin/model/edit.html:6 #: ../flask_admin/templates/bootstrap3/admin/model/edit.html:6
msgid "Save and Continue Editing" msgid "Save and Continue Editing"
msgstr "Save and Continue Editing" msgstr "保存して編集を続ける"
#: ../flask_admin/templates/bootstrap2/admin/model/create.html:18 #: ../flask_admin/templates/bootstrap2/admin/model/create.html:18
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:8 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:8
...@@ -514,15 +514,11 @@ msgid "Create" ...@@ -514,15 +514,11 @@ msgid "Create"
msgstr "作成します。" msgstr "作成します。"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap3/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113 msgid "Details"
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8 msgstr "詳細"
msgid "View Record"
msgstr "ビュー レコード"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:29 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:29
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8 #: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8
...@@ -531,11 +527,6 @@ msgstr "ビュー レコード" ...@@ -531,11 +527,6 @@ msgstr "ビュー レコード"
msgid "Filter" msgid "Filter"
msgstr "移動»" msgstr "移動»"
#: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
msgid "Details"
msgstr "Details"
#: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13 #: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13
#: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14 #: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14
msgid "Delete?" msgid "Delete?"
...@@ -593,6 +584,15 @@ msgstr "%(name)s による並べ替え" ...@@ -593,6 +584,15 @@ msgstr "%(name)s による並べ替え"
msgid "Select record" msgid "Select record"
msgstr "レコードの選択" msgstr "レコードの選択"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8
msgid "View Record"
msgstr "ビュー レコード"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:120
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:122 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:122
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap3/admin/model/list.html:120
......
...@@ -2,8 +2,8 @@ msgid "" ...@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: flask-admin\n" "Project-Id-Version: flask-admin\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-08-17 20:17-0500\n" "POT-Creation-Date: 2015-08-23 20:22-0500\n"
"PO-Revision-Date: 2015-08-17 21:19-0400\n" "PO-Revision-Date: 2015-09-04 20:43-0400\n"
"Last-Translator: mrjoes <serge.koval@gmail.com>\n" "Last-Translator: mrjoes <serge.koval@gmail.com>\n"
"Language-Team: Korean\n" "Language-Team: Korean\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s." ...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s."
msgstr "%(name)s을 편집할 수 없습니다." msgstr "%(name)s을 편집할 수 없습니다."
#: ../flask_admin/contrib/fileadmin.py:902 #: ../flask_admin/contrib/fileadmin.py:902
#: ../flask_admin/contrib/mongoengine/view.py:630 #: ../flask_admin/contrib/mongoengine/view.py:638
#: ../flask_admin/contrib/peewee/view.py:432 #: ../flask_admin/contrib/peewee/view.py:457
#: ../flask_admin/contrib/pymongo/view.py:352 #: ../flask_admin/contrib/pymongo/view.py:359
#: ../flask_admin/contrib/sqla/view.py:1061 #: ../flask_admin/contrib/sqla/view.py:1075
msgid "Delete" msgid "Delete"
msgstr "삭제" msgstr "삭제"
...@@ -281,56 +281,56 @@ msgstr "목록에 없는" ...@@ -281,56 +281,56 @@ msgstr "목록에 없는"
msgid "not between" msgid "not between"
msgstr "사이에 존재하지않는" msgstr "사이에 존재하지않는"
#: ../flask_admin/contrib/mongoengine/view.py:520 #: ../flask_admin/contrib/mongoengine/view.py:528
#, python-format #, python-format
msgid "Failed to get model. %(error)s" msgid "Failed to get model. %(error)s"
msgstr "모델을 가져오는 데 실패. %(error)s" msgstr "모델을 가져오는 데 실패. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:539 #: ../flask_admin/contrib/mongoengine/view.py:547
#: ../flask_admin/contrib/peewee/view.py:380 #: ../flask_admin/contrib/peewee/view.py:405
#: ../flask_admin/contrib/pymongo/view.py:284 #: ../flask_admin/contrib/pymongo/view.py:291
#: ../flask_admin/contrib/sqla/view.py:990 #: ../flask_admin/contrib/sqla/view.py:1004
#, python-format #, python-format
msgid "Failed to create record. %(error)s" msgid "Failed to create record. %(error)s"
msgstr "레코드를 만들지 못했습니다. %(error)s" msgstr "레코드를 만들지 못했습니다. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:565 #: ../flask_admin/contrib/mongoengine/view.py:573
#: ../flask_admin/contrib/peewee/view.py:399 #: ../flask_admin/contrib/peewee/view.py:424
#: ../flask_admin/contrib/pymongo/view.py:309 #: ../flask_admin/contrib/pymongo/view.py:316
#: ../flask_admin/contrib/sqla/view.py:1016 ../flask_admin/model/base.py:1864 #: ../flask_admin/contrib/sqla/view.py:1030 ../flask_admin/model/base.py:1864
#: ../flask_admin/model/base.py:1873 #: ../flask_admin/model/base.py:1873
#, python-format #, python-format
msgid "Failed to update record. %(error)s" msgid "Failed to update record. %(error)s"
msgstr "레코드를 만들지 못했습니다. %(error)s" msgstr "레코드를 만들지 못했습니다. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:588 #: ../flask_admin/contrib/mongoengine/view.py:596
#: ../flask_admin/contrib/peewee/view.py:414 #: ../flask_admin/contrib/peewee/view.py:439
#: ../flask_admin/contrib/pymongo/view.py:334 #: ../flask_admin/contrib/pymongo/view.py:341
#: ../flask_admin/contrib/sqla/view.py:1041 #: ../flask_admin/contrib/sqla/view.py:1055
#, python-format #, python-format
msgid "Failed to delete record. %(error)s" msgid "Failed to delete record. %(error)s"
msgstr "레코드를 삭제 하지 못했습니다. %(error)s" msgstr "레코드를 삭제 하지 못했습니다. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:631 #: ../flask_admin/contrib/mongoengine/view.py:639
#: ../flask_admin/contrib/peewee/view.py:433 #: ../flask_admin/contrib/peewee/view.py:458
#: ../flask_admin/contrib/pymongo/view.py:353 #: ../flask_admin/contrib/pymongo/view.py:360
#: ../flask_admin/contrib/sqla/view.py:1062 #: ../flask_admin/contrib/sqla/view.py:1076
msgid "Are you sure you want to delete selected records?" msgid "Are you sure you want to delete selected records?"
msgstr "당신은 선택한 레코드를 삭제 하 시겠습니까?" msgstr "당신은 선택한 레코드를 삭제 하 시겠습니까?"
#: ../flask_admin/contrib/mongoengine/view.py:640 #: ../flask_admin/contrib/mongoengine/view.py:648
#: ../flask_admin/contrib/peewee/view.py:450 #: ../flask_admin/contrib/peewee/view.py:475
#: ../flask_admin/contrib/pymongo/view.py:363 #: ../flask_admin/contrib/pymongo/view.py:370
#: ../flask_admin/contrib/sqla/view.py:1078 ../flask_admin/model/base.py:1812 #: ../flask_admin/contrib/sqla/view.py:1092 ../flask_admin/model/base.py:1812
#, python-format #, python-format
msgid "Record was successfully deleted." msgid "Record was successfully deleted."
msgid_plural "%(count)s records were successfully deleted." msgid_plural "%(count)s records were successfully deleted."
msgstr[0] "%(count)s 레코드 성공적으로 삭제 되었습니다." msgstr[0] "%(count)s 레코드 성공적으로 삭제 되었습니다."
#: ../flask_admin/contrib/mongoengine/view.py:646 #: ../flask_admin/contrib/mongoengine/view.py:654
#: ../flask_admin/contrib/peewee/view.py:456 #: ../flask_admin/contrib/peewee/view.py:481
#: ../flask_admin/contrib/pymongo/view.py:368 #: ../flask_admin/contrib/pymongo/view.py:375
#: ../flask_admin/contrib/sqla/view.py:1086 #: ../flask_admin/contrib/sqla/view.py:1100
#, python-format #, python-format
msgid "Failed to delete records. %(error)s" msgid "Failed to delete records. %(error)s"
msgstr "레코드를 삭제 하지 못했습니다. %(error)s" msgstr "레코드를 삭제 하지 못했습니다. %(error)s"
...@@ -352,7 +352,7 @@ msgid "At least %d item is required" ...@@ -352,7 +352,7 @@ msgid "At least %d item is required"
msgid_plural "At least %d items are required" msgid_plural "At least %d items are required"
msgstr[0] "적어도 %d 항목은 필요" msgstr[0] "적어도 %d 항목은 필요"
#: ../flask_admin/contrib/sqla/view.py:969 #: ../flask_admin/contrib/sqla/view.py:983
#, python-format #, python-format
msgid "Integrity error. %(message)s" msgid "Integrity error. %(message)s"
msgstr "무결성 오류입니다. %(message)s" msgstr "무결성 오류입니다. %(message)s"
...@@ -514,15 +514,11 @@ msgid "Create" ...@@ -514,15 +514,11 @@ msgid "Create"
msgstr "만들기" msgstr "만들기"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap3/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113 msgid "Details"
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8 msgstr "Details"
msgid "View Record"
msgstr "보기 기록"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:29 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:29
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8 #: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8
...@@ -531,11 +527,6 @@ msgstr "보기 기록" ...@@ -531,11 +527,6 @@ msgstr "보기 기록"
msgid "Filter" msgid "Filter"
msgstr "필터" msgstr "필터"
#: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
msgid "Details"
msgstr "Details"
#: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13 #: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13
#: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14 #: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14
msgid "Delete?" msgid "Delete?"
...@@ -593,6 +584,15 @@ msgstr "%(name)s 정렬" ...@@ -593,6 +584,15 @@ msgstr "%(name)s 정렬"
msgid "Select record" msgid "Select record"
msgstr "레코드 선택" msgstr "레코드 선택"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8
msgid "View Record"
msgstr "보기 기록"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:120
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:122 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:122
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap3/admin/model/list.html:120
......
...@@ -2,8 +2,8 @@ msgid "" ...@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: flask-admin\n" "Project-Id-Version: flask-admin\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-08-17 20:17-0500\n" "POT-Creation-Date: 2015-08-23 20:22-0500\n"
"PO-Revision-Date: 2015-08-17 21:19-0400\n" "PO-Revision-Date: 2015-09-04 20:43-0400\n"
"Last-Translator: mrjoes <serge.koval@gmail.com>\n" "Last-Translator: mrjoes <serge.koval@gmail.com>\n"
"Language-Team: Dutch\n" "Language-Team: Dutch\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s." ...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s."
msgstr "%(name)s bewerken niet." msgstr "%(name)s bewerken niet."
#: ../flask_admin/contrib/fileadmin.py:902 #: ../flask_admin/contrib/fileadmin.py:902
#: ../flask_admin/contrib/mongoengine/view.py:630 #: ../flask_admin/contrib/mongoengine/view.py:638
#: ../flask_admin/contrib/peewee/view.py:432 #: ../flask_admin/contrib/peewee/view.py:457
#: ../flask_admin/contrib/pymongo/view.py:352 #: ../flask_admin/contrib/pymongo/view.py:359
#: ../flask_admin/contrib/sqla/view.py:1061 #: ../flask_admin/contrib/sqla/view.py:1075
msgid "Delete" msgid "Delete"
msgstr "Verwijderen" msgstr "Verwijderen"
...@@ -281,57 +281,57 @@ msgstr "niet in lijst" ...@@ -281,57 +281,57 @@ msgstr "niet in lijst"
msgid "not between" msgid "not between"
msgstr "niet tussen" msgstr "niet tussen"
#: ../flask_admin/contrib/mongoengine/view.py:520 #: ../flask_admin/contrib/mongoengine/view.py:528
#, python-format #, python-format
msgid "Failed to get model. %(error)s" msgid "Failed to get model. %(error)s"
msgstr "Fout bij het ophalen van model. %(error)s" msgstr "Fout bij het ophalen van model. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:539 #: ../flask_admin/contrib/mongoengine/view.py:547
#: ../flask_admin/contrib/peewee/view.py:380 #: ../flask_admin/contrib/peewee/view.py:405
#: ../flask_admin/contrib/pymongo/view.py:284 #: ../flask_admin/contrib/pymongo/view.py:291
#: ../flask_admin/contrib/sqla/view.py:990 #: ../flask_admin/contrib/sqla/view.py:1004
#, python-format #, python-format
msgid "Failed to create record. %(error)s" msgid "Failed to create record. %(error)s"
msgstr "Is mislukt om record te maken. %(error)s" msgstr "Is mislukt om record te maken. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:565 #: ../flask_admin/contrib/mongoengine/view.py:573
#: ../flask_admin/contrib/peewee/view.py:399 #: ../flask_admin/contrib/peewee/view.py:424
#: ../flask_admin/contrib/pymongo/view.py:309 #: ../flask_admin/contrib/pymongo/view.py:316
#: ../flask_admin/contrib/sqla/view.py:1016 ../flask_admin/model/base.py:1864 #: ../flask_admin/contrib/sqla/view.py:1030 ../flask_admin/model/base.py:1864
#: ../flask_admin/model/base.py:1873 #: ../flask_admin/model/base.py:1873
#, python-format #, python-format
msgid "Failed to update record. %(error)s" msgid "Failed to update record. %(error)s"
msgstr "Is mislukt om record te maken. %(error)s" msgstr "Is mislukt om record te maken. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:588 #: ../flask_admin/contrib/mongoengine/view.py:596
#: ../flask_admin/contrib/peewee/view.py:414 #: ../flask_admin/contrib/peewee/view.py:439
#: ../flask_admin/contrib/pymongo/view.py:334 #: ../flask_admin/contrib/pymongo/view.py:341
#: ../flask_admin/contrib/sqla/view.py:1041 #: ../flask_admin/contrib/sqla/view.py:1055
#, python-format #, python-format
msgid "Failed to delete record. %(error)s" msgid "Failed to delete record. %(error)s"
msgstr "Fout bij het verwijderen van de record. %(error)s" msgstr "Fout bij het verwijderen van de record. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:631 #: ../flask_admin/contrib/mongoengine/view.py:639
#: ../flask_admin/contrib/peewee/view.py:433 #: ../flask_admin/contrib/peewee/view.py:458
#: ../flask_admin/contrib/pymongo/view.py:353 #: ../flask_admin/contrib/pymongo/view.py:360
#: ../flask_admin/contrib/sqla/view.py:1062 #: ../flask_admin/contrib/sqla/view.py:1076
msgid "Are you sure you want to delete selected records?" msgid "Are you sure you want to delete selected records?"
msgstr "Weet u zeker dat u wilt verwijderen van geselecteerde records?" msgstr "Weet u zeker dat u wilt verwijderen van geselecteerde records?"
#: ../flask_admin/contrib/mongoengine/view.py:640 #: ../flask_admin/contrib/mongoengine/view.py:648
#: ../flask_admin/contrib/peewee/view.py:450 #: ../flask_admin/contrib/peewee/view.py:475
#: ../flask_admin/contrib/pymongo/view.py:363 #: ../flask_admin/contrib/pymongo/view.py:370
#: ../flask_admin/contrib/sqla/view.py:1078 ../flask_admin/model/base.py:1812 #: ../flask_admin/contrib/sqla/view.py:1092 ../flask_admin/model/base.py:1812
#, python-format #, python-format
msgid "Record was successfully deleted." msgid "Record was successfully deleted."
msgid_plural "%(count)s records were successfully deleted." msgid_plural "%(count)s records were successfully deleted."
msgstr[0] "Record is met succes verwijderd." msgstr[0] "Record is met succes verwijderd."
msgstr[1] "%(count)s records zijn met succes verwijderd." msgstr[1] "%(count)s records zijn met succes verwijderd."
#: ../flask_admin/contrib/mongoengine/view.py:646 #: ../flask_admin/contrib/mongoengine/view.py:654
#: ../flask_admin/contrib/peewee/view.py:456 #: ../flask_admin/contrib/peewee/view.py:481
#: ../flask_admin/contrib/pymongo/view.py:368 #: ../flask_admin/contrib/pymongo/view.py:375
#: ../flask_admin/contrib/sqla/view.py:1086 #: ../flask_admin/contrib/sqla/view.py:1100
#, python-format #, python-format
msgid "Failed to delete records. %(error)s" msgid "Failed to delete records. %(error)s"
msgstr "Fout bij het verwijderen van de record. %(error)s" msgstr "Fout bij het verwijderen van de record. %(error)s"
...@@ -354,7 +354,7 @@ msgid_plural "At least %d items are required" ...@@ -354,7 +354,7 @@ msgid_plural "At least %d items are required"
msgstr[0] "Ten minste %d item is vereist" msgstr[0] "Ten minste %d item is vereist"
msgstr[1] "Ten minste %d items zijn verplicht" msgstr[1] "Ten minste %d items zijn verplicht"
#: ../flask_admin/contrib/sqla/view.py:969 #: ../flask_admin/contrib/sqla/view.py:983
#, python-format #, python-format
msgid "Integrity error. %(message)s" msgid "Integrity error. %(message)s"
msgstr "Integriteit fout. %(message)s" msgstr "Integriteit fout. %(message)s"
...@@ -516,15 +516,11 @@ msgid "Create" ...@@ -516,15 +516,11 @@ msgid "Create"
msgstr "Maken" msgstr "Maken"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap3/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113 msgid "Details"
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8 msgstr "Details"
msgid "View Record"
msgstr "Weergave Record"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:29 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:29
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8 #: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8
...@@ -533,11 +529,6 @@ msgstr "Weergave Record" ...@@ -533,11 +529,6 @@ msgstr "Weergave Record"
msgid "Filter" msgid "Filter"
msgstr "Filter" msgstr "Filter"
#: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
msgid "Details"
msgstr "Details"
#: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13 #: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13
#: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14 #: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14
msgid "Delete?" msgid "Delete?"
...@@ -595,6 +586,15 @@ msgstr "Sorteren op %(name)s" ...@@ -595,6 +586,15 @@ msgstr "Sorteren op %(name)s"
msgid "Select record" msgid "Select record"
msgstr "Record selecteren" msgstr "Record selecteren"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8
msgid "View Record"
msgstr "Weergave Record"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:120
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:122 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:122
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap3/admin/model/list.html:120
......
...@@ -2,8 +2,8 @@ msgid "" ...@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: flask-admin\n" "Project-Id-Version: flask-admin\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-08-17 20:17-0500\n" "POT-Creation-Date: 2015-08-23 20:22-0500\n"
"PO-Revision-Date: 2015-08-17 21:19-0400\n" "PO-Revision-Date: 2015-09-04 20:43-0400\n"
"Last-Translator: mrjoes <serge.koval@gmail.com>\n" "Last-Translator: mrjoes <serge.koval@gmail.com>\n"
"Language-Team: Norwegian\n" "Language-Team: Norwegian\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s." ...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s."
msgstr "Kan ikke redigere %(name)s." msgstr "Kan ikke redigere %(name)s."
#: ../flask_admin/contrib/fileadmin.py:902 #: ../flask_admin/contrib/fileadmin.py:902
#: ../flask_admin/contrib/mongoengine/view.py:630 #: ../flask_admin/contrib/mongoengine/view.py:638
#: ../flask_admin/contrib/peewee/view.py:432 #: ../flask_admin/contrib/peewee/view.py:457
#: ../flask_admin/contrib/pymongo/view.py:352 #: ../flask_admin/contrib/pymongo/view.py:359
#: ../flask_admin/contrib/sqla/view.py:1061 #: ../flask_admin/contrib/sqla/view.py:1075
msgid "Delete" msgid "Delete"
msgstr "Slett" msgstr "Slett"
...@@ -281,57 +281,57 @@ msgstr "ikke i listen" ...@@ -281,57 +281,57 @@ msgstr "ikke i listen"
msgid "not between" msgid "not between"
msgstr "ikke mellom" msgstr "ikke mellom"
#: ../flask_admin/contrib/mongoengine/view.py:520 #: ../flask_admin/contrib/mongoengine/view.py:528
#, python-format #, python-format
msgid "Failed to get model. %(error)s" msgid "Failed to get model. %(error)s"
msgstr "Kan ikke hente modell. %(error)s" msgstr "Kan ikke hente modell. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:539 #: ../flask_admin/contrib/mongoengine/view.py:547
#: ../flask_admin/contrib/peewee/view.py:380 #: ../flask_admin/contrib/peewee/view.py:405
#: ../flask_admin/contrib/pymongo/view.py:284 #: ../flask_admin/contrib/pymongo/view.py:291
#: ../flask_admin/contrib/sqla/view.py:990 #: ../flask_admin/contrib/sqla/view.py:1004
#, python-format #, python-format
msgid "Failed to create record. %(error)s" msgid "Failed to create record. %(error)s"
msgstr "Kan ikke opprette posten. %(error)s" msgstr "Kan ikke opprette posten. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:565 #: ../flask_admin/contrib/mongoengine/view.py:573
#: ../flask_admin/contrib/peewee/view.py:399 #: ../flask_admin/contrib/peewee/view.py:424
#: ../flask_admin/contrib/pymongo/view.py:309 #: ../flask_admin/contrib/pymongo/view.py:316
#: ../flask_admin/contrib/sqla/view.py:1016 ../flask_admin/model/base.py:1864 #: ../flask_admin/contrib/sqla/view.py:1030 ../flask_admin/model/base.py:1864
#: ../flask_admin/model/base.py:1873 #: ../flask_admin/model/base.py:1873
#, python-format #, python-format
msgid "Failed to update record. %(error)s" msgid "Failed to update record. %(error)s"
msgstr "Kan ikke opprette posten. %(error)s" msgstr "Kan ikke opprette posten. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:588 #: ../flask_admin/contrib/mongoengine/view.py:596
#: ../flask_admin/contrib/peewee/view.py:414 #: ../flask_admin/contrib/peewee/view.py:439
#: ../flask_admin/contrib/pymongo/view.py:334 #: ../flask_admin/contrib/pymongo/view.py:341
#: ../flask_admin/contrib/sqla/view.py:1041 #: ../flask_admin/contrib/sqla/view.py:1055
#, python-format #, python-format
msgid "Failed to delete record. %(error)s" msgid "Failed to delete record. %(error)s"
msgstr "Kan ikke slette posten. %(error)s" msgstr "Kan ikke slette posten. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:631 #: ../flask_admin/contrib/mongoengine/view.py:639
#: ../flask_admin/contrib/peewee/view.py:433 #: ../flask_admin/contrib/peewee/view.py:458
#: ../flask_admin/contrib/pymongo/view.py:353 #: ../flask_admin/contrib/pymongo/view.py:360
#: ../flask_admin/contrib/sqla/view.py:1062 #: ../flask_admin/contrib/sqla/view.py:1076
msgid "Are you sure you want to delete selected records?" msgid "Are you sure you want to delete selected records?"
msgstr "Er du sikker på at du vil slette valgte oppføringer?" msgstr "Er du sikker på at du vil slette valgte oppføringer?"
#: ../flask_admin/contrib/mongoengine/view.py:640 #: ../flask_admin/contrib/mongoengine/view.py:648
#: ../flask_admin/contrib/peewee/view.py:450 #: ../flask_admin/contrib/peewee/view.py:475
#: ../flask_admin/contrib/pymongo/view.py:363 #: ../flask_admin/contrib/pymongo/view.py:370
#: ../flask_admin/contrib/sqla/view.py:1078 ../flask_admin/model/base.py:1812 #: ../flask_admin/contrib/sqla/view.py:1092 ../flask_admin/model/base.py:1812
#, python-format #, python-format
msgid "Record was successfully deleted." msgid "Record was successfully deleted."
msgid_plural "%(count)s records were successfully deleted." msgid_plural "%(count)s records were successfully deleted."
msgstr[0] "Posten ble slettet." msgstr[0] "Posten ble slettet."
msgstr[1] "%(count)s poster ble slettet." msgstr[1] "%(count)s poster ble slettet."
#: ../flask_admin/contrib/mongoengine/view.py:646 #: ../flask_admin/contrib/mongoengine/view.py:654
#: ../flask_admin/contrib/peewee/view.py:456 #: ../flask_admin/contrib/peewee/view.py:481
#: ../flask_admin/contrib/pymongo/view.py:368 #: ../flask_admin/contrib/pymongo/view.py:375
#: ../flask_admin/contrib/sqla/view.py:1086 #: ../flask_admin/contrib/sqla/view.py:1100
#, python-format #, python-format
msgid "Failed to delete records. %(error)s" msgid "Failed to delete records. %(error)s"
msgstr "Kan ikke slette posten(e). %(error)s" msgstr "Kan ikke slette posten(e). %(error)s"
...@@ -354,7 +354,7 @@ msgid_plural "At least %d items are required" ...@@ -354,7 +354,7 @@ msgid_plural "At least %d items are required"
msgstr[0] "Minst %d element er nødvendig" msgstr[0] "Minst %d element er nødvendig"
msgstr[1] "Minst %d elementer er nødvendig" msgstr[1] "Minst %d elementer er nødvendig"
#: ../flask_admin/contrib/sqla/view.py:969 #: ../flask_admin/contrib/sqla/view.py:983
#, python-format #, python-format
msgid "Integrity error. %(message)s" msgid "Integrity error. %(message)s"
msgstr "Integritets feil. %(message)s" msgstr "Integritets feil. %(message)s"
...@@ -516,15 +516,11 @@ msgid "Create" ...@@ -516,15 +516,11 @@ msgid "Create"
msgstr "Opprett" msgstr "Opprett"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap3/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113 msgid "Details"
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8 msgstr "Details"
msgid "View Record"
msgstr "Vis posten"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:29 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:29
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8 #: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8
...@@ -533,11 +529,6 @@ msgstr "Vis posten" ...@@ -533,11 +529,6 @@ msgstr "Vis posten"
msgid "Filter" msgid "Filter"
msgstr "Filter" msgstr "Filter"
#: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
msgid "Details"
msgstr "Details"
#: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13 #: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13
#: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14 #: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14
msgid "Delete?" msgid "Delete?"
...@@ -595,6 +586,15 @@ msgstr "Sorter etter %(name)s" ...@@ -595,6 +586,15 @@ msgstr "Sorter etter %(name)s"
msgid "Select record" msgid "Select record"
msgstr "Velg post" msgstr "Velg post"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8
msgid "View Record"
msgstr "Vis posten"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:120
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:122 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:122
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap3/admin/model/list.html:120
......
...@@ -2,8 +2,8 @@ msgid "" ...@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: flask-admin\n" "Project-Id-Version: flask-admin\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-08-17 20:17-0500\n" "POT-Creation-Date: 2015-08-23 20:22-0500\n"
"PO-Revision-Date: 2015-08-17 21:19-0400\n" "PO-Revision-Date: 2015-09-04 20:43-0400\n"
"Last-Translator: mrjoes <serge.koval@gmail.com>\n" "Last-Translator: mrjoes <serge.koval@gmail.com>\n"
"Language-Team: Punjabi\n" "Language-Team: Punjabi\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s." ...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s."
msgstr "%(name)s ਨਹੀਂ ਬਦਲਿਆ ਜਾ ਸਕਦਾ |" msgstr "%(name)s ਨਹੀਂ ਬਦਲਿਆ ਜਾ ਸਕਦਾ |"
#: ../flask_admin/contrib/fileadmin.py:902 #: ../flask_admin/contrib/fileadmin.py:902
#: ../flask_admin/contrib/mongoengine/view.py:630 #: ../flask_admin/contrib/mongoengine/view.py:638
#: ../flask_admin/contrib/peewee/view.py:432 #: ../flask_admin/contrib/peewee/view.py:457
#: ../flask_admin/contrib/pymongo/view.py:352 #: ../flask_admin/contrib/pymongo/view.py:359
#: ../flask_admin/contrib/sqla/view.py:1061 #: ../flask_admin/contrib/sqla/view.py:1075
msgid "Delete" msgid "Delete"
msgstr "ਮਿਟਾਓ" msgstr "ਮਿਟਾਓ"
...@@ -281,57 +281,57 @@ msgstr "ਸੂਚੀ ਵਿੱਚ ਨਹੀਂ ਹੈ " ...@@ -281,57 +281,57 @@ msgstr "ਸੂਚੀ ਵਿੱਚ ਨਹੀਂ ਹੈ "
msgid "not between" msgid "not between"
msgstr "ਵਿਚਾਲੇ ਨਹੀਂ ਹੈ " msgstr "ਵਿਚਾਲੇ ਨਹੀਂ ਹੈ "
#: ../flask_admin/contrib/mongoengine/view.py:520 #: ../flask_admin/contrib/mongoengine/view.py:528
#, python-format #, python-format
msgid "Failed to get model. %(error)s" msgid "Failed to get model. %(error)s"
msgstr "ਮੌਡਲ ਕੱਢਣ ਵਿੱਚ ਨਾਕਾਮਯਾਬੀ | %(error)s" msgstr "ਮੌਡਲ ਕੱਢਣ ਵਿੱਚ ਨਾਕਾਮਯਾਬੀ | %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:539 #: ../flask_admin/contrib/mongoengine/view.py:547
#: ../flask_admin/contrib/peewee/view.py:380 #: ../flask_admin/contrib/peewee/view.py:405
#: ../flask_admin/contrib/pymongo/view.py:284 #: ../flask_admin/contrib/pymongo/view.py:291
#: ../flask_admin/contrib/sqla/view.py:990 #: ../flask_admin/contrib/sqla/view.py:1004
#, python-format #, python-format
msgid "Failed to create record. %(error)s" msgid "Failed to create record. %(error)s"
msgstr "ਰਿਕਾਰਡ ਬਨਾਉਣ ਵਿੱਚ ਨਾਕਾਮਯਾਬੀ | %(error)s" msgstr "ਰਿਕਾਰਡ ਬਨਾਉਣ ਵਿੱਚ ਨਾਕਾਮਯਾਬੀ | %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:565 #: ../flask_admin/contrib/mongoengine/view.py:573
#: ../flask_admin/contrib/peewee/view.py:399 #: ../flask_admin/contrib/peewee/view.py:424
#: ../flask_admin/contrib/pymongo/view.py:309 #: ../flask_admin/contrib/pymongo/view.py:316
#: ../flask_admin/contrib/sqla/view.py:1016 ../flask_admin/model/base.py:1864 #: ../flask_admin/contrib/sqla/view.py:1030 ../flask_admin/model/base.py:1864
#: ../flask_admin/model/base.py:1873 #: ../flask_admin/model/base.py:1873
#, python-format #, python-format
msgid "Failed to update record. %(error)s" msgid "Failed to update record. %(error)s"
msgstr "ਰਿਕਾਰਡ ਬਦਲਣ ਵਿੱਚ ਨਾਕਾਮਯਾਬੀ | %(error)s" msgstr "ਰਿਕਾਰਡ ਬਦਲਣ ਵਿੱਚ ਨਾਕਾਮਯਾਬੀ | %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:588 #: ../flask_admin/contrib/mongoengine/view.py:596
#: ../flask_admin/contrib/peewee/view.py:414 #: ../flask_admin/contrib/peewee/view.py:439
#: ../flask_admin/contrib/pymongo/view.py:334 #: ../flask_admin/contrib/pymongo/view.py:341
#: ../flask_admin/contrib/sqla/view.py:1041 #: ../flask_admin/contrib/sqla/view.py:1055
#, python-format #, python-format
msgid "Failed to delete record. %(error)s" msgid "Failed to delete record. %(error)s"
msgstr "ਰਿਕਾਰਡ ਮਿਟਾਉਣ ਵਿੱਚ ਨਾਕਾਮਯਾਬੀ | %(error)s" msgstr "ਰਿਕਾਰਡ ਮਿਟਾਉਣ ਵਿੱਚ ਨਾਕਾਮਯਾਬੀ | %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:631 #: ../flask_admin/contrib/mongoengine/view.py:639
#: ../flask_admin/contrib/peewee/view.py:433 #: ../flask_admin/contrib/peewee/view.py:458
#: ../flask_admin/contrib/pymongo/view.py:353 #: ../flask_admin/contrib/pymongo/view.py:360
#: ../flask_admin/contrib/sqla/view.py:1062 #: ../flask_admin/contrib/sqla/view.py:1076
msgid "Are you sure you want to delete selected records?" msgid "Are you sure you want to delete selected records?"
msgstr "ਕੀ ਤੁਹਾਨੂੰ ਯਕੀਨ ਹੈ ਕਿ ਤੁਸੀਂ ਚੁਣੇ ਹੋਏ ਰਿਕਾਰਡ ਮਿਟਾਉਣਾ ਚਾਹੁੰਦੇ ਹੋ?" msgstr "ਕੀ ਤੁਹਾਨੂੰ ਯਕੀਨ ਹੈ ਕਿ ਤੁਸੀਂ ਚੁਣੇ ਹੋਏ ਰਿਕਾਰਡ ਮਿਟਾਉਣਾ ਚਾਹੁੰਦੇ ਹੋ?"
#: ../flask_admin/contrib/mongoengine/view.py:640 #: ../flask_admin/contrib/mongoengine/view.py:648
#: ../flask_admin/contrib/peewee/view.py:450 #: ../flask_admin/contrib/peewee/view.py:475
#: ../flask_admin/contrib/pymongo/view.py:363 #: ../flask_admin/contrib/pymongo/view.py:370
#: ../flask_admin/contrib/sqla/view.py:1078 ../flask_admin/model/base.py:1812 #: ../flask_admin/contrib/sqla/view.py:1092 ../flask_admin/model/base.py:1812
#, python-format #, python-format
msgid "Record was successfully deleted." msgid "Record was successfully deleted."
msgid_plural "%(count)s records were successfully deleted." msgid_plural "%(count)s records were successfully deleted."
msgstr[0] "ਰਿਕਾਰਡ ਕਾਮਯਾਬੀ ਨਾਲ ਮਿਟਾਇਆ ਗਿਆ |" msgstr[0] "ਰਿਕਾਰਡ ਕਾਮਯਾਬੀ ਨਾਲ ਮਿਟਾਇਆ ਗਿਆ |"
msgstr[1] "%(count)s ਰਿਕਾਰਡ ਕਾਮਯਾਬੀ ਨਾਲ ਮਿਟਾਏ ਗਏ |" msgstr[1] "%(count)s ਰਿਕਾਰਡ ਕਾਮਯਾਬੀ ਨਾਲ ਮਿਟਾਏ ਗਏ |"
#: ../flask_admin/contrib/mongoengine/view.py:646 #: ../flask_admin/contrib/mongoengine/view.py:654
#: ../flask_admin/contrib/peewee/view.py:456 #: ../flask_admin/contrib/peewee/view.py:481
#: ../flask_admin/contrib/pymongo/view.py:368 #: ../flask_admin/contrib/pymongo/view.py:375
#: ../flask_admin/contrib/sqla/view.py:1086 #: ../flask_admin/contrib/sqla/view.py:1100
#, python-format #, python-format
msgid "Failed to delete records. %(error)s" msgid "Failed to delete records. %(error)s"
msgstr "ਰਿਕਾਰਡ ਮਿਟਾਉਣ ਵਿੱਚ ਨਾਕਾਮਯਾਬੀ | %(error)s" msgstr "ਰਿਕਾਰਡ ਮਿਟਾਉਣ ਵਿੱਚ ਨਾਕਾਮਯਾਬੀ | %(error)s"
...@@ -354,7 +354,7 @@ msgid_plural "At least %d items are required" ...@@ -354,7 +354,7 @@ msgid_plural "At least %d items are required"
msgstr[0] "ਘੱਟੋ ਘੱਟ %d ਸ਼ੈ ਜਰੂਰੀ ਹੈ " msgstr[0] "ਘੱਟੋ ਘੱਟ %d ਸ਼ੈ ਜਰੂਰੀ ਹੈ "
msgstr[1] "ਘੱਟੋ ਘੱਟ %d ਸ਼ੈਆਂ ਜਰੂਰੀ ਹਾਂ " msgstr[1] "ਘੱਟੋ ਘੱਟ %d ਸ਼ੈਆਂ ਜਰੂਰੀ ਹਾਂ "
#: ../flask_admin/contrib/sqla/view.py:969 #: ../flask_admin/contrib/sqla/view.py:983
#, python-format #, python-format
msgid "Integrity error. %(message)s" msgid "Integrity error. %(message)s"
msgstr "ਪੂਰਨਤਾ ਗਲਤੀ| %(message)s" msgstr "ਪੂਰਨਤਾ ਗਲਤੀ| %(message)s"
...@@ -516,15 +516,11 @@ msgid "Create" ...@@ -516,15 +516,11 @@ msgid "Create"
msgstr "ਬਣਾਓ" msgstr "ਬਣਾਓ"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap3/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113 msgid "Details"
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8 msgstr "Details"
msgid "View Record"
msgstr "ਵੇਖੋ ਰਿਕਾਰਡ"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:29 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:29
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8 #: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8
...@@ -533,11 +529,6 @@ msgstr "ਵੇਖੋ ਰਿਕਾਰਡ" ...@@ -533,11 +529,6 @@ msgstr "ਵੇਖੋ ਰਿਕਾਰਡ"
msgid "Filter" msgid "Filter"
msgstr "ਫਿਲਟਰ" msgstr "ਫਿਲਟਰ"
#: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
msgid "Details"
msgstr "Details"
#: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13 #: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13
#: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14 #: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14
msgid "Delete?" msgid "Delete?"
...@@ -595,6 +586,15 @@ msgstr "%(name)s ਮੁਤਾਬਿਕ ਸ਼੍ਰੇਣੀਬੱਧ ਕਰੋ" ...@@ -595,6 +586,15 @@ msgstr "%(name)s ਮੁਤਾਬਿਕ ਸ਼੍ਰੇਣੀਬੱਧ ਕਰੋ"
msgid "Select record" msgid "Select record"
msgstr "ਰਿਕੌਰਡ ਚੁਣੋ" msgstr "ਰਿਕੌਰਡ ਚੁਣੋ"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8
msgid "View Record"
msgstr "ਵੇਖੋ ਰਿਕਾਰਡ"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:120
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:122 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:122
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap3/admin/model/list.html:120
......
...@@ -2,8 +2,8 @@ msgid "" ...@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: flask-admin\n" "Project-Id-Version: flask-admin\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-08-17 20:17-0500\n" "POT-Creation-Date: 2015-08-23 20:22-0500\n"
"PO-Revision-Date: 2015-08-17 21:19-0400\n" "PO-Revision-Date: 2015-09-04 20:43-0400\n"
"Last-Translator: mrjoes <serge.koval@gmail.com>\n" "Last-Translator: mrjoes <serge.koval@gmail.com>\n"
"Language-Team: Polish\n" "Language-Team: Polish\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s." ...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s."
msgstr "Nie można edytować %(name)s." msgstr "Nie można edytować %(name)s."
#: ../flask_admin/contrib/fileadmin.py:902 #: ../flask_admin/contrib/fileadmin.py:902
#: ../flask_admin/contrib/mongoengine/view.py:630 #: ../flask_admin/contrib/mongoengine/view.py:638
#: ../flask_admin/contrib/peewee/view.py:432 #: ../flask_admin/contrib/peewee/view.py:457
#: ../flask_admin/contrib/pymongo/view.py:352 #: ../flask_admin/contrib/pymongo/view.py:359
#: ../flask_admin/contrib/sqla/view.py:1061 #: ../flask_admin/contrib/sqla/view.py:1075
msgid "Delete" msgid "Delete"
msgstr "Usuń" msgstr "Usuń"
...@@ -281,47 +281,47 @@ msgstr "nie w liście" ...@@ -281,47 +281,47 @@ msgstr "nie w liście"
msgid "not between" msgid "not between"
msgstr "nie między" msgstr "nie między"
#: ../flask_admin/contrib/mongoengine/view.py:520 #: ../flask_admin/contrib/mongoengine/view.py:528
#, python-format #, python-format
msgid "Failed to get model. %(error)s" msgid "Failed to get model. %(error)s"
msgstr "Nie udało się uzyskać modelu. %(error)s" msgstr "Nie udało się uzyskać modelu. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:539 #: ../flask_admin/contrib/mongoengine/view.py:547
#: ../flask_admin/contrib/peewee/view.py:380 #: ../flask_admin/contrib/peewee/view.py:405
#: ../flask_admin/contrib/pymongo/view.py:284 #: ../flask_admin/contrib/pymongo/view.py:291
#: ../flask_admin/contrib/sqla/view.py:990 #: ../flask_admin/contrib/sqla/view.py:1004
#, python-format #, python-format
msgid "Failed to create record. %(error)s" msgid "Failed to create record. %(error)s"
msgstr "Nie udało się utworzyć rekord. %(error)s" msgstr "Nie udało się utworzyć rekord. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:565 #: ../flask_admin/contrib/mongoengine/view.py:573
#: ../flask_admin/contrib/peewee/view.py:399 #: ../flask_admin/contrib/peewee/view.py:424
#: ../flask_admin/contrib/pymongo/view.py:309 #: ../flask_admin/contrib/pymongo/view.py:316
#: ../flask_admin/contrib/sqla/view.py:1016 ../flask_admin/model/base.py:1864 #: ../flask_admin/contrib/sqla/view.py:1030 ../flask_admin/model/base.py:1864
#: ../flask_admin/model/base.py:1873 #: ../flask_admin/model/base.py:1873
#, python-format #, python-format
msgid "Failed to update record. %(error)s" msgid "Failed to update record. %(error)s"
msgstr "Nie udało się utworzyć rekord. %(error)s" msgstr "Nie udało się utworzyć rekord. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:588 #: ../flask_admin/contrib/mongoengine/view.py:596
#: ../flask_admin/contrib/peewee/view.py:414 #: ../flask_admin/contrib/peewee/view.py:439
#: ../flask_admin/contrib/pymongo/view.py:334 #: ../flask_admin/contrib/pymongo/view.py:341
#: ../flask_admin/contrib/sqla/view.py:1041 #: ../flask_admin/contrib/sqla/view.py:1055
#, python-format #, python-format
msgid "Failed to delete record. %(error)s" msgid "Failed to delete record. %(error)s"
msgstr "Nie można usunąć rekordu. %(error)s" msgstr "Nie można usunąć rekordu. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:631 #: ../flask_admin/contrib/mongoengine/view.py:639
#: ../flask_admin/contrib/peewee/view.py:433 #: ../flask_admin/contrib/peewee/view.py:458
#: ../flask_admin/contrib/pymongo/view.py:353 #: ../flask_admin/contrib/pymongo/view.py:360
#: ../flask_admin/contrib/sqla/view.py:1062 #: ../flask_admin/contrib/sqla/view.py:1076
msgid "Are you sure you want to delete selected records?" msgid "Are you sure you want to delete selected records?"
msgstr "Czy na pewno chcesz usunąć zaznaczone rekordy?" msgstr "Czy na pewno chcesz usunąć zaznaczone rekordy?"
#: ../flask_admin/contrib/mongoengine/view.py:640 #: ../flask_admin/contrib/mongoengine/view.py:648
#: ../flask_admin/contrib/peewee/view.py:450 #: ../flask_admin/contrib/peewee/view.py:475
#: ../flask_admin/contrib/pymongo/view.py:363 #: ../flask_admin/contrib/pymongo/view.py:370
#: ../flask_admin/contrib/sqla/view.py:1078 ../flask_admin/model/base.py:1812 #: ../flask_admin/contrib/sqla/view.py:1092 ../flask_admin/model/base.py:1812
#, python-format #, python-format
msgid "Record was successfully deleted." msgid "Record was successfully deleted."
msgid_plural "%(count)s records were successfully deleted." msgid_plural "%(count)s records were successfully deleted."
...@@ -329,10 +329,10 @@ msgstr[0] "Rekord został pomyślnie usunięty." ...@@ -329,10 +329,10 @@ msgstr[0] "Rekord został pomyślnie usunięty."
msgstr[1] "%(count)s rekordy zostały pomyślnie usunięte." msgstr[1] "%(count)s rekordy zostały pomyślnie usunięte."
msgstr[2] "%(count)s rekordy zostały pomyślnie usunięte." msgstr[2] "%(count)s rekordy zostały pomyślnie usunięte."
#: ../flask_admin/contrib/mongoengine/view.py:646 #: ../flask_admin/contrib/mongoengine/view.py:654
#: ../flask_admin/contrib/peewee/view.py:456 #: ../flask_admin/contrib/peewee/view.py:481
#: ../flask_admin/contrib/pymongo/view.py:368 #: ../flask_admin/contrib/pymongo/view.py:375
#: ../flask_admin/contrib/sqla/view.py:1086 #: ../flask_admin/contrib/sqla/view.py:1100
#, python-format #, python-format
msgid "Failed to delete records. %(error)s" msgid "Failed to delete records. %(error)s"
msgstr "Nie można usunąć rekordu. %(error)s" msgstr "Nie można usunąć rekordu. %(error)s"
...@@ -356,7 +356,7 @@ msgstr[0] "Najmniej wymagany jest element %d" ...@@ -356,7 +356,7 @@ msgstr[0] "Najmniej wymagany jest element %d"
msgstr[1] "Co najmniej elementy %d są wymagane" msgstr[1] "Co najmniej elementy %d są wymagane"
msgstr[2] "Co najmniej elementy %d są wymagane" msgstr[2] "Co najmniej elementy %d są wymagane"
#: ../flask_admin/contrib/sqla/view.py:969 #: ../flask_admin/contrib/sqla/view.py:983
#, python-format #, python-format
msgid "Integrity error. %(message)s" msgid "Integrity error. %(message)s"
msgstr "Błąd integralności. %(message)s" msgstr "Błąd integralności. %(message)s"
...@@ -518,15 +518,11 @@ msgid "Create" ...@@ -518,15 +518,11 @@ msgid "Create"
msgstr "Tworzenie" msgstr "Tworzenie"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap3/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113 msgid "Details"
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8 msgstr "Details"
msgid "View Record"
msgstr "Zobacz zapis"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:29 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:29
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8 #: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8
...@@ -535,11 +531,6 @@ msgstr "Zobacz zapis" ...@@ -535,11 +531,6 @@ msgstr "Zobacz zapis"
msgid "Filter" msgid "Filter"
msgstr "Filtr" msgstr "Filtr"
#: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
msgid "Details"
msgstr "Details"
#: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13 #: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13
#: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14 #: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14
msgid "Delete?" msgid "Delete?"
...@@ -597,6 +588,15 @@ msgstr "Sortuj według %(name)s" ...@@ -597,6 +588,15 @@ msgstr "Sortuj według %(name)s"
msgid "Select record" msgid "Select record"
msgstr "Wybierz rekord" msgstr "Wybierz rekord"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8
msgid "View Record"
msgstr "Zobacz zapis"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:120
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:122 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:122
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap3/admin/model/list.html:120
......
...@@ -2,8 +2,8 @@ msgid "" ...@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: flask-admin\n" "Project-Id-Version: flask-admin\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-08-17 20:17-0500\n" "POT-Creation-Date: 2015-08-23 20:22-0500\n"
"PO-Revision-Date: 2015-08-17 21:19-0400\n" "PO-Revision-Date: 2015-09-04 20:43-0400\n"
"Last-Translator: mrjoes <serge.koval@gmail.com>\n" "Last-Translator: mrjoes <serge.koval@gmail.com>\n"
"Language-Team: Portuguese\n" "Language-Team: Portuguese\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s." ...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s."
msgstr "Não é ṕossível editar %(name)s." msgstr "Não é ṕossível editar %(name)s."
#: ../flask_admin/contrib/fileadmin.py:902 #: ../flask_admin/contrib/fileadmin.py:902
#: ../flask_admin/contrib/mongoengine/view.py:630 #: ../flask_admin/contrib/mongoengine/view.py:638
#: ../flask_admin/contrib/peewee/view.py:432 #: ../flask_admin/contrib/peewee/view.py:457
#: ../flask_admin/contrib/pymongo/view.py:352 #: ../flask_admin/contrib/pymongo/view.py:359
#: ../flask_admin/contrib/sqla/view.py:1061 #: ../flask_admin/contrib/sqla/view.py:1075
msgid "Delete" msgid "Delete"
msgstr "Excluir" msgstr "Excluir"
...@@ -281,57 +281,57 @@ msgstr "Não está na lista" ...@@ -281,57 +281,57 @@ msgstr "Não está na lista"
msgid "not between" msgid "not between"
msgstr "Não entre" msgstr "Não entre"
#: ../flask_admin/contrib/mongoengine/view.py:520 #: ../flask_admin/contrib/mongoengine/view.py:528
#, python-format #, python-format
msgid "Failed to get model. %(error)s" msgid "Failed to get model. %(error)s"
msgstr "Falha ao obter model. %(error)s" msgstr "Falha ao obter model. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:539 #: ../flask_admin/contrib/mongoengine/view.py:547
#: ../flask_admin/contrib/peewee/view.py:380 #: ../flask_admin/contrib/peewee/view.py:405
#: ../flask_admin/contrib/pymongo/view.py:284 #: ../flask_admin/contrib/pymongo/view.py:291
#: ../flask_admin/contrib/sqla/view.py:990 #: ../flask_admin/contrib/sqla/view.py:1004
#, python-format #, python-format
msgid "Failed to create record. %(error)s" msgid "Failed to create record. %(error)s"
msgstr "Falha ao criar model. %(error)s" msgstr "Falha ao criar model. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:565 #: ../flask_admin/contrib/mongoengine/view.py:573
#: ../flask_admin/contrib/peewee/view.py:399 #: ../flask_admin/contrib/peewee/view.py:424
#: ../flask_admin/contrib/pymongo/view.py:309 #: ../flask_admin/contrib/pymongo/view.py:316
#: ../flask_admin/contrib/sqla/view.py:1016 ../flask_admin/model/base.py:1864 #: ../flask_admin/contrib/sqla/view.py:1030 ../flask_admin/model/base.py:1864
#: ../flask_admin/model/base.py:1873 #: ../flask_admin/model/base.py:1873
#, python-format #, python-format
msgid "Failed to update record. %(error)s" msgid "Failed to update record. %(error)s"
msgstr "Falha ao atualizar model. %(error)s" msgstr "Falha ao atualizar model. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:588 #: ../flask_admin/contrib/mongoengine/view.py:596
#: ../flask_admin/contrib/peewee/view.py:414 #: ../flask_admin/contrib/peewee/view.py:439
#: ../flask_admin/contrib/pymongo/view.py:334 #: ../flask_admin/contrib/pymongo/view.py:341
#: ../flask_admin/contrib/sqla/view.py:1041 #: ../flask_admin/contrib/sqla/view.py:1055
#, python-format #, python-format
msgid "Failed to delete record. %(error)s" msgid "Failed to delete record. %(error)s"
msgstr "Falha ao excluir model. %(error)s" msgstr "Falha ao excluir model. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:631 #: ../flask_admin/contrib/mongoengine/view.py:639
#: ../flask_admin/contrib/peewee/view.py:433 #: ../flask_admin/contrib/peewee/view.py:458
#: ../flask_admin/contrib/pymongo/view.py:353 #: ../flask_admin/contrib/pymongo/view.py:360
#: ../flask_admin/contrib/sqla/view.py:1062 #: ../flask_admin/contrib/sqla/view.py:1076
msgid "Are you sure you want to delete selected records?" msgid "Are you sure you want to delete selected records?"
msgstr "Você tem certeza que deseja excluir os models selecionados?" msgstr "Você tem certeza que deseja excluir os models selecionados?"
#: ../flask_admin/contrib/mongoengine/view.py:640 #: ../flask_admin/contrib/mongoengine/view.py:648
#: ../flask_admin/contrib/peewee/view.py:450 #: ../flask_admin/contrib/peewee/view.py:475
#: ../flask_admin/contrib/pymongo/view.py:363 #: ../flask_admin/contrib/pymongo/view.py:370
#: ../flask_admin/contrib/sqla/view.py:1078 ../flask_admin/model/base.py:1812 #: ../flask_admin/contrib/sqla/view.py:1092 ../flask_admin/model/base.py:1812
#, python-format #, python-format
msgid "Record was successfully deleted." msgid "Record was successfully deleted."
msgid_plural "%(count)s records were successfully deleted." msgid_plural "%(count)s records were successfully deleted."
msgstr[0] "Record was successfully deleted." msgstr[0] "Record was successfully deleted."
msgstr[1] "%(count)s models foram excluídos com sucesso." msgstr[1] "%(count)s models foram excluídos com sucesso."
#: ../flask_admin/contrib/mongoengine/view.py:646 #: ../flask_admin/contrib/mongoengine/view.py:654
#: ../flask_admin/contrib/peewee/view.py:456 #: ../flask_admin/contrib/peewee/view.py:481
#: ../flask_admin/contrib/pymongo/view.py:368 #: ../flask_admin/contrib/pymongo/view.py:375
#: ../flask_admin/contrib/sqla/view.py:1086 #: ../flask_admin/contrib/sqla/view.py:1100
#, python-format #, python-format
msgid "Failed to delete records. %(error)s" msgid "Failed to delete records. %(error)s"
msgstr "Falha ao excluir models. %(error)s" msgstr "Falha ao excluir models. %(error)s"
...@@ -354,7 +354,7 @@ msgid_plural "At least %d items are required" ...@@ -354,7 +354,7 @@ msgid_plural "At least %d items are required"
msgstr[0] "Pelo menos %d item é exigido" msgstr[0] "Pelo menos %d item é exigido"
msgstr[1] "Pelo menos %d itens são obrigatórios" msgstr[1] "Pelo menos %d itens são obrigatórios"
#: ../flask_admin/contrib/sqla/view.py:969 #: ../flask_admin/contrib/sqla/view.py:983
#, python-format #, python-format
msgid "Integrity error. %(message)s" msgid "Integrity error. %(message)s"
msgstr "Erro de integridade. %(message)s" msgstr "Erro de integridade. %(message)s"
...@@ -516,15 +516,11 @@ msgid "Create" ...@@ -516,15 +516,11 @@ msgid "Create"
msgstr "Criar" msgstr "Criar"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap3/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113 msgid "Details"
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8 msgstr "Details"
msgid "View Record"
msgstr "Mostrar Registo"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:29 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:29
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8 #: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8
...@@ -533,11 +529,6 @@ msgstr "Mostrar Registo" ...@@ -533,11 +529,6 @@ msgstr "Mostrar Registo"
msgid "Filter" msgid "Filter"
msgstr "Filtro" msgstr "Filtro"
#: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
msgid "Details"
msgstr "Details"
#: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13 #: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13
#: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14 #: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14
msgid "Delete?" msgid "Delete?"
...@@ -595,6 +586,15 @@ msgstr "Ordenar por %(name)s" ...@@ -595,6 +586,15 @@ msgstr "Ordenar por %(name)s"
msgid "Select record" msgid "Select record"
msgstr "Selecionar registro" msgstr "Selecionar registro"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8
msgid "View Record"
msgstr "Mostrar Registo"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:120
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:122 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:122
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap3/admin/model/list.html:120
......
...@@ -2,8 +2,8 @@ msgid "" ...@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: flask-admin\n" "Project-Id-Version: flask-admin\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-08-17 20:17-0500\n" "POT-Creation-Date: 2015-08-23 20:22-0500\n"
"PO-Revision-Date: 2015-08-17 21:19-0400\n" "PO-Revision-Date: 2015-09-04 20:43-0400\n"
"Last-Translator: mrjoes <serge.koval@gmail.com>\n" "Last-Translator: mrjoes <serge.koval@gmail.com>\n"
"Language-Team: Portuguese, Brazilian\n" "Language-Team: Portuguese, Brazilian\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s." ...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s."
msgstr "Não é ṕossível editar %(name)s." msgstr "Não é ṕossível editar %(name)s."
#: ../flask_admin/contrib/fileadmin.py:902 #: ../flask_admin/contrib/fileadmin.py:902
#: ../flask_admin/contrib/mongoengine/view.py:630 #: ../flask_admin/contrib/mongoengine/view.py:638
#: ../flask_admin/contrib/peewee/view.py:432 #: ../flask_admin/contrib/peewee/view.py:457
#: ../flask_admin/contrib/pymongo/view.py:352 #: ../flask_admin/contrib/pymongo/view.py:359
#: ../flask_admin/contrib/sqla/view.py:1061 #: ../flask_admin/contrib/sqla/view.py:1075
msgid "Delete" msgid "Delete"
msgstr "Excluir" msgstr "Excluir"
...@@ -281,57 +281,57 @@ msgstr "Não está na lista" ...@@ -281,57 +281,57 @@ msgstr "Não está na lista"
msgid "not between" msgid "not between"
msgstr "Não entre" msgstr "Não entre"
#: ../flask_admin/contrib/mongoengine/view.py:520 #: ../flask_admin/contrib/mongoengine/view.py:528
#, python-format #, python-format
msgid "Failed to get model. %(error)s" msgid "Failed to get model. %(error)s"
msgstr "Falha ao obter model. %(error)s" msgstr "Falha ao obter model. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:539 #: ../flask_admin/contrib/mongoengine/view.py:547
#: ../flask_admin/contrib/peewee/view.py:380 #: ../flask_admin/contrib/peewee/view.py:405
#: ../flask_admin/contrib/pymongo/view.py:284 #: ../flask_admin/contrib/pymongo/view.py:291
#: ../flask_admin/contrib/sqla/view.py:990 #: ../flask_admin/contrib/sqla/view.py:1004
#, python-format #, python-format
msgid "Failed to create record. %(error)s" msgid "Failed to create record. %(error)s"
msgstr "Falha ao criar model. %(error)s" msgstr "Falha ao criar model. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:565 #: ../flask_admin/contrib/mongoengine/view.py:573
#: ../flask_admin/contrib/peewee/view.py:399 #: ../flask_admin/contrib/peewee/view.py:424
#: ../flask_admin/contrib/pymongo/view.py:309 #: ../flask_admin/contrib/pymongo/view.py:316
#: ../flask_admin/contrib/sqla/view.py:1016 ../flask_admin/model/base.py:1864 #: ../flask_admin/contrib/sqla/view.py:1030 ../flask_admin/model/base.py:1864
#: ../flask_admin/model/base.py:1873 #: ../flask_admin/model/base.py:1873
#, python-format #, python-format
msgid "Failed to update record. %(error)s" msgid "Failed to update record. %(error)s"
msgstr "Falha ao atualizar model. %(error)s" msgstr "Falha ao atualizar model. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:588 #: ../flask_admin/contrib/mongoengine/view.py:596
#: ../flask_admin/contrib/peewee/view.py:414 #: ../flask_admin/contrib/peewee/view.py:439
#: ../flask_admin/contrib/pymongo/view.py:334 #: ../flask_admin/contrib/pymongo/view.py:341
#: ../flask_admin/contrib/sqla/view.py:1041 #: ../flask_admin/contrib/sqla/view.py:1055
#, python-format #, python-format
msgid "Failed to delete record. %(error)s" msgid "Failed to delete record. %(error)s"
msgstr "Falha ao excluir model. %(error)s" msgstr "Falha ao excluir model. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:631 #: ../flask_admin/contrib/mongoengine/view.py:639
#: ../flask_admin/contrib/peewee/view.py:433 #: ../flask_admin/contrib/peewee/view.py:458
#: ../flask_admin/contrib/pymongo/view.py:353 #: ../flask_admin/contrib/pymongo/view.py:360
#: ../flask_admin/contrib/sqla/view.py:1062 #: ../flask_admin/contrib/sqla/view.py:1076
msgid "Are you sure you want to delete selected records?" msgid "Are you sure you want to delete selected records?"
msgstr "Você tem certeza que deseja excluir os models selecionados?" msgstr "Você tem certeza que deseja excluir os models selecionados?"
#: ../flask_admin/contrib/mongoengine/view.py:640 #: ../flask_admin/contrib/mongoengine/view.py:648
#: ../flask_admin/contrib/peewee/view.py:450 #: ../flask_admin/contrib/peewee/view.py:475
#: ../flask_admin/contrib/pymongo/view.py:363 #: ../flask_admin/contrib/pymongo/view.py:370
#: ../flask_admin/contrib/sqla/view.py:1078 ../flask_admin/model/base.py:1812 #: ../flask_admin/contrib/sqla/view.py:1092 ../flask_admin/model/base.py:1812
#, python-format #, python-format
msgid "Record was successfully deleted." msgid "Record was successfully deleted."
msgid_plural "%(count)s records were successfully deleted." msgid_plural "%(count)s records were successfully deleted."
msgstr[0] "Registro foi excluído com êxito." msgstr[0] "Registro foi excluído com êxito."
msgstr[1] "%(count)s registros foram excluídos com êxito." msgstr[1] "%(count)s registros foram excluídos com êxito."
#: ../flask_admin/contrib/mongoengine/view.py:646 #: ../flask_admin/contrib/mongoengine/view.py:654
#: ../flask_admin/contrib/peewee/view.py:456 #: ../flask_admin/contrib/peewee/view.py:481
#: ../flask_admin/contrib/pymongo/view.py:368 #: ../flask_admin/contrib/pymongo/view.py:375
#: ../flask_admin/contrib/sqla/view.py:1086 #: ../flask_admin/contrib/sqla/view.py:1100
#, python-format #, python-format
msgid "Failed to delete records. %(error)s" msgid "Failed to delete records. %(error)s"
msgstr "Falha ao excluir models. %(error)s" msgstr "Falha ao excluir models. %(error)s"
...@@ -354,7 +354,7 @@ msgid_plural "At least %d items are required" ...@@ -354,7 +354,7 @@ msgid_plural "At least %d items are required"
msgstr[0] "Pelo menos %d item é exigido" msgstr[0] "Pelo menos %d item é exigido"
msgstr[1] "Pelo menos %d itens são obrigatórios" msgstr[1] "Pelo menos %d itens são obrigatórios"
#: ../flask_admin/contrib/sqla/view.py:969 #: ../flask_admin/contrib/sqla/view.py:983
#, python-format #, python-format
msgid "Integrity error. %(message)s" msgid "Integrity error. %(message)s"
msgstr "Erro de integridade. %(message)s" msgstr "Erro de integridade. %(message)s"
...@@ -482,14 +482,14 @@ msgstr "Renomeie %(name)s" ...@@ -482,14 +482,14 @@ msgstr "Renomeie %(name)s"
#: ../flask_admin/templates/bootstrap3/admin/model/create.html:5 #: ../flask_admin/templates/bootstrap3/admin/model/create.html:5
#: ../flask_admin/templates/bootstrap3/admin/model/edit.html:5 #: ../flask_admin/templates/bootstrap3/admin/model/edit.html:5
msgid "Save and Add Another" msgid "Save and Add Another"
msgstr "Save and Add Another" msgstr "Salvar e adicionar outro"
#: ../flask_admin/templates/bootstrap2/admin/model/create.html:6 #: ../flask_admin/templates/bootstrap2/admin/model/create.html:6
#: ../flask_admin/templates/bootstrap2/admin/model/edit.html:6 #: ../flask_admin/templates/bootstrap2/admin/model/edit.html:6
#: ../flask_admin/templates/bootstrap3/admin/model/create.html:6 #: ../flask_admin/templates/bootstrap3/admin/model/create.html:6
#: ../flask_admin/templates/bootstrap3/admin/model/edit.html:6 #: ../flask_admin/templates/bootstrap3/admin/model/edit.html:6
msgid "Save and Continue Editing" msgid "Save and Continue Editing"
msgstr "Save and Continue Editing" msgstr "Salvar e continuar editando"
#: ../flask_admin/templates/bootstrap2/admin/model/create.html:18 #: ../flask_admin/templates/bootstrap2/admin/model/create.html:18
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:8 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:8
...@@ -516,15 +516,11 @@ msgid "Create" ...@@ -516,15 +516,11 @@ msgid "Create"
msgstr "Criar" msgstr "Criar"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap3/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113 msgid "Details"
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8 msgstr "Detalhes"
msgid "View Record"
msgstr "Exibir registro"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:29 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:29
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8 #: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8
...@@ -533,11 +529,6 @@ msgstr "Exibir registro" ...@@ -533,11 +529,6 @@ msgstr "Exibir registro"
msgid "Filter" msgid "Filter"
msgstr "Filtro" msgstr "Filtro"
#: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
msgid "Details"
msgstr "Details"
#: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13 #: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13
#: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14 #: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14
msgid "Delete?" msgid "Delete?"
...@@ -595,6 +586,15 @@ msgstr "Ordenar por %(name)s" ...@@ -595,6 +586,15 @@ msgstr "Ordenar por %(name)s"
msgid "Select record" msgid "Select record"
msgstr "Selecionar registro" msgstr "Selecionar registro"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8
msgid "View Record"
msgstr "Exibir registro"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:120
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:122 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:122
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap3/admin/model/list.html:120
......
...@@ -2,8 +2,8 @@ msgid "" ...@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: flask-admin\n" "Project-Id-Version: flask-admin\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-08-17 20:17-0500\n" "POT-Creation-Date: 2015-08-23 20:22-0500\n"
"PO-Revision-Date: 2015-08-17 21:18-0400\n" "PO-Revision-Date: 2015-09-04 20:43-0400\n"
"Last-Translator: mrjoes <serge.koval@gmail.com>\n" "Last-Translator: mrjoes <serge.koval@gmail.com>\n"
"Language-Team: Romanian\n" "Language-Team: Romanian\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s." ...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s."
msgstr "Imposibil de editat %(name)s." msgstr "Imposibil de editat %(name)s."
#: ../flask_admin/contrib/fileadmin.py:902 #: ../flask_admin/contrib/fileadmin.py:902
#: ../flask_admin/contrib/mongoengine/view.py:630 #: ../flask_admin/contrib/mongoengine/view.py:638
#: ../flask_admin/contrib/peewee/view.py:432 #: ../flask_admin/contrib/peewee/view.py:457
#: ../flask_admin/contrib/pymongo/view.py:352 #: ../flask_admin/contrib/pymongo/view.py:359
#: ../flask_admin/contrib/sqla/view.py:1061 #: ../flask_admin/contrib/sqla/view.py:1075
msgid "Delete" msgid "Delete"
msgstr "Ştergeţi" msgstr "Ştergeţi"
...@@ -281,47 +281,47 @@ msgstr "nu în lista" ...@@ -281,47 +281,47 @@ msgstr "nu în lista"
msgid "not between" msgid "not between"
msgstr "nu între" msgstr "nu între"
#: ../flask_admin/contrib/mongoengine/view.py:520 #: ../flask_admin/contrib/mongoengine/view.py:528
#, python-format #, python-format
msgid "Failed to get model. %(error)s" msgid "Failed to get model. %(error)s"
msgstr "Nu pentru a obţine model. %(error)s" msgstr "Nu pentru a obţine model. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:539 #: ../flask_admin/contrib/mongoengine/view.py:547
#: ../flask_admin/contrib/peewee/view.py:380 #: ../flask_admin/contrib/peewee/view.py:405
#: ../flask_admin/contrib/pymongo/view.py:284 #: ../flask_admin/contrib/pymongo/view.py:291
#: ../flask_admin/contrib/sqla/view.py:990 #: ../flask_admin/contrib/sqla/view.py:1004
#, python-format #, python-format
msgid "Failed to create record. %(error)s" msgid "Failed to create record. %(error)s"
msgstr "Nu a reuşit să creaţi înregistrarea. %(error)s" msgstr "Nu a reuşit să creaţi înregistrarea. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:565 #: ../flask_admin/contrib/mongoengine/view.py:573
#: ../flask_admin/contrib/peewee/view.py:399 #: ../flask_admin/contrib/peewee/view.py:424
#: ../flask_admin/contrib/pymongo/view.py:309 #: ../flask_admin/contrib/pymongo/view.py:316
#: ../flask_admin/contrib/sqla/view.py:1016 ../flask_admin/model/base.py:1864 #: ../flask_admin/contrib/sqla/view.py:1030 ../flask_admin/model/base.py:1864
#: ../flask_admin/model/base.py:1873 #: ../flask_admin/model/base.py:1873
#, python-format #, python-format
msgid "Failed to update record. %(error)s" msgid "Failed to update record. %(error)s"
msgstr "Nu a reuşit să creaţi înregistrarea. %(error)s" msgstr "Nu a reuşit să creaţi înregistrarea. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:588 #: ../flask_admin/contrib/mongoengine/view.py:596
#: ../flask_admin/contrib/peewee/view.py:414 #: ../flask_admin/contrib/peewee/view.py:439
#: ../flask_admin/contrib/pymongo/view.py:334 #: ../flask_admin/contrib/pymongo/view.py:341
#: ../flask_admin/contrib/sqla/view.py:1041 #: ../flask_admin/contrib/sqla/view.py:1055
#, python-format #, python-format
msgid "Failed to delete record. %(error)s" msgid "Failed to delete record. %(error)s"
msgstr "Imposibil de șters înregistrări. %(error)s" msgstr "Imposibil de șters înregistrări. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:631 #: ../flask_admin/contrib/mongoengine/view.py:639
#: ../flask_admin/contrib/peewee/view.py:433 #: ../flask_admin/contrib/peewee/view.py:458
#: ../flask_admin/contrib/pymongo/view.py:353 #: ../flask_admin/contrib/pymongo/view.py:360
#: ../flask_admin/contrib/sqla/view.py:1062 #: ../flask_admin/contrib/sqla/view.py:1076
msgid "Are you sure you want to delete selected records?" msgid "Are you sure you want to delete selected records?"
msgstr "Sigur ștergeți înregistrările selectate?" msgstr "Sigur ștergeți înregistrările selectate?"
#: ../flask_admin/contrib/mongoengine/view.py:640 #: ../flask_admin/contrib/mongoengine/view.py:648
#: ../flask_admin/contrib/peewee/view.py:450 #: ../flask_admin/contrib/peewee/view.py:475
#: ../flask_admin/contrib/pymongo/view.py:363 #: ../flask_admin/contrib/pymongo/view.py:370
#: ../flask_admin/contrib/sqla/view.py:1078 ../flask_admin/model/base.py:1812 #: ../flask_admin/contrib/sqla/view.py:1092 ../flask_admin/model/base.py:1812
#, python-format #, python-format
msgid "Record was successfully deleted." msgid "Record was successfully deleted."
msgid_plural "%(count)s records were successfully deleted." msgid_plural "%(count)s records were successfully deleted."
...@@ -329,10 +329,10 @@ msgstr[0] "Recordul a fost şters cu succes." ...@@ -329,10 +329,10 @@ msgstr[0] "Recordul a fost şters cu succes."
msgstr[1] "%(count)s înregistrări au fost şters cu succes." msgstr[1] "%(count)s înregistrări au fost şters cu succes."
msgstr[2] "%(count)s înregistrări au fost şters cu succes." msgstr[2] "%(count)s înregistrări au fost şters cu succes."
#: ../flask_admin/contrib/mongoengine/view.py:646 #: ../flask_admin/contrib/mongoengine/view.py:654
#: ../flask_admin/contrib/peewee/view.py:456 #: ../flask_admin/contrib/peewee/view.py:481
#: ../flask_admin/contrib/pymongo/view.py:368 #: ../flask_admin/contrib/pymongo/view.py:375
#: ../flask_admin/contrib/sqla/view.py:1086 #: ../flask_admin/contrib/sqla/view.py:1100
#, python-format #, python-format
msgid "Failed to delete records. %(error)s" msgid "Failed to delete records. %(error)s"
msgstr "Imposibil de șters înregistrări. %(error)s" msgstr "Imposibil de șters înregistrări. %(error)s"
...@@ -356,7 +356,7 @@ msgstr[0] "Cel puţin elementul %d este necesară" ...@@ -356,7 +356,7 @@ msgstr[0] "Cel puţin elementul %d este necesară"
msgstr[1] "Cel puţin %d elemente sunt necesare" msgstr[1] "Cel puţin %d elemente sunt necesare"
msgstr[2] "Cel puţin %d elemente sunt necesare" msgstr[2] "Cel puţin %d elemente sunt necesare"
#: ../flask_admin/contrib/sqla/view.py:969 #: ../flask_admin/contrib/sqla/view.py:983
#, python-format #, python-format
msgid "Integrity error. %(message)s" msgid "Integrity error. %(message)s"
msgstr "Eroare de integritate. %(message)s" msgstr "Eroare de integritate. %(message)s"
...@@ -518,15 +518,11 @@ msgid "Create" ...@@ -518,15 +518,11 @@ msgid "Create"
msgstr "Crea" msgstr "Crea"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap3/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113 msgid "Details"
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8 msgstr "Details"
msgid "View Record"
msgstr "Vezi Record"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:29 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:29
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8 #: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8
...@@ -535,11 +531,6 @@ msgstr "Vezi Record" ...@@ -535,11 +531,6 @@ msgstr "Vezi Record"
msgid "Filter" msgid "Filter"
msgstr "Filtrare" msgstr "Filtrare"
#: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
msgid "Details"
msgstr "Details"
#: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13 #: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13
#: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14 #: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14
msgid "Delete?" msgid "Delete?"
...@@ -597,6 +588,15 @@ msgstr "Un fel de %(name)s" ...@@ -597,6 +588,15 @@ msgstr "Un fel de %(name)s"
msgid "Select record" msgid "Select record"
msgstr "Selectaţi înregistrare" msgstr "Selectaţi înregistrare"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8
msgid "View Record"
msgstr "Vezi Record"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:120
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:122 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:122
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap3/admin/model/list.html:120
......
...@@ -2,8 +2,8 @@ msgid "" ...@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: flask-admin\n" "Project-Id-Version: flask-admin\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-08-17 20:17-0500\n" "POT-Creation-Date: 2015-08-23 20:22-0500\n"
"PO-Revision-Date: 2015-08-17 21:19-0400\n" "PO-Revision-Date: 2015-09-04 20:43-0400\n"
"Last-Translator: mrjoes <serge.koval@gmail.com>\n" "Last-Translator: mrjoes <serge.koval@gmail.com>\n"
"Language-Team: Russian\n" "Language-Team: Russian\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s." ...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s."
msgstr "Не удается изменить %(name)s." msgstr "Не удается изменить %(name)s."
#: ../flask_admin/contrib/fileadmin.py:902 #: ../flask_admin/contrib/fileadmin.py:902
#: ../flask_admin/contrib/mongoengine/view.py:630 #: ../flask_admin/contrib/mongoengine/view.py:638
#: ../flask_admin/contrib/peewee/view.py:432 #: ../flask_admin/contrib/peewee/view.py:457
#: ../flask_admin/contrib/pymongo/view.py:352 #: ../flask_admin/contrib/pymongo/view.py:359
#: ../flask_admin/contrib/sqla/view.py:1061 #: ../flask_admin/contrib/sqla/view.py:1075
msgid "Delete" msgid "Delete"
msgstr "Удалить" msgstr "Удалить"
...@@ -281,47 +281,47 @@ msgstr "не в списке" ...@@ -281,47 +281,47 @@ msgstr "не в списке"
msgid "not between" msgid "not between"
msgstr "не между" msgstr "не между"
#: ../flask_admin/contrib/mongoengine/view.py:520 #: ../flask_admin/contrib/mongoengine/view.py:528
#, python-format #, python-format
msgid "Failed to get model. %(error)s" msgid "Failed to get model. %(error)s"
msgstr "Не удалось получить модель. %(error)s" msgstr "Не удалось получить модель. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:539 #: ../flask_admin/contrib/mongoengine/view.py:547
#: ../flask_admin/contrib/peewee/view.py:380 #: ../flask_admin/contrib/peewee/view.py:405
#: ../flask_admin/contrib/pymongo/view.py:284 #: ../flask_admin/contrib/pymongo/view.py:291
#: ../flask_admin/contrib/sqla/view.py:990 #: ../flask_admin/contrib/sqla/view.py:1004
#, python-format #, python-format
msgid "Failed to create record. %(error)s" msgid "Failed to create record. %(error)s"
msgstr "Ошибка создания записи: %(error)s" msgstr "Ошибка создания записи: %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:565 #: ../flask_admin/contrib/mongoengine/view.py:573
#: ../flask_admin/contrib/peewee/view.py:399 #: ../flask_admin/contrib/peewee/view.py:424
#: ../flask_admin/contrib/pymongo/view.py:309 #: ../flask_admin/contrib/pymongo/view.py:316
#: ../flask_admin/contrib/sqla/view.py:1016 ../flask_admin/model/base.py:1864 #: ../flask_admin/contrib/sqla/view.py:1030 ../flask_admin/model/base.py:1864
#: ../flask_admin/model/base.py:1873 #: ../flask_admin/model/base.py:1873
#, python-format #, python-format
msgid "Failed to update record. %(error)s" msgid "Failed to update record. %(error)s"
msgstr "Ошибка обновления записи: %(error)s" msgstr "Ошибка обновления записи: %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:588 #: ../flask_admin/contrib/mongoengine/view.py:596
#: ../flask_admin/contrib/peewee/view.py:414 #: ../flask_admin/contrib/peewee/view.py:439
#: ../flask_admin/contrib/pymongo/view.py:334 #: ../flask_admin/contrib/pymongo/view.py:341
#: ../flask_admin/contrib/sqla/view.py:1041 #: ../flask_admin/contrib/sqla/view.py:1055
#, python-format #, python-format
msgid "Failed to delete record. %(error)s" msgid "Failed to delete record. %(error)s"
msgstr "Ошибка удаления записи: %(error)s" msgstr "Ошибка удаления записи: %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:631 #: ../flask_admin/contrib/mongoengine/view.py:639
#: ../flask_admin/contrib/peewee/view.py:433 #: ../flask_admin/contrib/peewee/view.py:458
#: ../flask_admin/contrib/pymongo/view.py:353 #: ../flask_admin/contrib/pymongo/view.py:360
#: ../flask_admin/contrib/sqla/view.py:1062 #: ../flask_admin/contrib/sqla/view.py:1076
msgid "Are you sure you want to delete selected records?" msgid "Are you sure you want to delete selected records?"
msgstr "Вы уверены что хотите удалить ?" msgstr "Вы уверены что хотите удалить ?"
#: ../flask_admin/contrib/mongoengine/view.py:640 #: ../flask_admin/contrib/mongoengine/view.py:648
#: ../flask_admin/contrib/peewee/view.py:450 #: ../flask_admin/contrib/peewee/view.py:475
#: ../flask_admin/contrib/pymongo/view.py:363 #: ../flask_admin/contrib/pymongo/view.py:370
#: ../flask_admin/contrib/sqla/view.py:1078 ../flask_admin/model/base.py:1812 #: ../flask_admin/contrib/sqla/view.py:1092 ../flask_admin/model/base.py:1812
#, python-format #, python-format
msgid "Record was successfully deleted." msgid "Record was successfully deleted."
msgid_plural "%(count)s records were successfully deleted." msgid_plural "%(count)s records were successfully deleted."
...@@ -329,10 +329,10 @@ msgstr[0] "Запись успешно удалена." ...@@ -329,10 +329,10 @@ msgstr[0] "Запись успешно удалена."
msgstr[1] "Было удалено %(count)s записей." msgstr[1] "Было удалено %(count)s записей."
msgstr[2] "Было удаено %(count)s записей." msgstr[2] "Было удаено %(count)s записей."
#: ../flask_admin/contrib/mongoengine/view.py:646 #: ../flask_admin/contrib/mongoengine/view.py:654
#: ../flask_admin/contrib/peewee/view.py:456 #: ../flask_admin/contrib/peewee/view.py:481
#: ../flask_admin/contrib/pymongo/view.py:368 #: ../flask_admin/contrib/pymongo/view.py:375
#: ../flask_admin/contrib/sqla/view.py:1086 #: ../flask_admin/contrib/sqla/view.py:1100
#, python-format #, python-format
msgid "Failed to delete records. %(error)s" msgid "Failed to delete records. %(error)s"
msgstr "Не удалось удалить записи. %(error)s" msgstr "Не удалось удалить записи. %(error)s"
...@@ -356,7 +356,7 @@ msgstr[0] "По крайней мере %d элемент не требуетс ...@@ -356,7 +356,7 @@ msgstr[0] "По крайней мере %d элемент не требуетс
msgstr[1] "По крайней мере %d пункты являются обязательными" msgstr[1] "По крайней мере %d пункты являются обязательными"
msgstr[2] "По крайней мере %d пункты являются обязательными" msgstr[2] "По крайней мере %d пункты являются обязательными"
#: ../flask_admin/contrib/sqla/view.py:969 #: ../flask_admin/contrib/sqla/view.py:983
#, python-format #, python-format
msgid "Integrity error. %(message)s" msgid "Integrity error. %(message)s"
msgstr "Ошибка целостности. %(message)s" msgstr "Ошибка целостности. %(message)s"
...@@ -518,15 +518,11 @@ msgid "Create" ...@@ -518,15 +518,11 @@ msgid "Create"
msgstr "Создать" msgstr "Создать"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap3/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113 msgid "Details"
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8 msgstr "Details"
msgid "View Record"
msgstr "Просмотр записи"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:29 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:29
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8 #: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8
...@@ -535,11 +531,6 @@ msgstr "Просмотр записи" ...@@ -535,11 +531,6 @@ msgstr "Просмотр записи"
msgid "Filter" msgid "Filter"
msgstr "Фильтровать" msgstr "Фильтровать"
#: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
msgid "Details"
msgstr "Details"
#: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13 #: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13
#: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14 #: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14
msgid "Delete?" msgid "Delete?"
...@@ -597,6 +588,15 @@ msgstr "Сортировать по %(name)s" ...@@ -597,6 +588,15 @@ msgstr "Сортировать по %(name)s"
msgid "Select record" msgid "Select record"
msgstr "Выберите запись" msgstr "Выберите запись"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8
msgid "View Record"
msgstr "Просмотр записи"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:120
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:122 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:122
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap3/admin/model/list.html:120
......
...@@ -2,8 +2,8 @@ msgid "" ...@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: flask-admin\n" "Project-Id-Version: flask-admin\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-08-17 20:17-0500\n" "POT-Creation-Date: 2015-08-23 20:22-0500\n"
"PO-Revision-Date: 2015-08-17 21:19-0400\n" "PO-Revision-Date: 2015-09-04 20:43-0400\n"
"Last-Translator: mrjoes <serge.koval@gmail.com>\n" "Last-Translator: mrjoes <serge.koval@gmail.com>\n"
"Language-Team: Serbian (Cyrillic)\n" "Language-Team: Serbian (Cyrillic)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s." ...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s."
msgstr "Ne mogu edit %(name)s." msgstr "Ne mogu edit %(name)s."
#: ../flask_admin/contrib/fileadmin.py:902 #: ../flask_admin/contrib/fileadmin.py:902
#: ../flask_admin/contrib/mongoengine/view.py:630 #: ../flask_admin/contrib/mongoengine/view.py:638
#: ../flask_admin/contrib/peewee/view.py:432 #: ../flask_admin/contrib/peewee/view.py:457
#: ../flask_admin/contrib/pymongo/view.py:352 #: ../flask_admin/contrib/pymongo/view.py:359
#: ../flask_admin/contrib/sqla/view.py:1061 #: ../flask_admin/contrib/sqla/view.py:1075
msgid "Delete" msgid "Delete"
msgstr "Čim je" msgstr "Čim je"
...@@ -281,47 +281,47 @@ msgstr "nije na listi" ...@@ -281,47 +281,47 @@ msgstr "nije na listi"
msgid "not between" msgid "not between"
msgstr "Ne između" msgstr "Ne između"
#: ../flask_admin/contrib/mongoengine/view.py:520 #: ../flask_admin/contrib/mongoengine/view.py:528
#, python-format #, python-format
msgid "Failed to get model. %(error)s" msgid "Failed to get model. %(error)s"
msgstr "Nije uspeo da dobije model. %(error)s" msgstr "Nije uspeo da dobije model. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:539 #: ../flask_admin/contrib/mongoengine/view.py:547
#: ../flask_admin/contrib/peewee/view.py:380 #: ../flask_admin/contrib/peewee/view.py:405
#: ../flask_admin/contrib/pymongo/view.py:284 #: ../flask_admin/contrib/pymongo/view.py:291
#: ../flask_admin/contrib/sqla/view.py:990 #: ../flask_admin/contrib/sqla/view.py:1004
#, python-format #, python-format
msgid "Failed to create record. %(error)s" msgid "Failed to create record. %(error)s"
msgstr "Nije uspeo da se stvori rekord. %(error)s" msgstr "Nije uspeo da se stvori rekord. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:565 #: ../flask_admin/contrib/mongoengine/view.py:573
#: ../flask_admin/contrib/peewee/view.py:399 #: ../flask_admin/contrib/peewee/view.py:424
#: ../flask_admin/contrib/pymongo/view.py:309 #: ../flask_admin/contrib/pymongo/view.py:316
#: ../flask_admin/contrib/sqla/view.py:1016 ../flask_admin/model/base.py:1864 #: ../flask_admin/contrib/sqla/view.py:1030 ../flask_admin/model/base.py:1864
#: ../flask_admin/model/base.py:1873 #: ../flask_admin/model/base.py:1873
#, python-format #, python-format
msgid "Failed to update record. %(error)s" msgid "Failed to update record. %(error)s"
msgstr "Nije uspeo da se stvori rekord. %(error)s" msgstr "Nije uspeo da se stvori rekord. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:588 #: ../flask_admin/contrib/mongoengine/view.py:596
#: ../flask_admin/contrib/peewee/view.py:414 #: ../flask_admin/contrib/peewee/view.py:439
#: ../flask_admin/contrib/pymongo/view.py:334 #: ../flask_admin/contrib/pymongo/view.py:341
#: ../flask_admin/contrib/sqla/view.py:1041 #: ../flask_admin/contrib/sqla/view.py:1055
#, python-format #, python-format
msgid "Failed to delete record. %(error)s" msgid "Failed to delete record. %(error)s"
msgstr "Nije uspeo da obrišem rekord. %(error)s" msgstr "Nije uspeo da obrišem rekord. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:631 #: ../flask_admin/contrib/mongoengine/view.py:639
#: ../flask_admin/contrib/peewee/view.py:433 #: ../flask_admin/contrib/peewee/view.py:458
#: ../flask_admin/contrib/pymongo/view.py:353 #: ../flask_admin/contrib/pymongo/view.py:360
#: ../flask_admin/contrib/sqla/view.py:1062 #: ../flask_admin/contrib/sqla/view.py:1076
msgid "Are you sure you want to delete selected records?" msgid "Are you sure you want to delete selected records?"
msgstr "Da li si siguran da želiš da obrišem odabrani ploče?" msgstr "Da li si siguran da želiš da obrišem odabrani ploče?"
#: ../flask_admin/contrib/mongoengine/view.py:640 #: ../flask_admin/contrib/mongoengine/view.py:648
#: ../flask_admin/contrib/peewee/view.py:450 #: ../flask_admin/contrib/peewee/view.py:475
#: ../flask_admin/contrib/pymongo/view.py:363 #: ../flask_admin/contrib/pymongo/view.py:370
#: ../flask_admin/contrib/sqla/view.py:1078 ../flask_admin/model/base.py:1812 #: ../flask_admin/contrib/sqla/view.py:1092 ../flask_admin/model/base.py:1812
#, python-format #, python-format
msgid "Record was successfully deleted." msgid "Record was successfully deleted."
msgid_plural "%(count)s records were successfully deleted." msgid_plural "%(count)s records were successfully deleted."
...@@ -330,10 +330,10 @@ msgstr[1] "%(count)s ploče su uspešno izbriše." ...@@ -330,10 +330,10 @@ msgstr[1] "%(count)s ploče su uspešno izbriše."
msgstr[2] "%(count)s ploče su uspešno izbriše." msgstr[2] "%(count)s ploče su uspešno izbriše."
msgstr[3] "%(count)s ploče su uspešno izbriše." msgstr[3] "%(count)s ploče su uspešno izbriše."
#: ../flask_admin/contrib/mongoengine/view.py:646 #: ../flask_admin/contrib/mongoengine/view.py:654
#: ../flask_admin/contrib/peewee/view.py:456 #: ../flask_admin/contrib/peewee/view.py:481
#: ../flask_admin/contrib/pymongo/view.py:368 #: ../flask_admin/contrib/pymongo/view.py:375
#: ../flask_admin/contrib/sqla/view.py:1086 #: ../flask_admin/contrib/sqla/view.py:1100
#, python-format #, python-format
msgid "Failed to delete records. %(error)s" msgid "Failed to delete records. %(error)s"
msgstr "Nije uspeo da obrišem rekord. %(error)s" msgstr "Nije uspeo da obrišem rekord. %(error)s"
...@@ -358,7 +358,7 @@ msgstr[1] "Bar %d predmeti su potrebne" ...@@ -358,7 +358,7 @@ msgstr[1] "Bar %d predmeti su potrebne"
msgstr[2] "Bar %d predmeti su potrebne" msgstr[2] "Bar %d predmeti su potrebne"
msgstr[3] "Bar %d predmeti su potrebne" msgstr[3] "Bar %d predmeti su potrebne"
#: ../flask_admin/contrib/sqla/view.py:969 #: ../flask_admin/contrib/sqla/view.py:983
#, python-format #, python-format
msgid "Integrity error. %(message)s" msgid "Integrity error. %(message)s"
msgstr "Integritet grešku. %(message)s" msgstr "Integritet grešku. %(message)s"
...@@ -520,15 +520,11 @@ msgid "Create" ...@@ -520,15 +520,11 @@ msgid "Create"
msgstr "Stvori" msgstr "Stvori"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap3/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113 msgid "Details"
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8 msgstr "Details"
msgid "View Record"
msgstr "Prikaz zapisa"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:29 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:29
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8 #: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8
...@@ -537,11 +533,6 @@ msgstr "Prikaz zapisa" ...@@ -537,11 +533,6 @@ msgstr "Prikaz zapisa"
msgid "Filter" msgid "Filter"
msgstr "Филтер" msgstr "Филтер"
#: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
msgid "Details"
msgstr "Details"
#: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13 #: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13
#: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14 #: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14
msgid "Delete?" msgid "Delete?"
...@@ -599,6 +590,15 @@ msgstr "Vrsta koju %(name)s" ...@@ -599,6 +590,15 @@ msgstr "Vrsta koju %(name)s"
msgid "Select record" msgid "Select record"
msgstr "Izaberu rekord" msgstr "Izaberu rekord"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8
msgid "View Record"
msgstr "Prikaz zapisa"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:120
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:122 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:122
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap3/admin/model/list.html:120
......
...@@ -2,8 +2,8 @@ msgid "" ...@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: flask-admin\n" "Project-Id-Version: flask-admin\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-08-17 20:17-0500\n" "POT-Creation-Date: 2015-08-23 20:22-0500\n"
"PO-Revision-Date: 2015-08-17 21:19-0400\n" "PO-Revision-Date: 2015-09-04 20:43-0400\n"
"Last-Translator: mrjoes <serge.koval@gmail.com>\n" "Last-Translator: mrjoes <serge.koval@gmail.com>\n"
"Language-Team: Swedish\n" "Language-Team: Swedish\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s." ...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s."
msgstr "Kan inte redigera %(name)s." msgstr "Kan inte redigera %(name)s."
#: ../flask_admin/contrib/fileadmin.py:902 #: ../flask_admin/contrib/fileadmin.py:902
#: ../flask_admin/contrib/mongoengine/view.py:630 #: ../flask_admin/contrib/mongoengine/view.py:638
#: ../flask_admin/contrib/peewee/view.py:432 #: ../flask_admin/contrib/peewee/view.py:457
#: ../flask_admin/contrib/pymongo/view.py:352 #: ../flask_admin/contrib/pymongo/view.py:359
#: ../flask_admin/contrib/sqla/view.py:1061 #: ../flask_admin/contrib/sqla/view.py:1075
msgid "Delete" msgid "Delete"
msgstr "Ta bort" msgstr "Ta bort"
...@@ -281,57 +281,57 @@ msgstr "inte i listan" ...@@ -281,57 +281,57 @@ msgstr "inte i listan"
msgid "not between" msgid "not between"
msgstr "inte mellan" msgstr "inte mellan"
#: ../flask_admin/contrib/mongoengine/view.py:520 #: ../flask_admin/contrib/mongoengine/view.py:528
#, python-format #, python-format
msgid "Failed to get model. %(error)s" msgid "Failed to get model. %(error)s"
msgstr "Det gick inte att få modell. %(error)s" msgstr "Det gick inte att få modell. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:539 #: ../flask_admin/contrib/mongoengine/view.py:547
#: ../flask_admin/contrib/peewee/view.py:380 #: ../flask_admin/contrib/peewee/view.py:405
#: ../flask_admin/contrib/pymongo/view.py:284 #: ../flask_admin/contrib/pymongo/view.py:291
#: ../flask_admin/contrib/sqla/view.py:990 #: ../flask_admin/contrib/sqla/view.py:1004
#, python-format #, python-format
msgid "Failed to create record. %(error)s" msgid "Failed to create record. %(error)s"
msgstr "Det gick inte att skapa post. %(error)s" msgstr "Det gick inte att skapa post. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:565 #: ../flask_admin/contrib/mongoengine/view.py:573
#: ../flask_admin/contrib/peewee/view.py:399 #: ../flask_admin/contrib/peewee/view.py:424
#: ../flask_admin/contrib/pymongo/view.py:309 #: ../flask_admin/contrib/pymongo/view.py:316
#: ../flask_admin/contrib/sqla/view.py:1016 ../flask_admin/model/base.py:1864 #: ../flask_admin/contrib/sqla/view.py:1030 ../flask_admin/model/base.py:1864
#: ../flask_admin/model/base.py:1873 #: ../flask_admin/model/base.py:1873
#, python-format #, python-format
msgid "Failed to update record. %(error)s" msgid "Failed to update record. %(error)s"
msgstr "Det gick inte att skapa post. %(error)s" msgstr "Det gick inte att skapa post. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:588 #: ../flask_admin/contrib/mongoengine/view.py:596
#: ../flask_admin/contrib/peewee/view.py:414 #: ../flask_admin/contrib/peewee/view.py:439
#: ../flask_admin/contrib/pymongo/view.py:334 #: ../flask_admin/contrib/pymongo/view.py:341
#: ../flask_admin/contrib/sqla/view.py:1041 #: ../flask_admin/contrib/sqla/view.py:1055
#, python-format #, python-format
msgid "Failed to delete record. %(error)s" msgid "Failed to delete record. %(error)s"
msgstr "Det gick inte att ta bort posten. %(error)s" msgstr "Det gick inte att ta bort posten. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:631 #: ../flask_admin/contrib/mongoengine/view.py:639
#: ../flask_admin/contrib/peewee/view.py:433 #: ../flask_admin/contrib/peewee/view.py:458
#: ../flask_admin/contrib/pymongo/view.py:353 #: ../flask_admin/contrib/pymongo/view.py:360
#: ../flask_admin/contrib/sqla/view.py:1062 #: ../flask_admin/contrib/sqla/view.py:1076
msgid "Are you sure you want to delete selected records?" msgid "Are you sure you want to delete selected records?"
msgstr "Är du säker du vill ta bort markerade poster?" msgstr "Är du säker du vill ta bort markerade poster?"
#: ../flask_admin/contrib/mongoengine/view.py:640 #: ../flask_admin/contrib/mongoengine/view.py:648
#: ../flask_admin/contrib/peewee/view.py:450 #: ../flask_admin/contrib/peewee/view.py:475
#: ../flask_admin/contrib/pymongo/view.py:363 #: ../flask_admin/contrib/pymongo/view.py:370
#: ../flask_admin/contrib/sqla/view.py:1078 ../flask_admin/model/base.py:1812 #: ../flask_admin/contrib/sqla/view.py:1092 ../flask_admin/model/base.py:1812
#, python-format #, python-format
msgid "Record was successfully deleted." msgid "Record was successfully deleted."
msgid_plural "%(count)s records were successfully deleted." msgid_plural "%(count)s records were successfully deleted."
msgstr[0] "Posten har tagits bort." msgstr[0] "Posten har tagits bort."
msgstr[1] "%(count)s poster togs framgångsrikt bort." msgstr[1] "%(count)s poster togs framgångsrikt bort."
#: ../flask_admin/contrib/mongoengine/view.py:646 #: ../flask_admin/contrib/mongoengine/view.py:654
#: ../flask_admin/contrib/peewee/view.py:456 #: ../flask_admin/contrib/peewee/view.py:481
#: ../flask_admin/contrib/pymongo/view.py:368 #: ../flask_admin/contrib/pymongo/view.py:375
#: ../flask_admin/contrib/sqla/view.py:1086 #: ../flask_admin/contrib/sqla/view.py:1100
#, python-format #, python-format
msgid "Failed to delete records. %(error)s" msgid "Failed to delete records. %(error)s"
msgstr "Det gick inte att ta bort posten. %(error)s" msgstr "Det gick inte att ta bort posten. %(error)s"
...@@ -354,7 +354,7 @@ msgid_plural "At least %d items are required" ...@@ -354,7 +354,7 @@ msgid_plural "At least %d items are required"
msgstr[0] "Minst %d objekt krävs" msgstr[0] "Minst %d objekt krävs"
msgstr[1] "Minst %d objekt krävs" msgstr[1] "Minst %d objekt krävs"
#: ../flask_admin/contrib/sqla/view.py:969 #: ../flask_admin/contrib/sqla/view.py:983
#, python-format #, python-format
msgid "Integrity error. %(message)s" msgid "Integrity error. %(message)s"
msgstr "Integritet fel. %(message)s" msgstr "Integritet fel. %(message)s"
...@@ -482,14 +482,14 @@ msgstr "Byt namn på %(name)s" ...@@ -482,14 +482,14 @@ msgstr "Byt namn på %(name)s"
#: ../flask_admin/templates/bootstrap3/admin/model/create.html:5 #: ../flask_admin/templates/bootstrap3/admin/model/create.html:5
#: ../flask_admin/templates/bootstrap3/admin/model/edit.html:5 #: ../flask_admin/templates/bootstrap3/admin/model/edit.html:5
msgid "Save and Add Another" msgid "Save and Add Another"
msgstr "Save and Add Another" msgstr "Spara och lägg till en ny"
#: ../flask_admin/templates/bootstrap2/admin/model/create.html:6 #: ../flask_admin/templates/bootstrap2/admin/model/create.html:6
#: ../flask_admin/templates/bootstrap2/admin/model/edit.html:6 #: ../flask_admin/templates/bootstrap2/admin/model/edit.html:6
#: ../flask_admin/templates/bootstrap3/admin/model/create.html:6 #: ../flask_admin/templates/bootstrap3/admin/model/create.html:6
#: ../flask_admin/templates/bootstrap3/admin/model/edit.html:6 #: ../flask_admin/templates/bootstrap3/admin/model/edit.html:6
msgid "Save and Continue Editing" msgid "Save and Continue Editing"
msgstr "Save and Continue Editing" msgstr "Spara och fortsätt redigera"
#: ../flask_admin/templates/bootstrap2/admin/model/create.html:18 #: ../flask_admin/templates/bootstrap2/admin/model/create.html:18
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:8 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:8
...@@ -516,15 +516,11 @@ msgid "Create" ...@@ -516,15 +516,11 @@ msgid "Create"
msgstr "Skapa" msgstr "Skapa"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap3/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113 msgid "Details"
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8 msgstr "Detaljer"
msgid "View Record"
msgstr "Vy-post"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:29 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:29
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8 #: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8
...@@ -533,11 +529,6 @@ msgstr "Vy-post" ...@@ -533,11 +529,6 @@ msgstr "Vy-post"
msgid "Filter" msgid "Filter"
msgstr "Filter" msgstr "Filter"
#: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
msgid "Details"
msgstr "Details"
#: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13 #: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13
#: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14 #: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14
msgid "Delete?" msgid "Delete?"
...@@ -595,6 +586,15 @@ msgstr "Sortera efter %(name)s" ...@@ -595,6 +586,15 @@ msgstr "Sortera efter %(name)s"
msgid "Select record" msgid "Select record"
msgstr "Välj post" msgstr "Välj post"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8
msgid "View Record"
msgstr "Vy-post"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:120
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:122 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:122
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap3/admin/model/list.html:120
......
...@@ -2,8 +2,8 @@ msgid "" ...@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: flask-admin\n" "Project-Id-Version: flask-admin\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-08-17 20:17-0500\n" "POT-Creation-Date: 2015-08-23 20:22-0500\n"
"PO-Revision-Date: 2015-08-17 21:19-0400\n" "PO-Revision-Date: 2015-09-04 20:43-0400\n"
"Last-Translator: mrjoes <serge.koval@gmail.com>\n" "Last-Translator: mrjoes <serge.koval@gmail.com>\n"
"Language-Team: Turkish\n" "Language-Team: Turkish\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s." ...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s."
msgstr "%(name)s düzenleyemezsiniz." msgstr "%(name)s düzenleyemezsiniz."
#: ../flask_admin/contrib/fileadmin.py:902 #: ../flask_admin/contrib/fileadmin.py:902
#: ../flask_admin/contrib/mongoengine/view.py:630 #: ../flask_admin/contrib/mongoengine/view.py:638
#: ../flask_admin/contrib/peewee/view.py:432 #: ../flask_admin/contrib/peewee/view.py:457
#: ../flask_admin/contrib/pymongo/view.py:352 #: ../flask_admin/contrib/pymongo/view.py:359
#: ../flask_admin/contrib/sqla/view.py:1061 #: ../flask_admin/contrib/sqla/view.py:1075
msgid "Delete" msgid "Delete"
msgstr "Sil" msgstr "Sil"
...@@ -281,57 +281,57 @@ msgstr "liste değildir" ...@@ -281,57 +281,57 @@ msgstr "liste değildir"
msgid "not between" msgid "not between"
msgstr "arasında değil" msgstr "arasında değil"
#: ../flask_admin/contrib/mongoengine/view.py:520 #: ../flask_admin/contrib/mongoengine/view.py:528
#, python-format #, python-format
msgid "Failed to get model. %(error)s" msgid "Failed to get model. %(error)s"
msgstr "Model alma başarısız oldu. %(error)s" msgstr "Model alma başarısız oldu. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:539 #: ../flask_admin/contrib/mongoengine/view.py:547
#: ../flask_admin/contrib/peewee/view.py:380 #: ../flask_admin/contrib/peewee/view.py:405
#: ../flask_admin/contrib/pymongo/view.py:284 #: ../flask_admin/contrib/pymongo/view.py:291
#: ../flask_admin/contrib/sqla/view.py:990 #: ../flask_admin/contrib/sqla/view.py:1004
#, python-format #, python-format
msgid "Failed to create record. %(error)s" msgid "Failed to create record. %(error)s"
msgstr "Kaydı oluşturulamadı. %(error)s" msgstr "Kaydı oluşturulamadı. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:565 #: ../flask_admin/contrib/mongoengine/view.py:573
#: ../flask_admin/contrib/peewee/view.py:399 #: ../flask_admin/contrib/peewee/view.py:424
#: ../flask_admin/contrib/pymongo/view.py:309 #: ../flask_admin/contrib/pymongo/view.py:316
#: ../flask_admin/contrib/sqla/view.py:1016 ../flask_admin/model/base.py:1864 #: ../flask_admin/contrib/sqla/view.py:1030 ../flask_admin/model/base.py:1864
#: ../flask_admin/model/base.py:1873 #: ../flask_admin/model/base.py:1873
#, python-format #, python-format
msgid "Failed to update record. %(error)s" msgid "Failed to update record. %(error)s"
msgstr "Kaydı oluşturulamadı. %(error)s" msgstr "Kaydı oluşturulamadı. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:588 #: ../flask_admin/contrib/mongoengine/view.py:596
#: ../flask_admin/contrib/peewee/view.py:414 #: ../flask_admin/contrib/peewee/view.py:439
#: ../flask_admin/contrib/pymongo/view.py:334 #: ../flask_admin/contrib/pymongo/view.py:341
#: ../flask_admin/contrib/sqla/view.py:1041 #: ../flask_admin/contrib/sqla/view.py:1055
#, python-format #, python-format
msgid "Failed to delete record. %(error)s" msgid "Failed to delete record. %(error)s"
msgstr "Kaydı silinemedi. %(error)s" msgstr "Kaydı silinemedi. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:631 #: ../flask_admin/contrib/mongoengine/view.py:639
#: ../flask_admin/contrib/peewee/view.py:433 #: ../flask_admin/contrib/peewee/view.py:458
#: ../flask_admin/contrib/pymongo/view.py:353 #: ../flask_admin/contrib/pymongo/view.py:360
#: ../flask_admin/contrib/sqla/view.py:1062 #: ../flask_admin/contrib/sqla/view.py:1076
msgid "Are you sure you want to delete selected records?" msgid "Are you sure you want to delete selected records?"
msgstr "Seçili kayıtları silmek istediğinizden emin misiniz?" msgstr "Seçili kayıtları silmek istediğinizden emin misiniz?"
#: ../flask_admin/contrib/mongoengine/view.py:640 #: ../flask_admin/contrib/mongoengine/view.py:648
#: ../flask_admin/contrib/peewee/view.py:450 #: ../flask_admin/contrib/peewee/view.py:475
#: ../flask_admin/contrib/pymongo/view.py:363 #: ../flask_admin/contrib/pymongo/view.py:370
#: ../flask_admin/contrib/sqla/view.py:1078 ../flask_admin/model/base.py:1812 #: ../flask_admin/contrib/sqla/view.py:1092 ../flask_admin/model/base.py:1812
#, python-format #, python-format
msgid "Record was successfully deleted." msgid "Record was successfully deleted."
msgid_plural "%(count)s records were successfully deleted." msgid_plural "%(count)s records were successfully deleted."
msgstr[0] "Kaydı başarıyla silindi." msgstr[0] "Kaydı başarıyla silindi."
msgstr[1] "%(count)s kayıtlarını başarıyla silindi." msgstr[1] "%(count)s kayıtlarını başarıyla silindi."
#: ../flask_admin/contrib/mongoengine/view.py:646 #: ../flask_admin/contrib/mongoengine/view.py:654
#: ../flask_admin/contrib/peewee/view.py:456 #: ../flask_admin/contrib/peewee/view.py:481
#: ../flask_admin/contrib/pymongo/view.py:368 #: ../flask_admin/contrib/pymongo/view.py:375
#: ../flask_admin/contrib/sqla/view.py:1086 #: ../flask_admin/contrib/sqla/view.py:1100
#, python-format #, python-format
msgid "Failed to delete records. %(error)s" msgid "Failed to delete records. %(error)s"
msgstr "Kaydı silinemedi. %(error)s" msgstr "Kaydı silinemedi. %(error)s"
...@@ -354,7 +354,7 @@ msgid_plural "At least %d items are required" ...@@ -354,7 +354,7 @@ msgid_plural "At least %d items are required"
msgstr[0] "En azından %d öğesi gerekli" msgstr[0] "En azından %d öğesi gerekli"
msgstr[1] "En azından %d öğeler gerekli" msgstr[1] "En azından %d öğeler gerekli"
#: ../flask_admin/contrib/sqla/view.py:969 #: ../flask_admin/contrib/sqla/view.py:983
#, python-format #, python-format
msgid "Integrity error. %(message)s" msgid "Integrity error. %(message)s"
msgstr "Bütünlüğü hatası. %(message)s" msgstr "Bütünlüğü hatası. %(message)s"
...@@ -516,15 +516,11 @@ msgid "Create" ...@@ -516,15 +516,11 @@ msgid "Create"
msgstr "Oluşturmak" msgstr "Oluşturmak"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap3/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113 msgid "Details"
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8 msgstr "Details"
msgid "View Record"
msgstr "Görünüm kaydı"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:29 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:29
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8 #: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8
...@@ -533,11 +529,6 @@ msgstr "Görünüm kaydı" ...@@ -533,11 +529,6 @@ msgstr "Görünüm kaydı"
msgid "Filter" msgid "Filter"
msgstr "Filtre" msgstr "Filtre"
#: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
msgid "Details"
msgstr "Details"
#: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13 #: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13
#: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14 #: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14
msgid "Delete?" msgid "Delete?"
...@@ -595,6 +586,15 @@ msgstr "%(name)s göre sırala" ...@@ -595,6 +586,15 @@ msgstr "%(name)s göre sırala"
msgid "Select record" msgid "Select record"
msgstr "Çek'i seçin" msgstr "Çek'i seçin"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8
msgid "View Record"
msgstr "Görünüm kaydı"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:120
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:122 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:122
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap3/admin/model/list.html:120
......
...@@ -2,8 +2,8 @@ msgid "" ...@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: flask-admin\n" "Project-Id-Version: flask-admin\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-08-17 20:17-0500\n" "POT-Creation-Date: 2015-08-23 20:22-0500\n"
"PO-Revision-Date: 2015-08-17 21:19-0400\n" "PO-Revision-Date: 2015-09-04 20:43-0400\n"
"Last-Translator: mrjoes <serge.koval@gmail.com>\n" "Last-Translator: mrjoes <serge.koval@gmail.com>\n"
"Language-Team: Ukrainian\n" "Language-Team: Ukrainian\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s." ...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s."
msgstr "Не можна редагувати %(name)s." msgstr "Не можна редагувати %(name)s."
#: ../flask_admin/contrib/fileadmin.py:902 #: ../flask_admin/contrib/fileadmin.py:902
#: ../flask_admin/contrib/mongoengine/view.py:630 #: ../flask_admin/contrib/mongoengine/view.py:638
#: ../flask_admin/contrib/peewee/view.py:432 #: ../flask_admin/contrib/peewee/view.py:457
#: ../flask_admin/contrib/pymongo/view.py:352 #: ../flask_admin/contrib/pymongo/view.py:359
#: ../flask_admin/contrib/sqla/view.py:1061 #: ../flask_admin/contrib/sqla/view.py:1075
msgid "Delete" msgid "Delete"
msgstr "Видалити" msgstr "Видалити"
...@@ -281,47 +281,47 @@ msgstr "немає у списку" ...@@ -281,47 +281,47 @@ msgstr "немає у списку"
msgid "not between" msgid "not between"
msgstr "не між" msgstr "не між"
#: ../flask_admin/contrib/mongoengine/view.py:520 #: ../flask_admin/contrib/mongoengine/view.py:528
#, python-format #, python-format
msgid "Failed to get model. %(error)s" msgid "Failed to get model. %(error)s"
msgstr "Не вдалося отримати моделі. %(error)s" msgstr "Не вдалося отримати моделі. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:539 #: ../flask_admin/contrib/mongoengine/view.py:547
#: ../flask_admin/contrib/peewee/view.py:380 #: ../flask_admin/contrib/peewee/view.py:405
#: ../flask_admin/contrib/pymongo/view.py:284 #: ../flask_admin/contrib/pymongo/view.py:291
#: ../flask_admin/contrib/sqla/view.py:990 #: ../flask_admin/contrib/sqla/view.py:1004
#, python-format #, python-format
msgid "Failed to create record. %(error)s" msgid "Failed to create record. %(error)s"
msgstr "Не вдалося створити запис. %(error)s" msgstr "Не вдалося створити запис. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:565 #: ../flask_admin/contrib/mongoengine/view.py:573
#: ../flask_admin/contrib/peewee/view.py:399 #: ../flask_admin/contrib/peewee/view.py:424
#: ../flask_admin/contrib/pymongo/view.py:309 #: ../flask_admin/contrib/pymongo/view.py:316
#: ../flask_admin/contrib/sqla/view.py:1016 ../flask_admin/model/base.py:1864 #: ../flask_admin/contrib/sqla/view.py:1030 ../flask_admin/model/base.py:1864
#: ../flask_admin/model/base.py:1873 #: ../flask_admin/model/base.py:1873
#, python-format #, python-format
msgid "Failed to update record. %(error)s" msgid "Failed to update record. %(error)s"
msgstr "Не вдалося створити запис. %(error)s" msgstr "Не вдалося створити запис. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:588 #: ../flask_admin/contrib/mongoengine/view.py:596
#: ../flask_admin/contrib/peewee/view.py:414 #: ../flask_admin/contrib/peewee/view.py:439
#: ../flask_admin/contrib/pymongo/view.py:334 #: ../flask_admin/contrib/pymongo/view.py:341
#: ../flask_admin/contrib/sqla/view.py:1041 #: ../flask_admin/contrib/sqla/view.py:1055
#, python-format #, python-format
msgid "Failed to delete record. %(error)s" msgid "Failed to delete record. %(error)s"
msgstr "Не вдалося видалити запис. %(error)s" msgstr "Не вдалося видалити запис. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:631 #: ../flask_admin/contrib/mongoengine/view.py:639
#: ../flask_admin/contrib/peewee/view.py:433 #: ../flask_admin/contrib/peewee/view.py:458
#: ../flask_admin/contrib/pymongo/view.py:353 #: ../flask_admin/contrib/pymongo/view.py:360
#: ../flask_admin/contrib/sqla/view.py:1062 #: ../flask_admin/contrib/sqla/view.py:1076
msgid "Are you sure you want to delete selected records?" msgid "Are you sure you want to delete selected records?"
msgstr "Ви дійсно бажаєте видалити вибрані записи?" msgstr "Ви дійсно бажаєте видалити вибрані записи?"
#: ../flask_admin/contrib/mongoengine/view.py:640 #: ../flask_admin/contrib/mongoengine/view.py:648
#: ../flask_admin/contrib/peewee/view.py:450 #: ../flask_admin/contrib/peewee/view.py:475
#: ../flask_admin/contrib/pymongo/view.py:363 #: ../flask_admin/contrib/pymongo/view.py:370
#: ../flask_admin/contrib/sqla/view.py:1078 ../flask_admin/model/base.py:1812 #: ../flask_admin/contrib/sqla/view.py:1092 ../flask_admin/model/base.py:1812
#, python-format #, python-format
msgid "Record was successfully deleted." msgid "Record was successfully deleted."
msgid_plural "%(count)s records were successfully deleted." msgid_plural "%(count)s records were successfully deleted."
...@@ -329,10 +329,10 @@ msgstr[0] "Запис успішно вилучено." ...@@ -329,10 +329,10 @@ msgstr[0] "Запис успішно вилучено."
msgstr[1] "%(count)s records були успішно вилучено." msgstr[1] "%(count)s records були успішно вилучено."
msgstr[2] "%(count)s records були успішно вилучено." msgstr[2] "%(count)s records були успішно вилучено."
#: ../flask_admin/contrib/mongoengine/view.py:646 #: ../flask_admin/contrib/mongoengine/view.py:654
#: ../flask_admin/contrib/peewee/view.py:456 #: ../flask_admin/contrib/peewee/view.py:481
#: ../flask_admin/contrib/pymongo/view.py:368 #: ../flask_admin/contrib/pymongo/view.py:375
#: ../flask_admin/contrib/sqla/view.py:1086 #: ../flask_admin/contrib/sqla/view.py:1100
#, python-format #, python-format
msgid "Failed to delete records. %(error)s" msgid "Failed to delete records. %(error)s"
msgstr "Не вдалося видалити запис. %(error)s" msgstr "Не вдалося видалити запис. %(error)s"
...@@ -356,7 +356,7 @@ msgstr[0] "По крайней мере елемент %d є обов'язков ...@@ -356,7 +356,7 @@ msgstr[0] "По крайней мере елемент %d є обов'язков
msgstr[1] "Принаймні %d елементи обов'язкові для заповнення" msgstr[1] "Принаймні %d елементи обов'язкові для заповнення"
msgstr[2] "Принаймні %d елементи обов'язкові для заповнення" msgstr[2] "Принаймні %d елементи обов'язкові для заповнення"
#: ../flask_admin/contrib/sqla/view.py:969 #: ../flask_admin/contrib/sqla/view.py:983
#, python-format #, python-format
msgid "Integrity error. %(message)s" msgid "Integrity error. %(message)s"
msgstr "Цілісність помилка. %(message)s" msgstr "Цілісність помилка. %(message)s"
...@@ -518,15 +518,11 @@ msgid "Create" ...@@ -518,15 +518,11 @@ msgid "Create"
msgstr "Створити" msgstr "Створити"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap3/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113 msgid "Details"
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8 msgstr "Details"
msgid "View Record"
msgstr "Перегляд запису"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:29 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:29
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8 #: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8
...@@ -535,11 +531,6 @@ msgstr "Перегляд запису" ...@@ -535,11 +531,6 @@ msgstr "Перегляд запису"
msgid "Filter" msgid "Filter"
msgstr "Фільтр" msgstr "Фільтр"
#: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
msgid "Details"
msgstr "Details"
#: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13 #: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13
#: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14 #: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14
msgid "Delete?" msgid "Delete?"
...@@ -597,6 +588,15 @@ msgstr "Сортувати за %(name)s" ...@@ -597,6 +588,15 @@ msgstr "Сортувати за %(name)s"
msgid "Select record" msgid "Select record"
msgstr "Виберіть запис" msgstr "Виберіть запис"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8
msgid "View Record"
msgstr "Перегляд запису"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:120
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:122 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:122
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap3/admin/model/list.html:120
......
...@@ -2,8 +2,8 @@ msgid "" ...@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: flask-admin\n" "Project-Id-Version: flask-admin\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-08-17 20:17-0500\n" "POT-Creation-Date: 2015-08-23 20:22-0500\n"
"PO-Revision-Date: 2015-08-17 21:19-0400\n" "PO-Revision-Date: 2015-09-04 20:43-0400\n"
"Last-Translator: mrjoes <serge.koval@gmail.com>\n" "Last-Translator: mrjoes <serge.koval@gmail.com>\n"
"Language-Team: Vietnamese\n" "Language-Team: Vietnamese\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s." ...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s."
msgstr "Không thể chỉnh sửa %(name)s." msgstr "Không thể chỉnh sửa %(name)s."
#: ../flask_admin/contrib/fileadmin.py:902 #: ../flask_admin/contrib/fileadmin.py:902
#: ../flask_admin/contrib/mongoengine/view.py:630 #: ../flask_admin/contrib/mongoengine/view.py:638
#: ../flask_admin/contrib/peewee/view.py:432 #: ../flask_admin/contrib/peewee/view.py:457
#: ../flask_admin/contrib/pymongo/view.py:352 #: ../flask_admin/contrib/pymongo/view.py:359
#: ../flask_admin/contrib/sqla/view.py:1061 #: ../flask_admin/contrib/sqla/view.py:1075
msgid "Delete" msgid "Delete"
msgstr "Xóa" msgstr "Xóa"
...@@ -281,56 +281,56 @@ msgstr "không có trong danh sách" ...@@ -281,56 +281,56 @@ msgstr "không có trong danh sách"
msgid "not between" msgid "not between"
msgstr "không giữa" msgstr "không giữa"
#: ../flask_admin/contrib/mongoengine/view.py:520 #: ../flask_admin/contrib/mongoengine/view.py:528
#, python-format #, python-format
msgid "Failed to get model. %(error)s" msgid "Failed to get model. %(error)s"
msgstr "Không thể có được mô hình. %(error)s" msgstr "Không thể có được mô hình. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:539 #: ../flask_admin/contrib/mongoengine/view.py:547
#: ../flask_admin/contrib/peewee/view.py:380 #: ../flask_admin/contrib/peewee/view.py:405
#: ../flask_admin/contrib/pymongo/view.py:284 #: ../flask_admin/contrib/pymongo/view.py:291
#: ../flask_admin/contrib/sqla/view.py:990 #: ../flask_admin/contrib/sqla/view.py:1004
#, python-format #, python-format
msgid "Failed to create record. %(error)s" msgid "Failed to create record. %(error)s"
msgstr "Hỏng khi tạo hồ sơ. %(error)s" msgstr "Hỏng khi tạo hồ sơ. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:565 #: ../flask_admin/contrib/mongoengine/view.py:573
#: ../flask_admin/contrib/peewee/view.py:399 #: ../flask_admin/contrib/peewee/view.py:424
#: ../flask_admin/contrib/pymongo/view.py:309 #: ../flask_admin/contrib/pymongo/view.py:316
#: ../flask_admin/contrib/sqla/view.py:1016 ../flask_admin/model/base.py:1864 #: ../flask_admin/contrib/sqla/view.py:1030 ../flask_admin/model/base.py:1864
#: ../flask_admin/model/base.py:1873 #: ../flask_admin/model/base.py:1873
#, python-format #, python-format
msgid "Failed to update record. %(error)s" msgid "Failed to update record. %(error)s"
msgstr "Hỏng khi tạo hồ sơ. %(error)s" msgstr "Hỏng khi tạo hồ sơ. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:588 #: ../flask_admin/contrib/mongoengine/view.py:596
#: ../flask_admin/contrib/peewee/view.py:414 #: ../flask_admin/contrib/peewee/view.py:439
#: ../flask_admin/contrib/pymongo/view.py:334 #: ../flask_admin/contrib/pymongo/view.py:341
#: ../flask_admin/contrib/sqla/view.py:1041 #: ../flask_admin/contrib/sqla/view.py:1055
#, python-format #, python-format
msgid "Failed to delete record. %(error)s" msgid "Failed to delete record. %(error)s"
msgstr "Không xóa hồ sơ. %(error)s" msgstr "Không xóa hồ sơ. %(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:631 #: ../flask_admin/contrib/mongoengine/view.py:639
#: ../flask_admin/contrib/peewee/view.py:433 #: ../flask_admin/contrib/peewee/view.py:458
#: ../flask_admin/contrib/pymongo/view.py:353 #: ../flask_admin/contrib/pymongo/view.py:360
#: ../flask_admin/contrib/sqla/view.py:1062 #: ../flask_admin/contrib/sqla/view.py:1076
msgid "Are you sure you want to delete selected records?" msgid "Are you sure you want to delete selected records?"
msgstr "Bạn có chắc bạn muốn xóa hồ sơ đã chọn không?" msgstr "Bạn có chắc bạn muốn xóa hồ sơ đã chọn không?"
#: ../flask_admin/contrib/mongoengine/view.py:640 #: ../flask_admin/contrib/mongoengine/view.py:648
#: ../flask_admin/contrib/peewee/view.py:450 #: ../flask_admin/contrib/peewee/view.py:475
#: ../flask_admin/contrib/pymongo/view.py:363 #: ../flask_admin/contrib/pymongo/view.py:370
#: ../flask_admin/contrib/sqla/view.py:1078 ../flask_admin/model/base.py:1812 #: ../flask_admin/contrib/sqla/view.py:1092 ../flask_admin/model/base.py:1812
#, python-format #, python-format
msgid "Record was successfully deleted." msgid "Record was successfully deleted."
msgid_plural "%(count)s records were successfully deleted." msgid_plural "%(count)s records were successfully deleted."
msgstr[0] "%(count)s hồ sơ đã được xóa thành công." msgstr[0] "%(count)s hồ sơ đã được xóa thành công."
#: ../flask_admin/contrib/mongoengine/view.py:646 #: ../flask_admin/contrib/mongoengine/view.py:654
#: ../flask_admin/contrib/peewee/view.py:456 #: ../flask_admin/contrib/peewee/view.py:481
#: ../flask_admin/contrib/pymongo/view.py:368 #: ../flask_admin/contrib/pymongo/view.py:375
#: ../flask_admin/contrib/sqla/view.py:1086 #: ../flask_admin/contrib/sqla/view.py:1100
#, python-format #, python-format
msgid "Failed to delete records. %(error)s" msgid "Failed to delete records. %(error)s"
msgstr "Không xóa hồ sơ. %(error)s" msgstr "Không xóa hồ sơ. %(error)s"
...@@ -352,7 +352,7 @@ msgid "At least %d item is required" ...@@ -352,7 +352,7 @@ msgid "At least %d item is required"
msgid_plural "At least %d items are required" msgid_plural "At least %d items are required"
msgstr[0] "Ít %d mục được yêu cầu" msgstr[0] "Ít %d mục được yêu cầu"
#: ../flask_admin/contrib/sqla/view.py:969 #: ../flask_admin/contrib/sqla/view.py:983
#, python-format #, python-format
msgid "Integrity error. %(message)s" msgid "Integrity error. %(message)s"
msgstr "Tính toàn vẹn lỗi. %(message)s" msgstr "Tính toàn vẹn lỗi. %(message)s"
...@@ -514,15 +514,11 @@ msgid "Create" ...@@ -514,15 +514,11 @@ msgid "Create"
msgstr "Tạo" msgstr "Tạo"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap3/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113 msgid "Details"
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8 msgstr "Details"
msgid "View Record"
msgstr "Xem hồ sơ"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:29 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:29
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8 #: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8
...@@ -531,11 +527,6 @@ msgstr "Xem hồ sơ" ...@@ -531,11 +527,6 @@ msgstr "Xem hồ sơ"
msgid "Filter" msgid "Filter"
msgstr "Lọc" msgstr "Lọc"
#: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
msgid "Details"
msgstr "Details"
#: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13 #: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13
#: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14 #: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14
msgid "Delete?" msgid "Delete?"
...@@ -593,6 +584,15 @@ msgstr "Sắp xếp theo %(name)s" ...@@ -593,6 +584,15 @@ msgstr "Sắp xếp theo %(name)s"
msgid "Select record" msgid "Select record"
msgstr "Chọn hồ sơ" msgstr "Chọn hồ sơ"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8
msgid "View Record"
msgstr "Xem hồ sơ"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:120
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:122 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:122
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap3/admin/model/list.html:120
......
...@@ -2,8 +2,8 @@ msgid "" ...@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: flask-admin\n" "Project-Id-Version: flask-admin\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-08-17 20:17-0500\n" "POT-Creation-Date: 2015-08-23 20:22-0500\n"
"PO-Revision-Date: 2015-08-17 21:19-0400\n" "PO-Revision-Date: 2015-09-04 20:43-0400\n"
"Last-Translator: mrjoes <serge.koval@gmail.com>\n" "Last-Translator: mrjoes <serge.koval@gmail.com>\n"
"Language-Team: Chinese Simplified\n" "Language-Team: Chinese Simplified\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s." ...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s."
msgstr "无法编辑 %(name)s。" msgstr "无法编辑 %(name)s。"
#: ../flask_admin/contrib/fileadmin.py:902 #: ../flask_admin/contrib/fileadmin.py:902
#: ../flask_admin/contrib/mongoengine/view.py:630 #: ../flask_admin/contrib/mongoengine/view.py:638
#: ../flask_admin/contrib/peewee/view.py:432 #: ../flask_admin/contrib/peewee/view.py:457
#: ../flask_admin/contrib/pymongo/view.py:352 #: ../flask_admin/contrib/pymongo/view.py:359
#: ../flask_admin/contrib/sqla/view.py:1061 #: ../flask_admin/contrib/sqla/view.py:1075
msgid "Delete" msgid "Delete"
msgstr "删除" msgstr "删除"
...@@ -281,56 +281,56 @@ msgstr "不在列表中" ...@@ -281,56 +281,56 @@ msgstr "不在列表中"
msgid "not between" msgid "not between"
msgstr "不是之间" msgstr "不是之间"
#: ../flask_admin/contrib/mongoengine/view.py:520 #: ../flask_admin/contrib/mongoengine/view.py:528
#, python-format #, python-format
msgid "Failed to get model. %(error)s" msgid "Failed to get model. %(error)s"
msgstr "获取 model 失败。%(error)s" msgstr "获取 model 失败。%(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:539 #: ../flask_admin/contrib/mongoengine/view.py:547
#: ../flask_admin/contrib/peewee/view.py:380 #: ../flask_admin/contrib/peewee/view.py:405
#: ../flask_admin/contrib/pymongo/view.py:284 #: ../flask_admin/contrib/pymongo/view.py:291
#: ../flask_admin/contrib/sqla/view.py:990 #: ../flask_admin/contrib/sqla/view.py:1004
#, python-format #, python-format
msgid "Failed to create record. %(error)s" msgid "Failed to create record. %(error)s"
msgstr "创建 model 失败。%(error)s" msgstr "创建 model 失败。%(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:565 #: ../flask_admin/contrib/mongoengine/view.py:573
#: ../flask_admin/contrib/peewee/view.py:399 #: ../flask_admin/contrib/peewee/view.py:424
#: ../flask_admin/contrib/pymongo/view.py:309 #: ../flask_admin/contrib/pymongo/view.py:316
#: ../flask_admin/contrib/sqla/view.py:1016 ../flask_admin/model/base.py:1864 #: ../flask_admin/contrib/sqla/view.py:1030 ../flask_admin/model/base.py:1864
#: ../flask_admin/model/base.py:1873 #: ../flask_admin/model/base.py:1873
#, python-format #, python-format
msgid "Failed to update record. %(error)s" msgid "Failed to update record. %(error)s"
msgstr "更新 model 失败。%(error)s" msgstr "更新 model 失败。%(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:588 #: ../flask_admin/contrib/mongoengine/view.py:596
#: ../flask_admin/contrib/peewee/view.py:414 #: ../flask_admin/contrib/peewee/view.py:439
#: ../flask_admin/contrib/pymongo/view.py:334 #: ../flask_admin/contrib/pymongo/view.py:341
#: ../flask_admin/contrib/sqla/view.py:1041 #: ../flask_admin/contrib/sqla/view.py:1055
#, python-format #, python-format
msgid "Failed to delete record. %(error)s" msgid "Failed to delete record. %(error)s"
msgstr "删除 model 失败。%(error)s" msgstr "删除 model 失败。%(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:631 #: ../flask_admin/contrib/mongoengine/view.py:639
#: ../flask_admin/contrib/peewee/view.py:433 #: ../flask_admin/contrib/peewee/view.py:458
#: ../flask_admin/contrib/pymongo/view.py:353 #: ../flask_admin/contrib/pymongo/view.py:360
#: ../flask_admin/contrib/sqla/view.py:1062 #: ../flask_admin/contrib/sqla/view.py:1076
msgid "Are you sure you want to delete selected records?" msgid "Are you sure you want to delete selected records?"
msgstr "你打算要删除这些 model 吗?" msgstr "你打算要删除这些 model 吗?"
#: ../flask_admin/contrib/mongoengine/view.py:640 #: ../flask_admin/contrib/mongoengine/view.py:648
#: ../flask_admin/contrib/peewee/view.py:450 #: ../flask_admin/contrib/peewee/view.py:475
#: ../flask_admin/contrib/pymongo/view.py:363 #: ../flask_admin/contrib/pymongo/view.py:370
#: ../flask_admin/contrib/sqla/view.py:1078 ../flask_admin/model/base.py:1812 #: ../flask_admin/contrib/sqla/view.py:1092 ../flask_admin/model/base.py:1812
#, python-format #, python-format
msgid "Record was successfully deleted." msgid "Record was successfully deleted."
msgid_plural "%(count)s records were successfully deleted." msgid_plural "%(count)s records were successfully deleted."
msgstr[0] "删除 model 成功。" msgstr[0] "删除 model 成功。"
#: ../flask_admin/contrib/mongoengine/view.py:646 #: ../flask_admin/contrib/mongoengine/view.py:654
#: ../flask_admin/contrib/peewee/view.py:456 #: ../flask_admin/contrib/peewee/view.py:481
#: ../flask_admin/contrib/pymongo/view.py:368 #: ../flask_admin/contrib/pymongo/view.py:375
#: ../flask_admin/contrib/sqla/view.py:1086 #: ../flask_admin/contrib/sqla/view.py:1100
#, python-format #, python-format
msgid "Failed to delete records. %(error)s" msgid "Failed to delete records. %(error)s"
msgstr "删除 model 失败。%(error)s" msgstr "删除 model 失败。%(error)s"
...@@ -352,7 +352,7 @@ msgid "At least %d item is required" ...@@ -352,7 +352,7 @@ msgid "At least %d item is required"
msgid_plural "At least %d items are required" msgid_plural "At least %d items are required"
msgstr[0] "至少 %d 为必填项" msgstr[0] "至少 %d 为必填项"
#: ../flask_admin/contrib/sqla/view.py:969 #: ../flask_admin/contrib/sqla/view.py:983
#, python-format #, python-format
msgid "Integrity error. %(message)s" msgid "Integrity error. %(message)s"
msgstr "完整性错误。%(message)s" msgstr "完整性错误。%(message)s"
...@@ -514,15 +514,11 @@ msgid "Create" ...@@ -514,15 +514,11 @@ msgid "Create"
msgstr "创建" msgstr "创建"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap3/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113 msgid "Details"
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8 msgstr "Details"
msgid "View Record"
msgstr "查看记录"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:29 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:29
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8 #: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8
...@@ -531,11 +527,6 @@ msgstr "查看记录" ...@@ -531,11 +527,6 @@ msgstr "查看记录"
msgid "Filter" msgid "Filter"
msgstr "筛选器" msgstr "筛选器"
#: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
msgid "Details"
msgstr "Details"
#: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13 #: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13
#: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14 #: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14
msgid "Delete?" msgid "Delete?"
...@@ -593,6 +584,15 @@ msgstr "按 %(name)s 进行排序" ...@@ -593,6 +584,15 @@ msgstr "按 %(name)s 进行排序"
msgid "Select record" msgid "Select record"
msgstr "选择记录" msgstr "选择记录"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8
msgid "View Record"
msgstr "查看记录"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:120
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:122 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:122
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap3/admin/model/list.html:120
......
...@@ -2,8 +2,8 @@ msgid "" ...@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: flask-admin\n" "Project-Id-Version: flask-admin\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-08-17 20:17-0500\n" "POT-Creation-Date: 2015-08-23 20:22-0500\n"
"PO-Revision-Date: 2015-08-17 21:19-0400\n" "PO-Revision-Date: 2015-09-04 20:43-0400\n"
"Last-Translator: mrjoes <serge.koval@gmail.com>\n" "Last-Translator: mrjoes <serge.koval@gmail.com>\n"
"Language-Team: Chinese Traditional\n" "Language-Team: Chinese Traditional\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s." ...@@ -180,10 +180,10 @@ msgid "Cannot edit %(name)s."
msgstr "不能編輯 %(name)s。" msgstr "不能編輯 %(name)s。"
#: ../flask_admin/contrib/fileadmin.py:902 #: ../flask_admin/contrib/fileadmin.py:902
#: ../flask_admin/contrib/mongoengine/view.py:630 #: ../flask_admin/contrib/mongoengine/view.py:638
#: ../flask_admin/contrib/peewee/view.py:432 #: ../flask_admin/contrib/peewee/view.py:457
#: ../flask_admin/contrib/pymongo/view.py:352 #: ../flask_admin/contrib/pymongo/view.py:359
#: ../flask_admin/contrib/sqla/view.py:1061 #: ../flask_admin/contrib/sqla/view.py:1075
msgid "Delete" msgid "Delete"
msgstr "刪除" msgstr "刪除"
...@@ -281,56 +281,56 @@ msgstr "不在清單中" ...@@ -281,56 +281,56 @@ msgstr "不在清單中"
msgid "not between" msgid "not between"
msgstr "不是之間" msgstr "不是之間"
#: ../flask_admin/contrib/mongoengine/view.py:520 #: ../flask_admin/contrib/mongoengine/view.py:528
#, python-format #, python-format
msgid "Failed to get model. %(error)s" msgid "Failed to get model. %(error)s"
msgstr "未能獲取模型。%(error)s" msgstr "未能獲取模型。%(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:539 #: ../flask_admin/contrib/mongoengine/view.py:547
#: ../flask_admin/contrib/peewee/view.py:380 #: ../flask_admin/contrib/peewee/view.py:405
#: ../flask_admin/contrib/pymongo/view.py:284 #: ../flask_admin/contrib/pymongo/view.py:291
#: ../flask_admin/contrib/sqla/view.py:990 #: ../flask_admin/contrib/sqla/view.py:1004
#, python-format #, python-format
msgid "Failed to create record. %(error)s" msgid "Failed to create record. %(error)s"
msgstr "建立模型的時候發生異常:%(error)s" msgstr "建立模型的時候發生異常:%(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:565 #: ../flask_admin/contrib/mongoengine/view.py:573
#: ../flask_admin/contrib/peewee/view.py:399 #: ../flask_admin/contrib/peewee/view.py:424
#: ../flask_admin/contrib/pymongo/view.py:309 #: ../flask_admin/contrib/pymongo/view.py:316
#: ../flask_admin/contrib/sqla/view.py:1016 ../flask_admin/model/base.py:1864 #: ../flask_admin/contrib/sqla/view.py:1030 ../flask_admin/model/base.py:1864
#: ../flask_admin/model/base.py:1873 #: ../flask_admin/model/base.py:1873
#, python-format #, python-format
msgid "Failed to update record. %(error)s" msgid "Failed to update record. %(error)s"
msgstr "更新模型的時候發生異常:%(error)s" msgstr "更新模型的時候發生異常:%(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:588 #: ../flask_admin/contrib/mongoengine/view.py:596
#: ../flask_admin/contrib/peewee/view.py:414 #: ../flask_admin/contrib/peewee/view.py:439
#: ../flask_admin/contrib/pymongo/view.py:334 #: ../flask_admin/contrib/pymongo/view.py:341
#: ../flask_admin/contrib/sqla/view.py:1041 #: ../flask_admin/contrib/sqla/view.py:1055
#, python-format #, python-format
msgid "Failed to delete record. %(error)s" msgid "Failed to delete record. %(error)s"
msgstr "刪除模型的時候發生異常:%(error)s" msgstr "刪除模型的時候發生異常:%(error)s"
#: ../flask_admin/contrib/mongoengine/view.py:631 #: ../flask_admin/contrib/mongoengine/view.py:639
#: ../flask_admin/contrib/peewee/view.py:433 #: ../flask_admin/contrib/peewee/view.py:458
#: ../flask_admin/contrib/pymongo/view.py:353 #: ../flask_admin/contrib/pymongo/view.py:360
#: ../flask_admin/contrib/sqla/view.py:1062 #: ../flask_admin/contrib/sqla/view.py:1076
msgid "Are you sure you want to delete selected records?" msgid "Are you sure you want to delete selected records?"
msgstr "您確定要刪除這些模型嗎?" msgstr "您確定要刪除這些模型嗎?"
#: ../flask_admin/contrib/mongoengine/view.py:640 #: ../flask_admin/contrib/mongoengine/view.py:648
#: ../flask_admin/contrib/peewee/view.py:450 #: ../flask_admin/contrib/peewee/view.py:475
#: ../flask_admin/contrib/pymongo/view.py:363 #: ../flask_admin/contrib/pymongo/view.py:370
#: ../flask_admin/contrib/sqla/view.py:1078 ../flask_admin/model/base.py:1812 #: ../flask_admin/contrib/sqla/view.py:1092 ../flask_admin/model/base.py:1812
#, python-format #, python-format
msgid "Record was successfully deleted." msgid "Record was successfully deleted."
msgid_plural "%(count)s records were successfully deleted." msgid_plural "%(count)s records were successfully deleted."
msgstr[0] "刪除作業成功完成。" msgstr[0] "刪除作業成功完成。"
#: ../flask_admin/contrib/mongoengine/view.py:646 #: ../flask_admin/contrib/mongoengine/view.py:654
#: ../flask_admin/contrib/peewee/view.py:456 #: ../flask_admin/contrib/peewee/view.py:481
#: ../flask_admin/contrib/pymongo/view.py:368 #: ../flask_admin/contrib/pymongo/view.py:375
#: ../flask_admin/contrib/sqla/view.py:1086 #: ../flask_admin/contrib/sqla/view.py:1100
#, python-format #, python-format
msgid "Failed to delete records. %(error)s" msgid "Failed to delete records. %(error)s"
msgstr "刪除模型的時候發生異常:%(error)s" msgstr "刪除模型的時候發生異常:%(error)s"
...@@ -352,7 +352,7 @@ msgid "At least %d item is required" ...@@ -352,7 +352,7 @@ msgid "At least %d item is required"
msgid_plural "At least %d items are required" msgid_plural "At least %d items are required"
msgstr[0] "至少 %d 為必填項" msgstr[0] "至少 %d 為必填項"
#: ../flask_admin/contrib/sqla/view.py:969 #: ../flask_admin/contrib/sqla/view.py:983
#, python-format #, python-format
msgid "Integrity error. %(message)s" msgid "Integrity error. %(message)s"
msgstr "完整性錯誤。%(message)s" msgstr "完整性錯誤。%(message)s"
...@@ -514,15 +514,11 @@ msgid "Create" ...@@ -514,15 +514,11 @@ msgid "Create"
msgstr "建立" msgstr "建立"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/details.html:21 #: ../flask_admin/templates/bootstrap3/admin/model/details.html:21
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111 #: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113 msgid "Details"
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8 msgstr "Details"
msgid "View Record"
msgstr "查看記錄"
#: ../flask_admin/templates/bootstrap2/admin/model/details.html:29 #: ../flask_admin/templates/bootstrap2/admin/model/details.html:29
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8 #: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:8
...@@ -531,11 +527,6 @@ msgstr "查看記錄" ...@@ -531,11 +527,6 @@ msgstr "查看記錄"
msgid "Filter" msgid "Filter"
msgstr "篩選器" msgstr "篩選器"
#: ../flask_admin/templates/bootstrap2/admin/model/edit.html:30
#: ../flask_admin/templates/bootstrap3/admin/model/edit.html:30
msgid "Details"
msgstr "Details"
#: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13 #: ../flask_admin/templates/bootstrap2/admin/model/inline_list_base.html:13
#: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14 #: ../flask_admin/templates/bootstrap3/admin/model/inline_list_base.html:14
msgid "Delete?" msgid "Delete?"
...@@ -593,6 +584,15 @@ msgstr "按 %(name)s 進行排序" ...@@ -593,6 +584,15 @@ msgstr "按 %(name)s 進行排序"
msgid "Select record" msgid "Select record"
msgstr "選擇記錄" msgstr "選擇記錄"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap2/admin/model/modals/details.html:37
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:111
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:113
#: ../flask_admin/templates/bootstrap3/admin/model/modals/details.html:8
msgid "View Record"
msgstr "查看記錄"
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:120
#: ../flask_admin/templates/bootstrap2/admin/model/list.html:122 #: ../flask_admin/templates/bootstrap2/admin/model/list.html:122
#: ../flask_admin/templates/bootstrap3/admin/model/list.html:120 #: ../flask_admin/templates/bootstrap3/admin/model/list.html:120
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment