typus 3.0.2 → 3.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +20 -9
- data/Gemfile.lock +93 -65
- data/MIT-LICENSE +1 -1
- data/README.md +61 -0
- data/Rakefile +5 -0
- data/app/controllers/admin/account_controller.rb +7 -10
- data/app/controllers/admin/base_controller.rb +16 -1
- data/app/controllers/admin/resources_controller.rb +270 -159
- data/app/controllers/admin/session_controller.rb +8 -9
- data/app/helpers/admin/base_helper.rb +13 -28
- data/app/helpers/admin/dashboard_helper.rb +4 -10
- data/app/helpers/admin/file_preview_helper.rb +70 -0
- data/app/helpers/admin/filters_helper.rb +64 -45
- data/app/helpers/admin/form_helper.rb +37 -62
- data/app/helpers/admin/relationships_helper.rb +63 -78
- data/app/helpers/admin/resources_helper.rb +10 -31
- data/app/helpers/admin/search_helper.rb +6 -9
- data/app/helpers/admin/sidebar_helper.rb +15 -20
- data/app/helpers/admin/table_helper.rb +79 -170
- data/app/mailers/admin/mailer.rb +1 -1
- data/app/views/admin/account/forgot_password.html.erb +2 -2
- data/app/views/admin/account/new.html.erb +8 -4
- data/app/views/admin/base/user_guide.html.erb +85 -0
- data/app/views/admin/dashboard/_sidebar.html.erb +3 -1
- data/app/views/admin/dashboard/show.html.erb +2 -2
- data/app/views/admin/dashboard/styles.html.erb +2 -2
- data/app/views/admin/helpers/_apps.html.erb +5 -4
- data/app/views/admin/helpers/_file_preview.html.erb +3 -0
- data/app/views/admin/helpers/_header.html.erb +3 -3
- data/app/views/admin/helpers/_login_info.html.erb +2 -2
- data/app/views/admin/helpers/dashboard/_applications.html.erb +6 -9
- data/app/views/admin/helpers/dashboard/_resources.html.erb +2 -3
- data/app/views/admin/helpers/filters/_filters.html.erb +1 -1
- data/app/views/admin/helpers/resources/_display_link_to_previous.html.erb +1 -1
- data/app/views/admin/helpers/resources/_errors.html.erb +10 -0
- data/app/views/admin/helpers/search/_search.html.erb +1 -1
- data/app/views/admin/helpers/sidebar/_sidebar.html.erb +6 -3
- data/app/views/admin/helpers/table/_table.html.erb +17 -5
- data/app/views/admin/mailer/reset_password_link.text.erb +2 -2
- data/app/views/admin/resources/_form.html.erb +3 -12
- data/app/views/admin/resources/edit.html.erb +7 -5
- data/app/views/admin/resources/index.html.erb +13 -18
- data/app/views/admin/resources/new.html.erb +4 -4
- data/app/views/admin/resources/show.html.erb +9 -13
- data/app/views/admin/session/new.html.erb +8 -4
- data/app/views/admin/templates/_belongs_to.html.erb +1 -1
- data/app/views/admin/templates/_boolean.html.erb +2 -2
- data/app/views/admin/templates/_date.html.erb +2 -2
- data/app/views/admin/templates/_datetime.html.erb +2 -2
- data/app/views/admin/templates/_file.html.erb +3 -19
- data/app/views/admin/templates/_has_n.html.erb +4 -4
- data/app/views/admin/templates/_has_one.html.erb +14 -0
- data/app/views/admin/templates/_password.html.erb +2 -2
- data/app/views/admin/templates/_profile_sidebar.html.erb +3 -0
- data/app/views/admin/templates/_relate_form.html.erb +2 -1
- data/app/views/admin/templates/_selector.html.erb +1 -1
- data/app/views/admin/templates/_string.html.erb +6 -6
- data/app/views/admin/templates/_text.html.erb +11 -4
- data/app/views/admin/templates/_time.html.erb +2 -2
- data/app/views/admin/templates/_tree.html.erb +1 -1
- data/app/views/layouts/admin/base.html.erb +7 -6
- data/app/views/layouts/admin/session.html.erb +4 -14
- data/config/{available_locales/ca_models.yml → locales/typus.ca.models.yml} +5 -4
- data/config/locales/typus.ca.yml +81 -0
- data/config/{available_locales/de_models.yml → locales/typus.de.models.yml} +6 -2
- data/config/locales/typus.de.yml +80 -0
- data/config/locales/typus.el.models.yml +17 -0
- data/config/locales/typus.el.yml +82 -0
- data/config/{available_locales/es_models.yml → locales/typus.es.models.yml} +9 -4
- data/config/locales/typus.es.yml +82 -0
- data/config/{available_locales/fr_models.yml → locales/typus.fr.models.yml} +8 -3
- data/config/locales/typus.fr.yml +87 -0
- data/config/{available_locales/hu_models.yml → locales/typus.hu.models.yml} +6 -2
- data/config/locales/typus.hu.yml +80 -0
- data/config/{available_locales/it_models.yml → locales/typus.it.models.yml} +7 -4
- data/config/locales/typus.it.yml +89 -0
- data/config/{available_locales/language_models.yml.template → locales/typus.locale.models.yml.template} +8 -4
- data/config/locales/typus.locale.yml.template +81 -0
- data/config/{available_locales/pt-BR_models.yml → locales/typus.pt-BR.models.yml} +6 -2
- data/config/locales/typus.pt-BR.yml +80 -0
- data/config/{available_locales/ru_models.yml → locales/typus.ru.models.yml} +6 -2
- data/config/locales/typus.ru.yml +80 -0
- data/config/locales/typus.zh-CN.models.yml +17 -0
- data/config/locales/typus.zh-CN.yml +79 -0
- data/config/routes.rb +11 -7
- data/lib/generators/templates/config/initializers/typus.rb +8 -5
- data/lib/generators/templates/config/initializers/typus_resources.rb +0 -3
- data/lib/generators/templates/config/typus/README +6 -6
- data/lib/generators/templates/config/typus/typus.yml +5 -5
- data/lib/generators/templates/controller.rb +1 -1
- data/lib/generators/templates/migration.rb +1 -0
- data/lib/generators/templates/public/admin/javascripts/application.js +0 -4
- data/lib/generators/templates/public/admin/javascripts/jquery-1.4.4.min.js +167 -0
- data/lib/generators/templates/public/admin/javascripts/jquery.application.js +16 -0
- data/lib/generators/templates/public/admin/javascripts/jquery.rails.js +50 -22
- data/lib/generators/templates/public/admin/stylesheets/screen.css +43 -34
- data/lib/generators/templates/public/admin/vendor/fancybox/fancy_loading.png +0 -0
- data/lib/generators/templates/public/admin/vendor/fancybox/jquery.easing-1.3.pack.js +32 -32
- data/lib/generators/templates/public/admin/vendor/fancybox/{jquery.fancybox-1.3.1.css → jquery.fancybox-1.3.4.css} +359 -363
- data/lib/generators/templates/public/admin/vendor/fancybox/jquery.fancybox-1.3.4.js +1156 -0
- data/lib/generators/templates/public/admin/vendor/fancybox/jquery.fancybox-1.3.4.pack.js +46 -0
- data/lib/generators/templates/public/admin/vendor/fancybox/jquery.mousewheel-3.0.4.pack.js +14 -0
- data/lib/generators/typus/assets_generator.rb +23 -0
- data/lib/generators/typus/controller_generator.rb +29 -0
- data/lib/generators/typus/migration_generator.rb +39 -20
- data/lib/generators/typus/typus_generator.rb +17 -57
- data/lib/generators/typus/views_generator.rb +2 -6
- data/lib/support/active_record.rb +8 -20
- data/lib/support/fake_user.rb +6 -1
- data/lib/support/hash.rb +1 -2
- data/lib/support/object.rb +4 -17
- data/lib/support/string.rb +34 -3
- data/lib/tasks/typus.rake +1 -1
- data/lib/typus.rb +60 -48
- data/lib/typus/actions.rb +27 -0
- data/lib/typus/authentication/base.rb +3 -4
- data/lib/typus/authentication/http_basic.rb +1 -1
- data/lib/typus/authentication/none.rb +1 -1
- data/lib/typus/authentication/session.rb +53 -108
- data/lib/typus/configuration.rb +13 -11
- data/lib/typus/filters.rb +12 -0
- data/lib/typus/format.rb +9 -13
- data/lib/typus/i18n.rb +30 -0
- data/lib/typus/orm/active_record.rb +97 -194
- data/lib/typus/orm/active_record/search.rb +91 -0
- data/lib/typus/resources.rb +6 -10
- data/lib/typus/user.rb +20 -40
- data/lib/typus/version.rb +1 -1
- metadata +77 -231
- data/CHANGELOG +0 -102
- data/README.rdoc +0 -48
- data/app/helpers/admin/preview_helper.rb +0 -46
- data/app/views/admin/helpers/_preview.html.erb +0 -13
- data/app/views/admin/templates/_has_many.html.erb +0 -22
- data/config/available_locales/ca.yml +0 -122
- data/config/available_locales/de.yml +0 -122
- data/config/available_locales/es.yml +0 -122
- data/config/available_locales/fr.yml +0 -127
- data/config/available_locales/hu.yml +0 -122
- data/config/available_locales/it.yml +0 -132
- data/config/available_locales/language.yml.template +0 -120
- data/config/available_locales/pt-BR.yml +0 -122
- data/config/available_locales/ru.yml +0 -122
- data/lib/generators/templates/functional_test.rb +0 -10
- data/lib/generators/templates/model.rb +0 -8
- data/lib/generators/templates/public/admin/images/ui-icons.png +0 -0
- data/lib/generators/templates/public/admin/javascripts/jquery-1.4.2.min.js +0 -154
- data/lib/generators/templates/public/admin/vendor/fancybox/jquery.fancybox-1.3.1.js +0 -1077
- data/lib/generators/templates/public/admin/vendor/fancybox/jquery.fancybox-1.3.1.pack.js +0 -44
- data/lib/generators/templates/public/admin/vendor/fancybox/jquery.mousewheel-3.0.2.pack.js +0 -13
- data/lib/typus/pagination.rb +0 -18
- data/test/factories.rb +0 -43
- data/test/fixtures/config/broken/application.yml +0 -68
- data/test/fixtures/config/broken/application_roles.yml +0 -20
- data/test/fixtures/config/broken/empty.yml +0 -0
- data/test/fixtures/config/broken/empty_roles.yml +0 -0
- data/test/fixtures/config/broken/undefined.yml +0 -3
- data/test/fixtures/config/broken/undefined_roles.yml +0 -6
- data/test/fixtures/config/default/typus.yml +0 -13
- data/test/fixtures/config/default/typus_roles.yml +0 -2
- data/test/fixtures/config/empty/empty_01.yml +0 -0
- data/test/fixtures/config/empty/empty_01_roles.yml +0 -0
- data/test/fixtures/config/empty/empty_02.yml +0 -0
- data/test/fixtures/config/empty/empty_02_roles.yml +0 -0
- data/test/fixtures/config/locales/es.yml +0 -10
- data/test/fixtures/config/namespaced/application.yml +0 -5
- data/test/fixtures/config/namespaced/application_roles.yml +0 -2
- data/test/fixtures/config/ordered/001_roles.yml +0 -2
- data/test/fixtures/config/ordered/002_roles.yml +0 -2
- data/test/fixtures/config/unordered/app_one_roles.yml +0 -2
- data/test/fixtures/config/unordered/app_two_roles.yml +0 -2
- data/test/fixtures/config/working/application.yml +0 -73
- data/test/fixtures/config/working/application_roles.yml +0 -24
- data/test/fixtures/config/working/typus.yml +0 -13
- data/test/fixtures/config/working/typus_roles.yml +0 -2
- data/test/fixtures/rails_app/Rakefile +0 -7
- data/test/fixtures/rails_app/app/controllers/admin/assets_controller.rb +0 -2
- data/test/fixtures/rails_app/app/controllers/admin/categories_controller.rb +0 -2
- data/test/fixtures/rails_app/app/controllers/admin/comments_controller.rb +0 -2
- data/test/fixtures/rails_app/app/controllers/admin/pages_controller.rb +0 -2
- data/test/fixtures/rails_app/app/controllers/admin/pictures_controller.rb +0 -2
- data/test/fixtures/rails_app/app/controllers/admin/posts_controller.rb +0 -2
- data/test/fixtures/rails_app/app/controllers/admin/status_controller.rb +0 -2
- data/test/fixtures/rails_app/app/controllers/admin/typus_users_controller.rb +0 -2
- data/test/fixtures/rails_app/app/controllers/admin/watch_dog_controller.rb +0 -2
- data/test/fixtures/rails_app/app/controllers/application_controller.rb +0 -3
- data/test/fixtures/rails_app/app/models/asset.rb +0 -5
- data/test/fixtures/rails_app/app/models/category.rb +0 -11
- data/test/fixtures/rails_app/app/models/comment.rb +0 -6
- data/test/fixtures/rails_app/app/models/custom_user.rb +0 -2
- data/test/fixtures/rails_app/app/models/delayed/task.rb +0 -5
- data/test/fixtures/rails_app/app/models/page.rb +0 -5
- data/test/fixtures/rails_app/app/models/picture.rb +0 -6
- data/test/fixtures/rails_app/app/models/post.rb +0 -21
- data/test/fixtures/rails_app/app/models/typus_user.rb +0 -8
- data/test/fixtures/rails_app/app/models/view.rb +0 -5
- data/test/fixtures/rails_app/app/views/admin/categories/_form.html.erb +0 -1
- data/test/fixtures/rails_app/app/views/admin/dashboard/_sidebar.html.erb +0 -1
- data/test/fixtures/rails_app/app/views/admin/mailer/reset_password_link.text.erb +0 -6
- data/test/fixtures/rails_app/app/views/admin/posts/_edit.html.erb +0 -1
- data/test/fixtures/rails_app/app/views/admin/posts/_index.html.erb +0 -1
- data/test/fixtures/rails_app/app/views/admin/posts/_new.html.erb +0 -1
- data/test/fixtures/rails_app/app/views/admin/posts/_show.html.erb +0 -1
- data/test/fixtures/rails_app/app/views/admin/posts/_sidebar.html.erb +0 -1
- data/test/fixtures/rails_app/app/views/admin/resources/_sidebar.html.erb +0 -1
- data/test/fixtures/rails_app/app/views/admin/status/index.html.erb +0 -1
- data/test/fixtures/rails_app/app/views/admin/templates/_datepicker.html.erb +0 -1
- data/test/fixtures/rails_app/config.ru +0 -4
- data/test/fixtures/rails_app/config/application.rb +0 -53
- data/test/fixtures/rails_app/config/boot.rb +0 -13
- data/test/fixtures/rails_app/config/database.yml +0 -14
- data/test/fixtures/rails_app/config/environment.rb +0 -5
- data/test/fixtures/rails_app/config/environments/test.rb +0 -34
- data/test/fixtures/rails_app/config/initializers/secret_token.rb +0 -7
- data/test/fixtures/rails_app/config/initializers/session_store.rb +0 -8
- data/test/fixtures/rails_app/config/initializers/typus.rb +0 -6
- data/test/fixtures/rails_app/config/routes.rb +0 -5
- data/test/fixtures/rails_app/config/typus/application.yml +0 -79
- data/test/fixtures/rails_app/config/typus/application_roles.yml +0 -25
- data/test/fixtures/rails_app/config/typus/typus.yml +0 -12
- data/test/fixtures/rails_app/config/typus/typus_roles.yml +0 -2
- data/test/fixtures/rails_app/db/test.sqlite3 +0 -0
- data/test/fixtures/rails_app/tmp/export-posts-20101012213057.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012213132.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012213234.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012213506.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012215057.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012215217.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012215415.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012215443.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012215509.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012215528.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012215551.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012215615.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012215640.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012215714.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012215744.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012215814.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012215836.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012215906.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012220659.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012221043.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012221258.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012222558.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012222752.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012222848.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012223433.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012223535.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012224003.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012224052.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012224109.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012224139.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012224205.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012224243.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012225119.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013063215.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013063300.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013063352.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013063427.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013063448.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013063530.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013063559.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013063646.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013063737.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013063822.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013063837.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013063919.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013063939.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013063952.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013064220.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013064253.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013064318.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013064404.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013064452.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013064536.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013064652.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013064845.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013065023.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013065137.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013065713.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013065954.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013070057.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013070116.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013070156.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013070349.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013070429.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013070448.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013070514.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013070709.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013070745.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013070809.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013070905.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013070955.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013071116.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013071209.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013071335.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013071632.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013071643.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013071735.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013071749.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013072030.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013072050.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013072108.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013072713.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013072751.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013072912.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013074546.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101018180512.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101018183359.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101018183608.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101018183759.csv +0 -2
- data/test/functional/admin/account_controller_test.rb +0 -90
- data/test/functional/admin/assets_controller_test.rb +0 -55
- data/test/functional/admin/categories_controller_test.rb +0 -62
- data/test/functional/admin/comments_controller_test.rb +0 -21
- data/test/functional/admin/dashboard_controller_test.rb +0 -138
- data/test/functional/admin/posts_controller_test.rb +0 -548
- data/test/functional/admin/session_controller_test.rb +0 -85
- data/test/functional/admin/status_controller_test.rb +0 -46
- data/test/functional/admin/typus_users_controller_test.rb +0 -159
- data/test/helpers/admin/base_helper_test.rb +0 -67
- data/test/helpers/admin/dashboard_helper_test.rb +0 -19
- data/test/helpers/admin/form_helper_test.rb +0 -117
- data/test/helpers/admin/resources_helper_test.rb +0 -64
- data/test/helpers/admin/sidebar_helper_test.rb +0 -274
- data/test/helpers/admin/table_helper_test.rb +0 -219
- data/test/integration/login_test.rb +0 -13
- data/test/integration_test_helper.rb +0 -21
- data/test/lib/support/active_record_test.rb +0 -86
- data/test/lib/support/array_test.rb +0 -11
- data/test/lib/support/hash_test.rb +0 -11
- data/test/lib/support/string_test.rb +0 -39
- data/test/lib/typus/active_record_test.rb +0 -451
- data/test/lib/typus/configuration_test.rb +0 -52
- data/test/lib/typus/resource_test.rb +0 -17
- data/test/lib/typus/routes_test.rb +0 -29
- data/test/lib/typus_test.rb +0 -107
- data/test/schema.rb +0 -100
- data/test/test_helper.rb +0 -16
- data/test/unit/admin/mailer_test.rb +0 -32
- data/test/unit/typus_user_roles_test.rb +0 -105
- data/test/unit/typus_user_test.rb +0 -142
- data/typus.gemspec +0 -25
@@ -0,0 +1,81 @@
|
|
1
|
+
# Catalan (ca) translations for Typus by:
|
2
|
+
# - Lleïr Borràs <http://github.com/lleirborras>
|
3
|
+
|
4
|
+
ca:
|
5
|
+
|
6
|
+
"Actions": "Accions"
|
7
|
+
"Active": "Actiu"
|
8
|
+
"Add": "Afegir"
|
9
|
+
"Add new": "Afegir nou"
|
10
|
+
"All": "Tots"
|
11
|
+
"Are you sure?": "Estàs segur?"
|
12
|
+
"Are you sure you want to sign out and end your session?": "Estàs segur que vols sortir i tancar la sessió?"
|
13
|
+
|
14
|
+
"Change %{attribute}?": "Canviar %{attribute}?"
|
15
|
+
"Create %{resource}": "Crear %{resource}"
|
16
|
+
|
17
|
+
"Dashboard": "Panell de control"
|
18
|
+
"Down": "Baixar"
|
19
|
+
|
20
|
+
"Edit": "Editar"
|
21
|
+
"Edit %{resource}": "Edit %{resource}"
|
22
|
+
"Enter your email below to create the first user": "Introdueix el teu email per crear el primer usuari."
|
23
|
+
|
24
|
+
"False": "Fals"
|
25
|
+
"Filter": "Filtrar"
|
26
|
+
|
27
|
+
"I remember my password": "Recordo la meva contrasenya"
|
28
|
+
"If you didn't request a password update, you can ignore this message": "Si no has demanat una actualització de la teva contrasenya, pots ignorar aquest missatge."
|
29
|
+
"If you have made any changes to the fields without clicking the Save/Update entry button, your changes will be lost": "Si has realitzat algun canvi en els camps sense premer el botó Guardar/Actualitzar, els teus canvis es perdran."
|
30
|
+
"Inactive": "Inactiu"
|
31
|
+
|
32
|
+
"Last few days": "Últims dies"
|
33
|
+
"Last 30 days": "Últims 30 dies"
|
34
|
+
"Last 7 days": "Últims 7 dies"
|
35
|
+
"List": "Llista"
|
36
|
+
"Logged as": "Identificat com"
|
37
|
+
"Login": "Login"
|
38
|
+
|
39
|
+
"New": "Nou"
|
40
|
+
"New %{resource}": "Nou %{resource}"
|
41
|
+
"Next": "Següent"
|
42
|
+
"No %{resources} found": "No s'han trobat %{resources}."
|
43
|
+
|
44
|
+
"Password recovery link sent to your email": "L'enllaç de recuperació de contrasenya enviat al teu correu electrònic."
|
45
|
+
"Previous": "Anterior"
|
46
|
+
|
47
|
+
"Record moved %{to}": "Registre desplaçat %{to}."
|
48
|
+
"Recover password": "Recuperar contrasenya"
|
49
|
+
"Remove": "Eliminar"
|
50
|
+
"Remove %{resource}?": "Esborrar %{resource}?"
|
51
|
+
"Reset password": "Canviar contrasenya"
|
52
|
+
"Resources": "Recursos"
|
53
|
+
|
54
|
+
"Save %{resource}": "Guardar %{resource}"
|
55
|
+
"Search": "Cercar"
|
56
|
+
"Show": "Mostrar"
|
57
|
+
"Show all dates":
|
58
|
+
"Show by %{attribute}":
|
59
|
+
"Show %{resource}": "Mostrar %{resource}"
|
60
|
+
"Sign in": "Entrar"
|
61
|
+
"Sign out": "Sortir"
|
62
|
+
"Sign up": "Crear compte"
|
63
|
+
"System Users Administration": "Administrar usuaris del sistema"
|
64
|
+
|
65
|
+
"Today": "Avui"
|
66
|
+
"True": "Cert"
|
67
|
+
|
68
|
+
"Unrelate": "Deslligar"
|
69
|
+
"Up": "Pujar"
|
70
|
+
|
71
|
+
"You can update your password at": "Pots actualitzar la teva contrasenya a"
|
72
|
+
"You can't change your role": "No pots canviar-te tu mateix el rol."
|
73
|
+
"You can't toggle your status": "No pots canviar-te l'estat."
|
74
|
+
|
75
|
+
"View all %{attribute}":
|
76
|
+
"View site": "Veure la web"
|
77
|
+
|
78
|
+
"%{errors} prohibited this page from being saved:":
|
79
|
+
"%{model} successfully created": "%{model} satisfactòriament creat."
|
80
|
+
"%{model} successfully removed": "%{model} satisfactòriament eliminat."
|
81
|
+
"%{model} successfully updated": "%{model} satisfactòriament actualitzat."
|
@@ -1,9 +1,12 @@
|
|
1
|
+
# German (de) translations for Typus by:
|
2
|
+
# - Michael Grunewalder <http://michael.grunewalder.com>
|
3
|
+
|
1
4
|
de:
|
2
5
|
activerecord:
|
3
6
|
models:
|
4
|
-
|
7
|
+
admin_user:
|
5
8
|
attributes:
|
6
|
-
|
9
|
+
admin_user:
|
7
10
|
email:
|
8
11
|
first_name: "Vorname"
|
9
12
|
last_name: "Nachname"
|
@@ -11,3 +14,4 @@ de:
|
|
11
14
|
password_confirmation: "Passwort Bestätigung"
|
12
15
|
status:
|
13
16
|
role:
|
17
|
+
locale:
|
@@ -0,0 +1,80 @@
|
|
1
|
+
# German (de) translations for Typus by:
|
2
|
+
# - Michael Grunewalder <http://michael.grunewalder.com>
|
3
|
+
|
4
|
+
de:
|
5
|
+
|
6
|
+
"Actions": "Aktionen"
|
7
|
+
"Active":
|
8
|
+
"Add": "Zufügen"
|
9
|
+
"Add new": "Erstellen"
|
10
|
+
"Are you sure?":
|
11
|
+
"Are you sure you want to sign out and end your session?": "Wollen Sie sich abmelden und die Sitzung beenden?"
|
12
|
+
|
13
|
+
"Change %{attribute}?": "%{attribute}ändern?"
|
14
|
+
"Create %{resource}": "Erstellen %{resource}"
|
15
|
+
|
16
|
+
"Dashboard": "Dashboard"
|
17
|
+
"Down": "Runter"
|
18
|
+
|
19
|
+
"Edit": "Bearbeiten"
|
20
|
+
"Edit %{resource}": "Bearbeiten %{resource}"
|
21
|
+
"Enter your email below to create the first user": "Geben Sie Ihre Email Adresse unten ein, um den ersten Benutzer zu erstellen"
|
22
|
+
|
23
|
+
"False": "Falsch"
|
24
|
+
"Filter": "Filter"
|
25
|
+
|
26
|
+
"I remember my password": "Ich erinnere mein Passwort"
|
27
|
+
"If you didn't request a password update, you can ignore this message": "Falls Sie keine Passwort Äderung beantragt haben, können Sie diese nachricht ignorieren"
|
28
|
+
"If you have made any changes to the fields without clicking the Save/Update entry button, your changes will be lost": "Wenn Sie Änderungen an Feldern vorgenommen haben, ohne den Speichern/Bearbeiten Knopf gedr7uuml;ckt zu haben, gehen diese Änderungen verloren"
|
29
|
+
"Inactive":
|
30
|
+
|
31
|
+
"Last few days": "Letzten Tage"
|
32
|
+
"Last 30 days": "Letzten 30 Tage"
|
33
|
+
"Last 7 days": "Letzten 7 Tage"
|
34
|
+
"List":
|
35
|
+
"Logged as": "Aufgezeichnet als"
|
36
|
+
"Login": "Anmeldem"
|
37
|
+
|
38
|
+
"New": "Neu"
|
39
|
+
"New %{resource}": "Neu %{resource}"
|
40
|
+
"Next": "Nächster"
|
41
|
+
"No %{resources} found":
|
42
|
+
|
43
|
+
"Password recovery link sent to your email": "Der Link zur Wiederfindung des Passworts wurde an Ihre Email Adresse gechickt"
|
44
|
+
"Previous": "Vorheriger"
|
45
|
+
|
46
|
+
"Record moved %{to}": "Datensatz verschoben nach %{to}"
|
47
|
+
"Recover password": "Passwort vergessen?"
|
48
|
+
"Remove": "Eintrag"
|
49
|
+
"Remove %{resource}?": "Eintrag %{resource}?"
|
50
|
+
"Reset password": "Passwort zurücksetzen"
|
51
|
+
"Resources": "Resourcen"
|
52
|
+
|
53
|
+
"Save %{resource}":
|
54
|
+
"Search": "Suchen"
|
55
|
+
"Show": "Anzeigen"
|
56
|
+
"Show all dates":
|
57
|
+
"Show by %{attribute}":
|
58
|
+
"Show %{resource}": "Anzeigen %{resource}"
|
59
|
+
"Sign in": "Anmelden"
|
60
|
+
"Sign out": "Abmelden"
|
61
|
+
"Sign up": "Konto erstellen"
|
62
|
+
"System Users Administration": "System Benutzer Verwaltung"
|
63
|
+
|
64
|
+
"Today": "Heute"
|
65
|
+
"True": "Richtig"
|
66
|
+
|
67
|
+
"Unrelate":
|
68
|
+
"Up": "Hoch"
|
69
|
+
|
70
|
+
"View all %{attribute}":
|
71
|
+
"View site": "Site anzeigen"
|
72
|
+
|
73
|
+
"You can update your password at": "Sie k7ouml;nnen Ihr Passwort ändern unter"
|
74
|
+
"You can't change your role": "Sie können Ihre Rolle nicht ändern"
|
75
|
+
"You can't toggle your status": "Sie können Ihren Status nicht umschalten"
|
76
|
+
|
77
|
+
"%{errors} prohibited this page from being saved:":
|
78
|
+
"%{model} successfully created": "%{model} erfolgreich erstellt"
|
79
|
+
"%{model} successfully removed": "%{model} erfolgreich gelöscht"
|
80
|
+
"%{model} successfully updated": "%{model} erfolgreich geändert"
|
@@ -0,0 +1,17 @@
|
|
1
|
+
# Greek (el) translation for Typus
|
2
|
+
# - Spyros Livathinos <livathinos.spyros@gmail.com>
|
3
|
+
|
4
|
+
el:
|
5
|
+
activerecord:
|
6
|
+
models:
|
7
|
+
admin_user:
|
8
|
+
attributes:
|
9
|
+
admin_user:
|
10
|
+
email:
|
11
|
+
first_name: "Όνομα"
|
12
|
+
last_name: "Επώνυμο"
|
13
|
+
password: "Κωδικός"
|
14
|
+
password_confirmation: "Επιβεβαίωση κωδικού"
|
15
|
+
status: "Κατάσταση"
|
16
|
+
role: "Ρόλος"
|
17
|
+
locale:
|
@@ -0,0 +1,82 @@
|
|
1
|
+
# Greek (el) translation for Typus
|
2
|
+
# - Spyros Livathinos <livathinos.spyros@gmail.com>
|
3
|
+
|
4
|
+
el:
|
5
|
+
|
6
|
+
"Actions": "Ενέργειες"
|
7
|
+
"Active": "Ενεργό"
|
8
|
+
"Add": "Προσθήκη"
|
9
|
+
"Add new": "Προσθήκη νέου"
|
10
|
+
"Are you sure?": "Είσαστε βέβαιοι;"
|
11
|
+
"Are you sure you want to sign out and end your session?": "Είσαστε σίγουροι ότι επιθυμείτε να αποσυνδεθείτε και να τερματίσετε το session;"
|
12
|
+
|
13
|
+
"Change %{attribute}?": "Τροποποίηση του χαρακτηριστικού %{attribute};"
|
14
|
+
"Create %{resource}": "Δημιουργία %{resource}"
|
15
|
+
"Create one now": "Δημιουργία τώρα"
|
16
|
+
|
17
|
+
"Dashboard": "Πανόπτης"
|
18
|
+
"Do you want to cancel it?": "Επιθυμείτε να ακυρώσετε την ενέργεια;"
|
19
|
+
"Down": "Κάτω"
|
20
|
+
|
21
|
+
"Edit": "Επεξεργασία"
|
22
|
+
"Enter your email below to create the first user": "Εισάγετε το email σας παρακάτω για να δημιουργηθεί ο πρώτος χρήστης"
|
23
|
+
|
24
|
+
"False": "Σφάλμα"
|
25
|
+
"Filter": "Φίλτρο"
|
26
|
+
|
27
|
+
"I remember my password": "Θυμάμαι τον κωδικό μου"
|
28
|
+
"If you didn't request a password update, you can ignore this message": "Στην περίπτωση που δεν έχετε ζητήσει ανανέωση του κωδικού σας μπορείτε να αγνοήσετε αυτό το μήνυμα"
|
29
|
+
"If you have made any changes to the fields without clicking the Save/Update entry button, your changes will be lost": "Εάν έχετε κάνει αλλαγές στα πεδία χωρίς να έχετε επιλέξει το πλήκτρο Αποθήκευσης/Ενημέρωσης οι αλλαγές σας πρόκειται ωα χαθούν"
|
30
|
+
"Inactive": "Ανενεργός"
|
31
|
+
|
32
|
+
"Last few days": "Τελευταίες ημέρες"
|
33
|
+
"Last 30 days": "Τελευταίες 30 ημέρες"
|
34
|
+
"Last 7 days": "Τελευταίες 7 ημέρες"
|
35
|
+
"List": "Λίστα"
|
36
|
+
"Logged as": "Συνδεδεμένος ως"
|
37
|
+
"Login": "Σύνδεση"
|
38
|
+
|
39
|
+
"New": "Νέο"
|
40
|
+
"Next": "Επόμενο"
|
41
|
+
|
42
|
+
"Password recovery link sent to your email": "Ο σύνδεσμος ανάκτησης κωδικού έχει αποσταλεί στο email σας"
|
43
|
+
"Previous": "Προηγούμενο"
|
44
|
+
|
45
|
+
"Record moved %{to}": "Η εγγραφή μεταφέρθηκε στο σημείο %{to}"
|
46
|
+
"Recover password": "Ανάκτηση κωδικού"
|
47
|
+
"Remove": "Απομάκρυνση"
|
48
|
+
"Remove %{resource}?": "Απομάκρυνση %{resource}"
|
49
|
+
"Reset password": "Επαναφορά κωδικού"
|
50
|
+
"Resources": "Πόροι"
|
51
|
+
|
52
|
+
"Save %{resource}": "Αποθήκευση %{resource}"
|
53
|
+
"Search": "Αναζήτηση"
|
54
|
+
"Show": "Εμφάνιση"
|
55
|
+
"Show all dates":
|
56
|
+
"Show by %{attribute}":
|
57
|
+
"Show %{resource}": "Εμφάνιση %{resource}"
|
58
|
+
"Sign in": "Είσοδος"
|
59
|
+
"Sign out": "Έξοδος"
|
60
|
+
"Sign up": "Εγγραφή"
|
61
|
+
"System Users Administration": "Διαχείριση χρηστών συστήματος"
|
62
|
+
|
63
|
+
"There are no %{records}": "Δεν υπάρχουν %{records}"
|
64
|
+
"There are no %{records} under this filter": "Δεν υπάρχουν εγγραφές %{records} υπό το παρόν φίλτρο"
|
65
|
+
"Today": "Σήμερα"
|
66
|
+
"True": "Σωστό"
|
67
|
+
|
68
|
+
"Unrelate":
|
69
|
+
"Up": "Επάνω"
|
70
|
+
|
71
|
+
"View all %{attribute}": "Εμφάνιση όλων των χαρακτηριστικών τύπου %{attribute}"
|
72
|
+
"View site": "Εμφάνιση ιστοσελίδας"
|
73
|
+
|
74
|
+
"You can update your password at": "Μπορείτε να ανανεώσετε τον κωδικό σας παρακάτω"
|
75
|
+
"You can't change your role": "Δεν έχετε την δυνατότητα να αλλάξετε τον ρόλο σας"
|
76
|
+
"You can't toggle your status": "Δεν επιτρέπεται η αλλαγή της κατάστασής σας"
|
77
|
+
|
78
|
+
"%{errors} prohibited this page from being saved:":
|
79
|
+
"%{model} successfully created": "Το μοντέλο %{model} δημιουργήθηκε επιτυχώς"
|
80
|
+
"%{model} successfully removed": "Το μοντέλο %{model} απομακρύνθηκε επιτυχώς"
|
81
|
+
"%{model} successfully updated": "Το μοντέλο %{model} ανανεώθηκε επιτυχώς"
|
82
|
+
"%{model} %{attribute} changed": "Το χαρακτηριστικό μοντέλου %{model} %{attribute} άλλαξε"
|
@@ -1,13 +1,18 @@
|
|
1
|
+
# Spanish (es) translations for Typus by:
|
2
|
+
# - Felipe Talavera <http://github.com/flype>
|
3
|
+
|
1
4
|
es:
|
2
5
|
activerecord:
|
3
6
|
models:
|
4
|
-
|
7
|
+
admin_user: "Usuario Admin"
|
5
8
|
attributes:
|
6
|
-
|
7
|
-
email: "Correo
|
9
|
+
admin_user:
|
10
|
+
email: "Correo electrónico"
|
8
11
|
first_name: "Nombre"
|
12
|
+
locale: "Idioma"
|
9
13
|
last_name: "Apellidos"
|
10
14
|
password: "Contraseña"
|
11
15
|
password_confirmation: "Confirmar contraseña"
|
12
|
-
status: "Estado"
|
13
16
|
role: "Rol"
|
17
|
+
status: "Estado"
|
18
|
+
locale:
|
@@ -0,0 +1,82 @@
|
|
1
|
+
# Spanish (es) translations for Typus by:
|
2
|
+
# - Felipe Talavera <http://github.com/flype>
|
3
|
+
|
4
|
+
es:
|
5
|
+
|
6
|
+
"Actions": "Acciones"
|
7
|
+
"Active": "Activo"
|
8
|
+
"Add": "Añadir"
|
9
|
+
"Add new": "Añadir nuevo"
|
10
|
+
"All": "Todos"
|
11
|
+
"Are you sure?": "¿Estás seguro?"
|
12
|
+
"Are you sure you want to sign out and end your session?": "¿Estás seguro que quieres salir y cerrar la sessión?"
|
13
|
+
|
14
|
+
"Change %{attribute}?": "Cambiar %{attribute}?"
|
15
|
+
"Create %{resource}": "Crear %{resource}"
|
16
|
+
|
17
|
+
"Dashboard": "Panel de control"
|
18
|
+
"Down": "Bajar"
|
19
|
+
|
20
|
+
"Edit": "Editar"
|
21
|
+
"Edit %{resource}": "Editar %{resource}"
|
22
|
+
"Enter your email below to create the first user": "Introduce tu email para crear el primer usuario."
|
23
|
+
|
24
|
+
"False": "Falso"
|
25
|
+
"Filter": "Filtrar"
|
26
|
+
|
27
|
+
"I remember my password": "Recuerdo mi contraseña"
|
28
|
+
"If you didn't request a password update, you can ignore this message": "Si no pediste una actualización de tu contraseña, puedes ignorar este mensaje."
|
29
|
+
"If you have made any changes to the fields without clicking the Save/Update entry button, your changes will be lost": "Si has relizado algún cambio en los campos sin pulsar en el botón de Guardar/Actualizar, tus cambios se perderán."
|
30
|
+
"Inactive": "Inactivo"
|
31
|
+
|
32
|
+
"Last few days": "Últimos dias"
|
33
|
+
"Last 30 days": "Últimos 30 dias"
|
34
|
+
"Last 7 days": "Últimos 7 dias"
|
35
|
+
"List": "Lista"
|
36
|
+
"Logged as": "Autenticado como"
|
37
|
+
"Login": "Login"
|
38
|
+
|
39
|
+
"New": "Nuevo"
|
40
|
+
"New %{resource}": "Nuevo %{resource}"
|
41
|
+
"Next": "Siguiente"
|
42
|
+
"No %{resources} found": "No se han encontrado %{resources}."
|
43
|
+
|
44
|
+
"Password recovery link sent to your email": "Enlace de recuperación de contraseña enviado a tu correo electrónico."
|
45
|
+
"Previous": "Anterior"
|
46
|
+
|
47
|
+
"Record moved %{to}": "Record moved %{to}."
|
48
|
+
"Recover password": "Recuperar contraseña"
|
49
|
+
"Remove": "Eliminar"
|
50
|
+
"Remove %{resource}?": "¿Borrar %{resource}?"
|
51
|
+
"Reset password": "Cambiar contraseña"
|
52
|
+
"Resources": "Recursos"
|
53
|
+
|
54
|
+
"Save %{resource}": "Guardar %{resource}"
|
55
|
+
"Search": "Buscar"
|
56
|
+
"Show": "Mostrar"
|
57
|
+
"Show all dates": "Mostrar todas las fechas"
|
58
|
+
"Show by %{attribute}": "Mostrar por %{attribute}"
|
59
|
+
"Show %{resource}": "Mostrar %{resource}"
|
60
|
+
"Sign in": "Entrar"
|
61
|
+
"Sign out": "Salir"
|
62
|
+
"Sign up": "Crear cuenta"
|
63
|
+
"System Users Administration": "Administrar usuarios del sistema"
|
64
|
+
|
65
|
+
"Today": "Hoy"
|
66
|
+
"Trash": "Eliminar"
|
67
|
+
"True": "Verdadero"
|
68
|
+
|
69
|
+
"Unrelate": "Desvincular"
|
70
|
+
"Up": "Subir"
|
71
|
+
|
72
|
+
"You can update your password at": "Puedes actualizar tu contraseña en"
|
73
|
+
"You can't change your role": "No puedes cambiar tu propio rol."
|
74
|
+
"You can't toggle your status": "No puedes cambiar tu estado."
|
75
|
+
|
76
|
+
"View all %{attribute}":
|
77
|
+
"View site": "Ver web"
|
78
|
+
|
79
|
+
"%{errors} prohibited this page from being saved:":
|
80
|
+
"%{model} successfully created": "%{model} satisfactoriamente creado."
|
81
|
+
"%{model} successfully removed": "%{model} satisfactoriamente eliminado."
|
82
|
+
"%{model} successfully updated": "%{model} satisfactoriamente actualizado."
|
@@ -1,13 +1,18 @@
|
|
1
|
+
# French (fr) translations for Typus by:
|
2
|
+
# - Ned Baldessin <http://github.com/nedbaldessin>
|
3
|
+
# - Jonathan Meiss <http://github.com/jmeiss>
|
4
|
+
|
1
5
|
fr:
|
2
6
|
activerecord:
|
3
7
|
models:
|
4
|
-
|
8
|
+
admin_user: "Utilisateur admin"
|
5
9
|
attributes:
|
6
|
-
|
7
|
-
email:
|
10
|
+
admin_user:
|
11
|
+
email:
|
8
12
|
first_name: "Prénom"
|
9
13
|
last_name: "Nom de famille"
|
10
14
|
password: "Mot de passe"
|
11
15
|
password_confirmation: "Confirmation du mot de passe"
|
12
16
|
status: "État"
|
13
17
|
role: "Rôle"
|
18
|
+
locale:
|
@@ -0,0 +1,87 @@
|
|
1
|
+
# French (fr) translations for Typus by:
|
2
|
+
# - Ned Baldessin <http://github.com/nedbaldessin>
|
3
|
+
# - Jonathan Meiss <http://github.com/jmeiss>
|
4
|
+
|
5
|
+
fr:
|
6
|
+
|
7
|
+
"Actions": "Actions"
|
8
|
+
"Active": "Actif"
|
9
|
+
"Add": "Ajouter"
|
10
|
+
"Add new": "Ajouter nouveau"
|
11
|
+
"Are you sure?": "Êtes-vous sûre ?"
|
12
|
+
"Are you sure you want to sign out and end your session?": "Etes-vous sûre de vouloir vous déconnecter et mettre fin à votre session ?"
|
13
|
+
|
14
|
+
"Bottom": "À la fin"
|
15
|
+
|
16
|
+
"Change %{attribute}?": "Changer %{attribute} ?"
|
17
|
+
"Create %{resource}": "Créer %{resource}"
|
18
|
+
|
19
|
+
"Dashboard": "Tableau de bord"
|
20
|
+
"Down": "Descendre"
|
21
|
+
|
22
|
+
"Edit": "Éditer"
|
23
|
+
"Edit %{resource}": "Éditer %{resource}"
|
24
|
+
"Enter your email below to create the first user": "Entrez votre adresse email pour créer le premier utilisateur"
|
25
|
+
"Export as %{mime}": "Exporter en %{mime}"
|
26
|
+
|
27
|
+
"False": "Faux"
|
28
|
+
"Filter": "Filtrer"
|
29
|
+
|
30
|
+
"I remember my password": "Je me souviens du mot de passe"
|
31
|
+
"If you didn't request a password update, you can ignore this message": "Si vous n'avez pas demandé à mettre à jour votre mot de passe, vous pouvez ignorer ce message"
|
32
|
+
"If you have made any changes to the fields without clicking the Save/Update entry button, your changes will be lost": "Si vous avez effectué des modifications sans cliquer sur le bouton Enregistrer ou Mettre à jour, ces modifications seront perdues."
|
33
|
+
"Inactive": "Inactif"
|
34
|
+
|
35
|
+
"Last few days": "Ces derniers jours"
|
36
|
+
"Last 30 days": "30 derniers jours"
|
37
|
+
"Last 7 days": "7 derniers jours"
|
38
|
+
"List": "Liste"
|
39
|
+
"Logged as": "Identifié comme"
|
40
|
+
"Login": "Identification"
|
41
|
+
|
42
|
+
"New": "Nouveau"
|
43
|
+
"New %{resource}": "Nouveau %{resource}"
|
44
|
+
"Next": "Suivant"
|
45
|
+
"No %{resources} found": "Aucun(e) %{resources} trouvé(e)"
|
46
|
+
|
47
|
+
"Password recovery link sent to your email": "Le lien pour retrouver votre mot de passe vous a été envoyé par email"
|
48
|
+
"Previous": "Précédent"
|
49
|
+
|
50
|
+
"Record moved %{to}": "Entrées réordonnées"
|
51
|
+
"Recover password": "Retrouver mon mot de passe"
|
52
|
+
"Remove": "Supprimer"
|
53
|
+
"Remove %{resource}?": "Supprimer %{resource}?"
|
54
|
+
"Reset password": "Renouveler le mot de passe"
|
55
|
+
"Resources": "Ressources"
|
56
|
+
|
57
|
+
"Save %{resource}": "Sauvegarder %{resource}"
|
58
|
+
"Search": "Recherche"
|
59
|
+
"Show": "Voir"
|
60
|
+
"Show all dates":
|
61
|
+
"Show by %{attribute}":
|
62
|
+
"Show %{resource}": "Voir %{resource}"
|
63
|
+
"Show by %{attribute}": "Afficher par %{attribute}"
|
64
|
+
"Sign in": "Entrer"
|
65
|
+
"Sign out": "Déconnexion"
|
66
|
+
"Sign up": "Ouvrir un compte"
|
67
|
+
"System Users Administration": "Modifier les utilisateurs de l'admin"
|
68
|
+
|
69
|
+
"Today": "Aujourd'hui"
|
70
|
+
"Top": "Au début"
|
71
|
+
"Trash": "Supprimer"
|
72
|
+
"True": "Vrai"
|
73
|
+
|
74
|
+
"Unrelate": "Dissocier"
|
75
|
+
"Up": "Monter"
|
76
|
+
|
77
|
+
"View all %{attribute}": "Voir tou(s/tes) %{attribute}"
|
78
|
+
"View site": "Voir le site"
|
79
|
+
|
80
|
+
"You can update your password at": "Vous pouvez modifier votre mot de passe ici"
|
81
|
+
"You can't change your role": "Vous ne pouvez pas changer votre propre rôle."
|
82
|
+
"You can't toggle your status": "Vous ne pouvez pas basculer votre statut"
|
83
|
+
|
84
|
+
"%{errors} prohibited this page from being saved:":
|
85
|
+
"%{model} successfully created": "%{model} correctement créé(e)."
|
86
|
+
"%{model} successfully removed": "%{model} correctement supprimé(e)."
|
87
|
+
"%{model} successfully updated": "%{model} correctement mis(e)-à-jour."
|