config/locales/en.yml in activeadmin-3.2.5 vs config/locales/en.yml in activeadmin-4.0.0.beta1
- old
+ new
@@ -1,6 +1,10 @@
en:
+ views:
+ pagination:
+ previous: "Previous"
+ next: "Next"
activerecord:
models:
comment:
one: "Comment"
other: "Comments"
@@ -15,13 +19,10 @@
namespace: "Namespace"
resource_type: "Resource type"
updated_at: "Updated"
active_admin:
dashboard: "Dashboard"
- dashboard_welcome:
- welcome: "Welcome to Active Admin. This is the default dashboard page."
- call_to_action: "To add dashboard sections, checkout 'app/admin/dashboard.rb'"
view: "View"
edit: "Edit"
delete: "Delete"
delete_confirmation: "Are you sure you want to delete this?"
create_another: "Create another %{model}"
@@ -46,40 +47,36 @@
from: "From"
to: "To"
scopes:
all: "All"
search_status:
- headline: "Search status:"
- current_scope: "Scope:"
- current_filters: "Current filters:"
- no_current_filters: "None"
+ title: "Active Search"
+ title_with_scope: "Active Search for %{name}"
+ no_current_filters: "No filters applied"
status_tag:
"yes": "Yes"
"no": "No"
- "unset": "No"
- main_content: "Please implement %{model}#main_content to display content."
- logout: "Logout"
+ "unset": "Unknown"
+ logout: "Sign out"
powered_by: "Powered by %{active_admin} %{version}"
sidebars:
filters: "Filters"
search_status: "Search Status"
pagination:
empty: "No %{model} found"
- one: "Displaying <b>1</b> %{model}"
- one_page: "Displaying <b>all %{n}</b> %{model}"
- multiple: "Displaying %{model} <b>%{from} - %{to}</b> of <b>%{total}</b> in total"
- multiple_without_total: "Displaying %{model} <b>%{from} - %{to}</b>"
- per_page: "Per page: "
+ one: "Showing <b>1</b> of <b>1</b>"
+ one_page: "Showing <b>all %{n}</b>"
+ multiple: "Showing <b>%{from}-%{to}</b> of <b>%{total}</b>"
+ multiple_without_total: "Showing <b>%{from}-%{to}</b>"
+ per_page: "Per page "
entry:
one: "entry"
other: "entries"
any: "Any"
blank_slate:
content: "There are no %{resource_name} yet."
link: "Create one"
- dropdown_actions:
- button_label: "Actions"
batch_actions:
button_label: "Batch Actions"
default_confirmation: "Are you sure you want to do this?"
delete_confirmation: "Are you sure you want to delete these %{plural_model}?"
succesfully_destroyed:
@@ -95,15 +92,15 @@
author_type: "Author Type"
body: "Body"
author: "Author"
add: "Add Comment"
delete: "Delete Comment"
- delete_confirmation: "Are you sure you want to delete these comments?"
+ delete_confirmation: "Are you sure you want to delete this comment?"
resource: "Resource"
no_comments_yet: "No comments yet."
author_missing: "Anonymous"
- title_content: "Comments (%{count})"
+ title_content: "All Comments (%{count})"
errors:
empty_text: "Comment wasn't saved, text was empty."
devise:
username:
title: "Username"
@@ -117,13 +114,13 @@
title: "Confirm Password"
sign_up:
title: "Sign up"
submit: "Sign up"
login:
- title: "Login"
+ title: "Sign In"
remember_me: "Remember me"
- submit: "Login"
+ submit: "Sign In"
reset_password:
title: "Forgot your password?"
submit: "Reset My Password"
change_password:
title: "Change your password"
@@ -139,16 +136,9 @@
sign_in: "Sign in"
forgot_your_password: "Forgot your password?"
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 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"
- grid: "Grid"
- blog: "Blog"