-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25 from bys-control/master
Add I18n
- Loading branch information
Showing
5 changed files
with
35 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
en: | ||
active_admin_scoped_collection_actions: | ||
sidebar_msg: 'This batch operations affect selected records. Or if none is selected, it will involve all records by current filters and scopes.' | ||
confirm_action_message: 'Are you sure?' | ||
actions: | ||
delete: 'Delete batch' | ||
update: 'Update batch' | ||
no_permissions_msg: 'Access denied' | ||
batch_update_status_msg: 'Batch update done' | ||
batch_destroy_status_msg: 'Batch destroy done' | ||
fail_on_destroy_msg: 'Cant be destroyed' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
es: | ||
active_admin_scoped_collection_actions: | ||
sidebar_msg: 'Estas operaciones afectan las filas seleccionadas o en caso que no halla seleccionado ninguna, afectará a todo los registros afectados por los filtros aplicados.' | ||
confirm_action_message: '¿Está seguro que quiere realizar esta acción?' | ||
actions: | ||
delete: 'Batch Borrado' | ||
update: 'Batch Actualizado' | ||
no_permissions_msg: 'Permiso denegado' | ||
batch_update_status_msg: 'Batch actualizado correctamente' | ||
batch_destroy_status_msg: 'Batch destruido correctamente' | ||
fail_on_destroy_msg: 'No se puede eliminar' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module ActiveAdminScopedCollectionActions | ||
VERSION = "0.3.0" | ||
VERSION = "0.3.2" | ||
end |