config/locales/en.yml in activeadmin-1.0.0 vs config/locales/en.yml in activeadmin-1.1.0
- old
+ new
@@ -30,10 +30,14 @@
equals: "Equals"
starts_with: "Starts with"
ends_with: "Ends with"
greater_than: "Greater than"
less_than: "Less than"
+ gteq_datetime: "Greater or equal to"
+ lteq_datetime: "Lesser or equal to"
+ from: "From"
+ to: "To"
search_status:
headline: "Search status:"
current_scope: "Scope:"
current_filters: "Current filters:"
no_current_filters: "None"
@@ -68,21 +72,19 @@
delete_confirmation: "Are you sure you want to delete these %{plural_model}?"
succesfully_destroyed:
one: "Successfully destroyed 1 %{model}"
other: "Successfully destroyed %{count} %{plural_model}"
selection_toggle_explanation: "(Toggle Selection)"
- link: "Create one"
action_label: "%{title} Selected"
labels:
destroy: "Delete"
comments:
created_at: "Created"
resource_type: "Resource Type"
author_type: "Author Type"
body: "Body"
author: "Author"
- title: "Comment"
add: "Add Comment"
delete: "Delete Comment"
delete_confirmation: "Are you sure you want to delete these comment?"
resource: "Resource"
no_comments_yet: "No comments yet."
@@ -97,10 +99,12 @@
title: "Email"
subdomain:
title: "Subdomain"
password:
title: "Password"
+ password_confirmation:
+ title: "Confirm Password"
sign_up:
title: "Sign up"
submit: "Sign up"
login:
title: "Login"
@@ -125,11 +129,11 @@
sign_in_with_omniauth_provider: "Sign in with %{provider}"
resend_unlock_instructions: "Resend unlock instructions"
resend_confirmation_instructions: "Resend confirmation instructions"
unsupported_browser:
headline: "Please note that ActiveAdmin no longer supports Internet Explorer versions 8 or less."
- recommendation: "We recommend upgrading to the latest <a href=\"http://windows.microsoft.com/ie\">Internet Explorer</a>, <a href=\"https://chrome.google.com/\">Google Chrome</a>, or <a href=\"https://mozilla.org/firefox/\">Firefox</a>."
- turn_off_compatibility_view: "If you are using IE 9 or later, make sure you <a href=\"http://windows.microsoft.com/en-US/windows7/webpages-look-incorrect-in-Internet-Explorer\">turn off \"Compatibility View\"</a>."
+ recommendation: "We recommend that you <a href=\"http://browsehappy.com/\">upgrade your browser</a> to improve your experience."
+ turn_off_compatibility_view: "If you are using IE 9 or later, make sure you <a href=\"https://support.microsoft.com/en-us/help/17471\">turn off \"Compatibility View\"</a>."
access_denied:
message: "You are not authorized to perform this action."
index_list:
table: "Table"
block: "List"