rails_admin-i18n 1.10.4 → 1.11.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1dc46ac36e16b7065699251351b4669cc93e1927
4
- data.tar.gz: 465f75634ba6e4776fa1f6f7746b7431e9c66a93
3
+ metadata.gz: ec284abd49dd025ca5f3992f8ba9787a6242b949
4
+ data.tar.gz: 3937a303ef459fc8c61915cd662bfc3f7a2d320b
5
5
  SHA512:
6
- metadata.gz: 243d7b7c12153508c4ab2f7e6c0c8113329d1e7a190f0dff28b60a45604c9f0d396aeccb580e874b8600d2a7bcf50e25e0e569d1b27d0701274e14c1e351f207
7
- data.tar.gz: 85d7853a6d827f7529922ff70f76aac93c30097d9d5659ffbcd693bcadb8a167720ba232ea675a93a3dde924a9c44eb140cc3224cbfbd2fad57962c8ad072c15
6
+ metadata.gz: 8360887b7f78917fd6bdfa6a8591adfdd5bf7c7f1104b74a964eeebd06807f5cf3a904e9b77f9300cd6c8821a4342b66e61e4105a34fed2d6a09a460c9b3984d
7
+ data.tar.gz: f3f845af73d9d4db35f16a7a280b2b13ae8cfc6cfc3d0a8cdeffc53855f982cd4047a0f512c6f4a41bcba6a2de76c067b14d92ce7a6f2f82c9caeee544a8101e
data/.rspec CHANGED
@@ -1 +1,6 @@
1
1
  --color
2
+ --order=random
3
+ --format Fuubar
4
+ --require spec_helper
5
+ --drb
6
+ --tty false
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.2.1
1
+ 2.3.1
data/Gemfile CHANGED
@@ -3,7 +3,8 @@ source "http://rubygems.org"
3
3
  group :development do
4
4
  gem "rspec", ">= 2.4.0"
5
5
  gem "bundler", "~> 1.5"
6
- gem "jeweler", "> 1.6.4"
6
+ gem "jeweler"
7
+ gem "fuubar"
7
8
  gem 'i18n-spec'
8
9
  gem 'localeapp'
9
10
  end
data/Gemfile.lock CHANGED
@@ -6,83 +6,87 @@ GEM
6
6
  descendants_tracker (0.0.4)
7
7
  thread_safe (~> 0.3, >= 0.3.1)
8
8
  diff-lcs (1.2.5)
9
- domain_name (0.5.20160310)
9
+ domain_name (0.5.20161021)
10
10
  unf (>= 0.0.5, < 1.0.0)
11
11
  faraday (0.9.2)
12
12
  multipart-post (>= 1.2, < 3)
13
+ fuubar (2.2.0)
14
+ rspec-core (~> 3.0)
15
+ ruby-progressbar (~> 1.4)
13
16
  git (1.3.0)
14
- github_api (0.14.0)
15
- addressable (~> 2.4.0)
16
- descendants_tracker (~> 0.0.4)
17
+ github_api (0.11.3)
18
+ addressable (~> 2.3)
19
+ descendants_tracker (~> 0.0.1)
17
20
  faraday (~> 0.8, < 0.10)
18
- hashie (>= 3.4)
21
+ hashie (>= 1.2)
22
+ multi_json (>= 1.7.5, < 2.0)
23
+ nokogiri (~> 1.6.0)
19
24
  oauth2
20
25
  gli (2.14.0)
21
- hashie (3.4.4)
26
+ hashie (3.4.6)
22
27
  highline (1.7.8)
23
- http-cookie (1.0.2)
28
+ http-cookie (1.0.3)
24
29
  domain_name (~> 0.5)
25
30
  i18n (0.7.0)
26
31
  i18n-spec (0.6.0)
27
32
  iso
28
- iso (0.2.1)
33
+ iso (0.2.2)
29
34
  i18n
30
- jeweler (2.1.1)
35
+ jeweler (2.1.2)
31
36
  builder
32
37
  bundler (>= 1.0)
33
38
  git (>= 1.2.5)
34
- github_api
39
+ github_api (~> 0.11.0)
35
40
  highline (>= 1.6.15)
36
41
  nokogiri (>= 1.5.10)
37
42
  rake
38
43
  rdoc
39
44
  semver
40
45
  json (1.8.3)
41
- jwt (1.5.1)
42
- localeapp (1.0.2)
46
+ jwt (1.5.6)
47
+ localeapp (2.0.0)
43
48
  gli
44
- i18n
45
- json
46
- rack
47
- rest-client
49
+ i18n (~> 0.4)
50
+ json (~> 1.8)
51
+ mime-types (~> 2.6)
52
+ rest-client (~> 1.8)
48
53
  ya2yaml
49
- mime-types (2.99.2)
54
+ mime-types (2.99.3)
50
55
  mini_portile2 (2.1.0)
51
56
  multi_json (1.12.1)
52
57
  multi_xml (0.5.5)
53
58
  multipart-post (2.0.0)
54
59
  netrc (0.11.0)
55
- nokogiri (1.6.8)
60
+ nokogiri (1.6.8.1)
56
61
  mini_portile2 (~> 2.1.0)
57
- pkg-config (~> 1.1.7)
58
- oauth2 (1.1.0)
62
+ oauth2 (1.2.0)
59
63
  faraday (>= 0.8, < 0.10)
60
- jwt (~> 1.0, < 1.5.2)
64
+ jwt (~> 1.0)
61
65
  multi_json (~> 1.3)
62
66
  multi_xml (~> 0.5)
63
67
  rack (>= 1.2, < 3)
64
- pkg-config (1.1.7)
65
- rack (1.6.4)
66
- rake (11.1.2)
68
+ rack (2.0.1)
69
+ rake (11.3.0)
67
70
  rdoc (4.2.2)
68
71
  json (~> 1.4)
69
72
  rest-client (1.8.0)
70
73
  http-cookie (>= 1.0.2, < 2.0)
71
74
  mime-types (>= 1.16, < 3.0)
72
75
  netrc (~> 0.7)
73
- rspec (3.4.0)
74
- rspec-core (~> 3.4.0)
75
- rspec-expectations (~> 3.4.0)
76
- rspec-mocks (~> 3.4.0)
77
- rspec-core (3.4.4)
78
- rspec-support (~> 3.4.0)
79
- rspec-expectations (3.4.0)
76
+ rspec (3.5.0)
77
+ rspec-core (~> 3.5.0)
78
+ rspec-expectations (~> 3.5.0)
79
+ rspec-mocks (~> 3.5.0)
80
+ rspec-core (3.5.4)
81
+ rspec-support (~> 3.5.0)
82
+ rspec-expectations (3.5.0)
80
83
  diff-lcs (>= 1.2.0, < 2.0)
81
- rspec-support (~> 3.4.0)
82
- rspec-mocks (3.4.1)
84
+ rspec-support (~> 3.5.0)
85
+ rspec-mocks (3.5.0)
83
86
  diff-lcs (>= 1.2.0, < 2.0)
84
- rspec-support (~> 3.4.0)
85
- rspec-support (3.4.1)
87
+ rspec-support (~> 3.5.0)
88
+ rspec-support (3.5.0)
89
+ ruby-progressbar (1.8.1)
86
90
  semver (1.0.1)
87
91
  thread_safe (0.3.5)
88
92
  unf (0.1.4)
@@ -95,10 +99,11 @@ PLATFORMS
95
99
 
96
100
  DEPENDENCIES
97
101
  bundler (~> 1.5)
102
+ fuubar
98
103
  i18n-spec
99
- jeweler (> 1.6.4)
104
+ jeweler
100
105
  localeapp
101
106
  rspec (>= 2.4.0)
102
107
 
103
108
  BUNDLED WITH
104
- 1.12.2
109
+ 1.13.1
data/README.md CHANGED
@@ -17,7 +17,7 @@ And then execute:
17
17
 
18
18
  $ bundle
19
19
 
20
- Or install it yourself as:
20
+ Or install it yourself using:
21
21
 
22
22
  $ gem install rails_admin-i18n
23
23
 
@@ -37,4 +37,4 @@ https://github.com/starchow/rails_admin-i18n/graphs/contributors
37
37
 
38
38
  ## Copyright
39
39
 
40
- Copyright (c) 2011 Pham Trung Nam, base on [devise-i18n](https://github.com/tigrish/devise-i18n). See LICENSE.txt for further details.
40
+ Copyright (c) 2011 Pham Trung Nam, based on [devise-i18n](https://github.com/tigrish/devise-i18n). See LICENSE.txt for further details.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.10.4
1
+ 1.11.0
data/locales/be.yml ADDED
@@ -0,0 +1,153 @@
1
+ be:
2
+ admin:
3
+ js:
4
+ true: Праўдзіва
5
+ false: Ілжыва
6
+ is_present: Прадстаўлена
7
+ is_blank: Пуста
8
+ date: Дата ...
9
+ between_and_: Паміж ... і ...
10
+ today: Сёння
11
+ yesterday: Учора
12
+ this_week: На гэтым тыдні
13
+ last_week: На мінулым тыдні
14
+ number: Лік ...
15
+ contains: Ўключае
16
+ is_exactly: Дакладна
17
+ starts_with: Пачынаецца з
18
+ ends_with: Заканчваецца на
19
+ too_many_objects: "Занадта шмат аб'ектаў, выкарыстоўвайце акно пошуку вышэй"
20
+ no_objects: "Аб'екты не знойдзены"
21
+ loading: "Загрузка..."
22
+ toggle_navigation: Пераключэнне навігацыі
23
+ home:
24
+ name: "Галоўная"
25
+ pagination:
26
+ previous: "&laquo; Назад"
27
+ next: "Наперад &raquo;"
28
+ truncate: "…"
29
+ misc:
30
+ filter_date_format: "dd/mm/yy" # a combination of 'dd', 'mm' and 'yy' with any delimiter. No other interpolation will be done!
31
+ search: "Пошук"
32
+ filter: "Фільтраванне"
33
+ refresh: "Абнавіць"
34
+ show_all: "Паказаць усе"
35
+ add_filter: "Дадаць фільтр..."
36
+ bulk_menu_title: "Выбраныя элементы..."
37
+ remove: "Выдаліць"
38
+ add_new: "Дадаць"
39
+ chosen: "Абраны %{name}"
40
+ chose_all: "Выбраць усе"
41
+ clear_all: "Ачысціць ўсе"
42
+ up: "Ўверх"
43
+ down: "Ўніз"
44
+ navigation: "Рух"
45
+ navigation_static_label: "Спасылкі"
46
+ log_out: "Выйсці"
47
+ ago: "назад"
48
+ more: "Плюс яшчэ %{count} %{models_name}"
49
+ flash:
50
+ successful: "%{name} паспяхова %{action}"
51
+ error: "%{name} не ўдалося %{action}"
52
+ noaction: "Ніякіх зменаў не выканана"
53
+ model_not_found: "Мадэль '%{model}' не знойдзена"
54
+ object_not_found: "Аб'ект %{model} с id '%{id}' не знойдзены"
55
+ table_headers:
56
+ model_name: "Назва мадэлі"
57
+ last_created: "Апошні раз стваралася"
58
+ last_used: "Апошні раз выкарыстоўвалася"
59
+ records: "Запісы"
60
+ username: "Карыстальнік"
61
+ changes: "Змены"
62
+ created_at: "Дата/Час"
63
+ item: "Элемент"
64
+ message: "Паведамленне"
65
+ actions:
66
+ dashboard:
67
+ title: "Кіраванне сайтам"
68
+ menu: "Панэль кіравання"
69
+ breadcrumb: "Панэль кіравання"
70
+ index:
71
+ title: "Спіс %{model_label_plural}"
72
+ menu: "Спіс"
73
+ breadcrumb: "%{model_label_plural}"
74
+ show:
75
+ title: "Дэталі %{model_label} '%{object_label}'"
76
+ menu: "Прагляд"
77
+ breadcrumb: "%{object_label}"
78
+ show_in_app:
79
+ menu: "Паказаць у дадатку"
80
+ new:
81
+ title: "Новы %{model_label}"
82
+ menu: "Стварэнне"
83
+ breadcrumb: "новы"
84
+ link: "Дадаць %{model_label}"
85
+ done: "створана"
86
+ edit:
87
+ title: "Рэдагаванне %{model_label} '%{object_label}'"
88
+ menu: "Рэдагаванне"
89
+ breadcrumb: "рэдагаванне"
90
+ link: "Рэдагаваць %{model_label}"
91
+ done: "захавана"
92
+ delete:
93
+ title: "Выдаленне %{model_label} '%{object_label}'"
94
+ menu: "Выдаленне"
95
+ breadcrumb: "выдаленне"
96
+ link: "Выдаліць '%{object_label}'"
97
+ done: "выдалена"
98
+ bulk_delete:
99
+ title: "Выдаліць шмат %{model_label_plural}"
100
+ menu: "Множнае выдаленне"
101
+ breadcrumb: "Множнае выдаленне"
102
+ bulk_link: "Выдаліць абраныя %{model_label_plural}"
103
+ export:
104
+ title: "Экспарт %{model_label}"
105
+ menu: "Экспарт"
106
+ breadcrumb: "экспарт"
107
+ link: "Экспарт знойдзеных %{model_label_plural}"
108
+ bulk_link: "Экспарт выбраных %{model_label_plural}"
109
+ done: "экспартавана"
110
+ history_index:
111
+ title: "Гісторыя для %{model_label_plural}"
112
+ menu: "Гісторыя"
113
+ breadcrumb: "Гісторыя"
114
+ history_show:
115
+ title: "Гісторыя для %{model_label} '%{object_label}'"
116
+ menu: "Гісторыя"
117
+ breadcrumb: "Гісторыя"
118
+ form:
119
+ cancel: "Адмен"
120
+ basic_info: "Асноўнае"
121
+ required: "Патрабаванае"
122
+ optional: "Неабавязковае"
123
+ one_char: "сімвал"
124
+ char_length_up_to: "даўжыня не больш"
125
+ char_length_of: "даўжыня"
126
+ save: "Захаваць"
127
+ save_and_add_another: "Захаваць і дадаць новы"
128
+ save_and_edit: "Захаваць і працягнуць рэдагаванне"
129
+ all_of_the_following_related_items_will_be_deleted: "Наступныя аб'екты будуць выдалены:"
130
+ are_you_sure_you_want_to_delete_the_object: "Вы ўпэўненыя, што хочаце выдаліць %{model_name}"
131
+ confirmation: "Так, упэўнены"
132
+ bulk_delete: "Наступныя аб'екты будуць выдаленыя. Гэта можа зламаць сувязі з іншымі аб'ектамі:"
133
+ new_model: "%{name} (новы)"
134
+ export:
135
+ confirmation: "Экспартаваць як %{name}"
136
+ select: "Абярыце поля для экспарту"
137
+ select_all_fields: "Выбраць усе палі"
138
+ fields_from: "Поля з %{name}"
139
+ fields_from_associated: "Поля з асацыяванай %{name}"
140
+ display: "Паказаць %{name}: %{type}"
141
+ options_for: "Настройкі для %{name}"
142
+ empty_value_for_associated_objects: "<пуста>"
143
+ click_to_reverse_selection: 'Адмяніць вылучэнне'
144
+ csv:
145
+ header_for_root_methods: "%{name}" # 'model' is available
146
+ header_for_association_methods: "%{name} [%{association}]"
147
+ encoding_to: "Дэкадаваць як"
148
+ encoding_to_help: "Выберыце выніковую кадыроўку. Пакіньце пустой, каб захаваць бягучую кадыроўку: (%{name})"
149
+ skip_header: "Без загалоўка"
150
+ skip_header_help: "Не выводзіць загаловак (без апісанняў палёў)"
151
+ default_col_sep: ","
152
+ col_sep: "Падзельнік слупкоў"
153
+ col_sep_help: "Пакіньце пустым, каб было па-змаўчанні ('%{value}')" # value is default_col_sep
data/locales/en.yml CHANGED
@@ -16,7 +16,10 @@ en:
16
16
  is_exactly: Is exactly
17
17
  starts_with: Starts with
18
18
  ends_with: Ends with
19
+ too_many_objects: "Too many objects, use search box above"
20
+ no_objects: "No objects found"
19
21
  loading: "Loading..."
22
+ toggle_navigation: Toggle navigation
20
23
  home:
21
24
  name: "Home"
22
25
  pagination:
@@ -42,6 +45,7 @@ en:
42
45
  navigation_static_label: "Links"
43
46
  log_out: "Log out"
44
47
  ago: "ago"
48
+ more: "Plus %{count} more %{models_name}"
45
49
  flash:
46
50
  successful: "%{name} successfully %{action}"
47
51
  error: "%{name} failed to be %{action}"
@@ -50,6 +54,7 @@ en:
50
54
  object_not_found: "%{model} with id '%{id}' could not be found"
51
55
  table_headers:
52
56
  model_name: "Model name"
57
+ last_created: "Last created"
53
58
  last_used: "Last used"
54
59
  records: "Records"
55
60
  username: "User"
data/locales/es-MX.yml CHANGED
@@ -1,129 +1,148 @@
1
1
  es-MX:
2
2
  admin:
3
+ js:
4
+ true: Verdadero
5
+ false: Falso
6
+ is_present: Está presente
7
+ is_blank: Está en blanco
8
+ date: Fecha ...
9
+ between_and_: Entre ... y ...
10
+ today: Hoy
11
+ yesterday: Ayer
12
+ this_week: Esta semana
13
+ last_week: Semana pasada
14
+ number: Número ...
15
+ contains: Contiene
16
+ is_exactly: Es exactamente
17
+ starts_with: Comienza con
18
+ ends_with: Acaba con
19
+ loading: "Cargando..."
20
+ home:
21
+ name: "Inicio"
22
+ pagination:
23
+ previous: "&laquo; Anterior"
24
+ next: "Siguiente &raquo;"
25
+ truncate: "…"
26
+ misc:
27
+ filter_date_format: "dd/mm/yy"
28
+ search: "Buscar"
29
+ filter: "Filtrar"
30
+ refresh: "Actualizar"
31
+ show_all: "Mostrar todo"
32
+ add_filter: "Agregar filtro"
33
+ bulk_menu_title: "Elementos seleccionados"
34
+ remove: "Quitar"
35
+ add_new: "Agregar nuevo"
36
+ chosen: "Elegido %{name}"
37
+ chose_all: "Elegir todos"
38
+ clear_all: "Borrar todos"
39
+ up: "Arriba"
40
+ down: "Abajo"
41
+ navigation: "Navegación"
42
+ navigation_static_label: "Enlaces"
43
+ log_out: "Desconectar"
44
+ ago: "atrás"
45
+ flash:
46
+ successful: "%{name} %{action} con éxito"
47
+ error: "%{name} no se ha %{action}"
48
+ noaction: "No se hizo ninguna acción"
49
+ model_not_found: "El modelo '%{model}' no encontrado"
50
+ object_not_found: "%{model} con ID '%{id}' no encontrado"
51
+ table_headers:
52
+ model_name: "Nombre del modelo"
53
+ last_used: "Último uso"
54
+ records: "Registros"
55
+ username: "Usuario"
56
+ changes: "Cambios"
57
+ created_at: "Fecha/Hora"
58
+ item: "Elemento"
59
+ message: "Mensaje"
3
60
  actions:
4
- bulk_delete:
5
- breadcrumb: Eliminación Múltiple
6
- bulk_link: Eliminar los %{model_label_plural} seleccionados
7
- menu: Eliminación Múltiple
8
- title: Eliminar %{model_label_plural}
9
61
  dashboard:
10
- breadcrumb: Panel de control
11
- menu: Panel de control
12
- title: Administración del Sitio
13
- delete:
14
- breadcrumb: Eliminar
15
- done: Eliminado
16
- link: Eliminar '%{object_label}'
17
- menu: Eliminar
18
- title: Eliminar %{model_label} '%{object_label}'
19
- edit:
20
- breadcrumb: Editar
21
- done: Actualizado
22
- link: Editar este %{model_label}
23
- menu: Editar
24
- title: Editar %{model_label} '%{object_label}'
25
- export:
26
- breadcrumb: Exportar
27
- bulk_link: Exportar Seleccionados %{model_label_plural}
28
- done: exportado
29
- link: Exportar %{model_label_plural} encontrados
30
- menu: Exportar
31
- title: Exportar %{model_label_plural}
32
- history_index:
33
- breadcrumb: Historial
34
- menu: Historial
35
- title: Historial para %{model_label_plural}
36
- history_show:
37
- breadcrumb: Historial
38
- menu: Historial
39
- title: Historial para %{model_label} '%{object_label}'
62
+ title: "Administración del sitio"
63
+ menu: "Panel de control"
64
+ breadcrumb: "Panel de control"
40
65
  index:
66
+ title: "Lista de %{model_label_plural}"
67
+ menu: "Lista"
41
68
  breadcrumb: "%{model_label_plural}"
42
- menu: Lista
43
- title: Lista de %{model_label_plural}
44
- new:
45
- breadcrumb: Nuevo
46
- done: creado
47
- link: Adicionar un nuevo %{model_label}
48
- menu: Adicionar Nuevo
49
- title: Nuevo %{model_label}
50
69
  show:
70
+ title: "Detalles para %{model_label} '%{object_label}'"
71
+ menu: "Ver"
51
72
  breadcrumb: "%{object_label}"
52
- menu: Ver
53
- title: Detalles para %{model_label} "%{object_label}"
54
73
  show_in_app:
55
- menu: Ver en la aplicación
56
- export:
57
- click_to_reverse_selection: Haga click para invertir la selección
58
- confirmation: Exportar a %{name}
59
- csv:
60
- col_sep: Separador de columnas
61
- col_sep_help: Deje en blanco para el de defecto ('%{value}')
62
- default_col_sep: ","
63
- encoding_to: Codificar a
64
- encoding_to_help: 'Elija la codificación de salida. Deje en blanco para no cambiar la codificación actual: (%{name})'
65
- header_for_association_methods: "%{name} [%{association}]"
66
- header_for_root_methods: "%{name}"
67
- skip_header: Sin cabecera
68
- skip_header_help: No incluir un encabezado (sin descripción de los campos)
69
- display: 'Mostrar %{name}: %{type}'
70
- empty_value_for_associated_objects: "<vacío>"
71
- fields_from: Campos de %{name}
72
- fields_from_associated: Campos del %{name} asociado
73
- options_for: Opciones para %{name}
74
- select: Seleccione los campos a exportar
75
- flash:
76
- error: "%{name} no se ha %{action}"
77
- model_not_found: El modelo '%{model}' no se pudo encontrar
78
- noaction: No se llevó a cabo ninguna acción
79
- object_not_found: "%{model} con id '%{id}' no se pudo encontrar"
80
- successful: "%{name} %{action} con éxito"
74
+ menu: "Ver en la aplicación"
75
+ new:
76
+ title: "Nuevo %{model_label}"
77
+ menu: "Agregar nuevo"
78
+ breadcrumb: "Nuevo"
79
+ link: "Adicionar un nuevo %{model_label}"
80
+ done: "creado"
81
+ edit:
82
+ title: "Editar %{model_label} '%{object_label}'"
83
+ menu: "Editar"
84
+ breadcrumb: "Editar"
85
+ link: "Editar este %{model_label}"
86
+ done: "Actualizado"
87
+ delete:
88
+ title: "Eliminar %{model_label} '%{object_label}'"
89
+ menu: "Eliminar"
90
+ breadcrumb: "Eliminar"
91
+ link: "Eliminar '%{object_label}'"
92
+ done: "Eliminado"
93
+ bulk_delete:
94
+ title: "Eliminar %{model_label_plural}"
95
+ menu: "Eliminación múltiple"
96
+ breadcrumb: "Eliminación múltiple"
97
+ bulk_link: "Eliminar los %{model_label_plural} seleccionados"
98
+ export:
99
+ title: "Exportar %{model_label_plural}"
100
+ menu: "Exportar"
101
+ breadcrumb: "Exportar"
102
+ link: "Exportar %{model_label_plural} encontrados"
103
+ bulk_link: "Exportar %{model_label_plural} seleccionados"
104
+ done: "exportado"
105
+ history_index:
106
+ title: "Historial para %{model_label_plural}"
107
+ menu: "Historial"
108
+ breadcrumb: "Historial"
109
+ history_show:
110
+ title: "Historial para %{model_label} '%{object_label}'"
111
+ menu: "Historial"
112
+ breadcrumb: "Historial"
81
113
  form:
114
+ cancel: "Cancelar"
115
+ basic_info: "Información básica"
116
+ required: "Requerido"
117
+ optional: "Opcional"
118
+ one_char: "carácter"
119
+ char_length_up_to: "longitud de hasta"
120
+ char_length_of: "longitud de"
121
+ save: "Guardar"
122
+ save_and_add_another: "Guardar y agregar otro"
123
+ save_and_edit: "Guardar y editar"
82
124
  all_of_the_following_related_items_will_be_deleted: "? Los siguientes elementos relacionados pueden ser eliminados o quedar huérfanos:"
83
- are_you_sure_you_want_to_delete_the_object: "¿Está seguro de que quiere eliminar este %{model_name}"
84
- basic_info: Información Básica
85
- bulk_delete: 'Los siguientes objetos serán eliminados, lo cual puede eliminar o dejar huérfanas algunas de sus dependencias relacionadas:'
86
- cancel: Cancelar
87
- char_length_of: longitud de
88
- char_length_up_to: longitud de hasta
89
- confirmation: Si, estoy seguro
125
+ are_you_sure_you_want_to_delete_the_object: "¿Estás seguro de querer eliminar este %{model_name}?"
126
+ confirmation: "Sí, estoy seguro"
127
+ bulk_delete: "Los siguientes objetos serán eliminados, lo cual puede eliminar o dejar huérfanas algunas de sus dependencias relacionadas:"
90
128
  new_model: "%{name} (nuevo)"
91
- one_char: carácter
92
- optional: Opcional
93
- required: Requerido
94
- save: Guardar
95
- save_and_add_another: Guardar y añadir otro
96
- save_and_edit: Guardar y editar
97
- misc:
98
- add_filter: Añadir filtro
99
- add_new: Agregar nuevo
100
- ago: atrás
101
- bulk_menu_title: Elementos seleccionados
102
- chose_all: Elegir todos
103
- chosen: Elegido %{name}
104
- clear_all: Borrar todos
105
- down: Abajo
106
- filter: Filtrar
107
- filter_date_format: dd/mm/yy
108
- log_out: Desconectar
109
- navigation: Navegación
110
- refresh: Actualizar
111
- remove: Quitar
112
- search: Buscar
113
- show_all: Mostrar todo
114
- up: Arriba
115
- table_headers:
116
- changes: Cambios
117
- created_at: Fecha/Hora
118
- item: Elemento
119
- last_used: "Último uso"
120
- message: Mensaje
121
- model_name: Nombre del modelo
122
- records: Registros
123
- username: Usuario
124
- home:
125
- name: Inicio
126
- pagination:
127
- next: Siguiente &raquo;
128
- previous: "&laquo; Anterior"
129
- truncate: "…"
129
+ export:
130
+ confirmation: "Exportar a %{name}"
131
+ select: "Seleccione los campos a exportar"
132
+ select_all_fields: "Seleccionar todos los campos"
133
+ fields_from: "Campos de %{name}"
134
+ fields_from_associated: "Campos del %{name} asociado"
135
+ display: "Mostrar %{name}: %{type}"
136
+ options_for: "Opciones para %{name}"
137
+ empty_value_for_associated_objects: "<vacío>"
138
+ click_to_reverse_selection: "Haga click para invertir la selección"
139
+ csv:
140
+ header_for_root_methods: "%{name}"
141
+ header_for_association_methods: "%{name} [%{association}]"
142
+ encoding_to: "Codificar a"
143
+ encoding_to_help: 'Elija la codificación de salida. Deje en blanco para no cambiar la codificación actual: (%{name})'
144
+ skip_header: "Sin cabecera"
145
+ skip_header_help: "No incluir un encabezado (sin descripción de los campos)"
146
+ default_col_sep: ","
147
+ col_sep: "Separador de columnas"
148
+ col_sep_help: "Deje en blanco para el valor por defecto ('%{value}')"