wice_grid 3.6.0.pre4 → 3.6.0.pre5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +3 -4
- data/config/locales/cz.yml +45 -0
- data/config/locales/de.yml +47 -0
- data/config/locales/en.yml +47 -0
- data/config/locales/es.yml +47 -0
- data/config/locales/fr.yml +45 -0
- data/config/locales/is.yml +46 -0
- data/config/locales/it.yml +38 -0
- data/config/locales/ja.yml +47 -0
- data/config/locales/nl.yml +45 -0
- data/config/locales/pt-BR.yml +36 -0
- data/config/locales/pt.yml +45 -0
- data/config/locales/ru.yml +45 -0
- data/config/locales/sk.yml +45 -0
- data/config/locales/zh.yml +45 -0
- data/lib/generators/wice_grid/install_generator.rb +1 -4
- data/lib/generators/wice_grid/templates/wice_grid_config.rb +3 -0
- data/lib/wice/helpers/wice_grid_view_helpers.rb +1 -1
- data/lib/wice/wice_grid_controller.rb +9 -1
- data/lib/wice/wice_grid_spreadsheet.rb +2 -1
- data/lib/wice_grid.rb +6 -3
- data/spec/support/wice_grid_test_config.rb +3 -0
- data/wice_grid.gemspec +2 -2
- metadata +17 -5
- data/lib/generators/wice_grid/templates/wice_grid.yml +0 -636
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
pt-BR:
|
|
2
|
+
date:
|
|
3
|
+
order:
|
|
4
|
+
- :year
|
|
5
|
+
- :month
|
|
6
|
+
- :day
|
|
7
|
+
wice_grid:
|
|
8
|
+
show_filter_tooltip: Mostrar o filtro
|
|
9
|
+
hide_filter_tooltip: Esconder o filtro
|
|
10
|
+
csv_export_tooltip: Exportar em CSV
|
|
11
|
+
filter_tooltip: Filtrar
|
|
12
|
+
reset_filter_tooltip: Reinicializar
|
|
13
|
+
boolean_filter_true_label: sim
|
|
14
|
+
boolean_filter_false_label: não
|
|
15
|
+
previous_label: «
|
|
16
|
+
next_label: »
|
|
17
|
+
date_selector_tooltip_from: De
|
|
18
|
+
date_selector_tooltip_to: a
|
|
19
|
+
negation_checkbox_title: Excluir
|
|
20
|
+
show_all_records_label: Ver todos
|
|
21
|
+
show_all_records_tooltip: Ver todos os registos
|
|
22
|
+
all_queries_warning: Tem certeza que gostaria de visualizar todos os registos?
|
|
23
|
+
switch_back_to_paginated_mode_label: Voltar à lista paginada
|
|
24
|
+
switch_back_to_paginated_mode_tooltip: Voltar à lista por página
|
|
25
|
+
date_string_tooltip: Clique para apagar
|
|
26
|
+
saved_query_panel_title: Filtros gravados
|
|
27
|
+
save_query_button_label: Gravar o estado dos filtros
|
|
28
|
+
saved_query_deletion_confirmation: Tem certeza?
|
|
29
|
+
saved_query_deletion_link_title: Apagar o filtro
|
|
30
|
+
saved_query_link_title: Carregar o filtro
|
|
31
|
+
validates_uniqueness_error: Já existe um filtro com o mesmo nome
|
|
32
|
+
validates_presence_error: Indique o nome do filtro que deseja gravar
|
|
33
|
+
query_deleted_message: O filtro foi apagado.
|
|
34
|
+
query_saved_message: O filtro foi gravado.
|
|
35
|
+
select_all: Selecionar todos
|
|
36
|
+
deselect_all: Remover seleção
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
pt:
|
|
2
|
+
date:
|
|
3
|
+
order:
|
|
4
|
+
- :year
|
|
5
|
+
- :month
|
|
6
|
+
- :day
|
|
7
|
+
wice_grid:
|
|
8
|
+
show_filter_tooltip: Mostrar o filtro
|
|
9
|
+
hide_filter_tooltip: Esconder o filtro
|
|
10
|
+
csv_export_tooltip: Exportar em CSV
|
|
11
|
+
filter_tooltip: Filtrar
|
|
12
|
+
reset_filter_tooltip: Reinicializar
|
|
13
|
+
boolean_filter_true_label: sim
|
|
14
|
+
boolean_filter_false_label: não
|
|
15
|
+
previous_label: «
|
|
16
|
+
next_label: »
|
|
17
|
+
# Title of the icon clicking on which will show the calendar to set the FROM date.
|
|
18
|
+
date_selector_tooltip_from: De
|
|
19
|
+
# Title of the icon clicking on which will show the calendar to set the TO date.
|
|
20
|
+
date_selector_tooltip_to: a
|
|
21
|
+
# The title of the checkox to turn on negation
|
|
22
|
+
negation_checkbox_title: Excluir
|
|
23
|
+
# link to switch to show all records
|
|
24
|
+
show_all_records_label: Ver todos
|
|
25
|
+
# tooltip for the link to switch to show all records
|
|
26
|
+
show_all_records_tooltip: Ver todos os registos
|
|
27
|
+
# Warning message shown when the user wants to switch to all-records mode
|
|
28
|
+
all_queries_warning: Tem a certeza de querer visualizar todos os registos?
|
|
29
|
+
# link to paginated view
|
|
30
|
+
switch_back_to_paginated_mode_label: Retorno à vista paginada
|
|
31
|
+
# tooltip for the link to paginated view
|
|
32
|
+
switch_back_to_paginated_mode_tooltip: Retorno à vista por página
|
|
33
|
+
# Title of the date string.
|
|
34
|
+
date_string_tooltip: Cliquar para apagar
|
|
35
|
+
saved_query_panel_title: Queries gravadas
|
|
36
|
+
save_query_button_label: Gravar o estado dos filtros
|
|
37
|
+
saved_query_deletion_confirmation: Tem a certeza?
|
|
38
|
+
saved_query_deletion_link_title: Apagar a query
|
|
39
|
+
saved_query_link_title: Caregar a query
|
|
40
|
+
validates_uniqueness_error: Já existe uma query com o mesmo nome
|
|
41
|
+
validates_presence_error: Queira indicar o nome da query que deseja gravar
|
|
42
|
+
query_deleted_message: A query foi apagada.
|
|
43
|
+
query_saved_message: A query foi gravada.
|
|
44
|
+
select_all: Selecionar todos
|
|
45
|
+
deselect_all: Remover seleção
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
ru:
|
|
2
|
+
date:
|
|
3
|
+
order:
|
|
4
|
+
- :year
|
|
5
|
+
- :month
|
|
6
|
+
- :day
|
|
7
|
+
wice_grid:
|
|
8
|
+
show_filter_tooltip: Показать фильтр
|
|
9
|
+
hide_filter_tooltip: Спрятать фильтр
|
|
10
|
+
csv_export_tooltip: Экспорт в CSV
|
|
11
|
+
filter_tooltip: Фильтровать
|
|
12
|
+
reset_filter_tooltip: Сброс
|
|
13
|
+
boolean_filter_true_label: да
|
|
14
|
+
boolean_filter_false_label: нет
|
|
15
|
+
previous_label: «
|
|
16
|
+
next_label: »
|
|
17
|
+
# Title of the icon clicking on which will show the calendar to set the FROM date.
|
|
18
|
+
date_selector_tooltip_from: С
|
|
19
|
+
# Title of the icon clicking on which will show the calendar to set the TO date.
|
|
20
|
+
date_selector_tooltip_to: До
|
|
21
|
+
# The title of the checkox to turn on negation
|
|
22
|
+
negation_checkbox_title: Исключая строки
|
|
23
|
+
# link to switch to show all records
|
|
24
|
+
show_all_records_label: показать все
|
|
25
|
+
# tooltip for the link to switch to show all records
|
|
26
|
+
show_all_records_tooltip: Показать все записи
|
|
27
|
+
# Warning message shown when the user wants to switch to all-records mode
|
|
28
|
+
all_queries_warning: Вы уверены в том, что хотите отобразить все записи?
|
|
29
|
+
# link to paginated view
|
|
30
|
+
switch_back_to_paginated_mode_label: Назад к постраничному выводу
|
|
31
|
+
# tooltip for the link to paginated view
|
|
32
|
+
switch_back_to_paginated_mode_tooltip: Назад к постраничному выводу
|
|
33
|
+
# Title of the date string.
|
|
34
|
+
date_string_tooltip: Кликните, чтобы удалить дату
|
|
35
|
+
saved_query_panel_title: Сохранённые фильтры
|
|
36
|
+
save_query_button_label: Сохранить фильтр
|
|
37
|
+
saved_query_deletion_confirmation: Вы уверены?
|
|
38
|
+
saved_query_deletion_link_title: Удалить сохранённый фильтр
|
|
39
|
+
saved_query_link_title: Загрузить сохранённый фильтр
|
|
40
|
+
validates_uniqueness_error: Сохранённый фильтр с таким именем уже существует
|
|
41
|
+
validates_presence_error: Пожалуйста введите имя сохраняемого фильтра
|
|
42
|
+
query_deleted_message: Сохранённый фильтр удалён.
|
|
43
|
+
query_saved_message: Сохранённый фильтр сохранён.
|
|
44
|
+
select_all: Отметить все
|
|
45
|
+
deselect_all: Убрать выделение
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
sk:
|
|
2
|
+
date:
|
|
3
|
+
order:
|
|
4
|
+
- :year
|
|
5
|
+
- :month
|
|
6
|
+
- :day
|
|
7
|
+
wice_grid:
|
|
8
|
+
show_filter_tooltip: Zobraziť filter
|
|
9
|
+
hide_filter_tooltip: Skryť filter
|
|
10
|
+
csv_export_tooltip: Exportovať do CSV
|
|
11
|
+
filter_tooltip: Filter
|
|
12
|
+
reset_filter_tooltip: Zrušiť filtre
|
|
13
|
+
boolean_filter_true_label: "áno"
|
|
14
|
+
boolean_filter_false_label: "nie"
|
|
15
|
+
previous_label: «
|
|
16
|
+
next_label: »
|
|
17
|
+
# Title of the icon clicking on which will show the calendar to set the FROM date.
|
|
18
|
+
date_selector_tooltip_from: Dátum od
|
|
19
|
+
# Title of the icon clicking on which will show the calendar to set the TO date.
|
|
20
|
+
date_selector_tooltip_to: Dátum do
|
|
21
|
+
# The title of the checkox to turn on negation
|
|
22
|
+
negation_checkbox_title: Inverzný výber
|
|
23
|
+
# link to switch to show all records
|
|
24
|
+
show_all_records_label: Zobraziť všetko
|
|
25
|
+
# tooltip for the link to switch to show all records
|
|
26
|
+
show_all_records_tooltip: Zobrazí všetky záznamy v databáze
|
|
27
|
+
# Warning message shown when the user wants to switch to all-records mode
|
|
28
|
+
all_queries_warning: Určite chceš zobraziť všetky záznamy v databáze?
|
|
29
|
+
# link to paginated view
|
|
30
|
+
switch_back_to_paginated_mode_label: späť na stránkové zobrazenie
|
|
31
|
+
# tooltip for the link to paginated view
|
|
32
|
+
switch_back_to_paginated_mode_tooltip: Prepnúť do stránkového zobrazenia
|
|
33
|
+
# Title of the date string.
|
|
34
|
+
date_string_tooltip: Kliknutím zmažeš
|
|
35
|
+
saved_query_panel_title: Uložené filtre/výsledky
|
|
36
|
+
save_query_button_label: Uložiť stav filtrov
|
|
37
|
+
saved_query_deletion_confirmation: Si si istý?
|
|
38
|
+
saved_query_deletion_link_title: Vymazať uložený filter
|
|
39
|
+
saved_query_link_title: Nahrať uložený filter
|
|
40
|
+
validates_uniqueness_error: Filter s uvedeným názvom už existuje.
|
|
41
|
+
validates_presence_error: Prosím zadaj názov uloženého filtra.
|
|
42
|
+
query_deleted_message: Uložený filter bol vymazaný.
|
|
43
|
+
query_saved_message: Filter bol uložený.
|
|
44
|
+
select_all: Vyber všetko
|
|
45
|
+
deselect_all: Zrušiť výber
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
zh:
|
|
2
|
+
date:
|
|
3
|
+
order:
|
|
4
|
+
- :year
|
|
5
|
+
- :month
|
|
6
|
+
- :day
|
|
7
|
+
wice_grid:
|
|
8
|
+
show_filter_tooltip: 显示过滤
|
|
9
|
+
hide_filter_tooltip: 隐藏过滤
|
|
10
|
+
csv_export_tooltip: 输出CSV档
|
|
11
|
+
filter_tooltip: 过滤
|
|
12
|
+
reset_filter_tooltip: 清除过滤
|
|
13
|
+
boolean_filter_true_label: "是"
|
|
14
|
+
boolean_filter_false_label: "否"
|
|
15
|
+
previous_label: «
|
|
16
|
+
next_label: »
|
|
17
|
+
# Title of the icon clicking on which will show the calendar to set the FROM date.
|
|
18
|
+
date_selector_tooltip_from: 从
|
|
19
|
+
# Title of the icon clicking on which will show the calendar to set the TO date.
|
|
20
|
+
date_selector_tooltip_to: 至
|
|
21
|
+
# The title of the checkox to turn on negation
|
|
22
|
+
negation_checkbox_title: 排除
|
|
23
|
+
# link to switch to show all records
|
|
24
|
+
show_all_records_label: 显示全部
|
|
25
|
+
# tooltip for the link to switch to show all records
|
|
26
|
+
show_all_records_tooltip: 显示全部记录
|
|
27
|
+
# Warning message shown when the user wants to switch to all-records mode
|
|
28
|
+
all_queries_warning: 确定要显示全部记录?
|
|
29
|
+
# link to paginated view
|
|
30
|
+
switch_back_to_paginated_mode_label: 回到分页显示
|
|
31
|
+
# tooltip for the link to paginated view
|
|
32
|
+
switch_back_to_paginated_mode_tooltip: 切换到分页显示
|
|
33
|
+
# Title of the date string.
|
|
34
|
+
date_string_tooltip: 按下以清除
|
|
35
|
+
saved_query_panel_title: 查询存储
|
|
36
|
+
save_query_button_label: 储存查询状态
|
|
37
|
+
saved_query_deletion_confirmation: 确定删除?
|
|
38
|
+
saved_query_deletion_link_title: 删除查询
|
|
39
|
+
saved_query_link_title: 读取查询
|
|
40
|
+
validates_uniqueness_error: 已存在相同名称的查询
|
|
41
|
+
validates_presence_error: 请为此查询命名
|
|
42
|
+
query_deleted_message: 查询已删除
|
|
43
|
+
query_saved_message: 查询已储存
|
|
44
|
+
select_all: 全选
|
|
45
|
+
deselect_all: 全清
|
|
@@ -2,15 +2,12 @@
|
|
|
2
2
|
module WiceGrid #:nodoc:
|
|
3
3
|
module Generators #:nodoc:
|
|
4
4
|
class InstallGenerator < Rails::Generators::Base #:nodoc:
|
|
5
|
-
desc 'Copy WiceGrid wice_grid_config.rb to config/initializers
|
|
6
|
-
'wice_grid.yml to config/locales/, and wice_grid.scss to assets/stylesheets'
|
|
5
|
+
desc 'Copy WiceGrid wice_grid_config.rb to config/initializers'
|
|
7
6
|
|
|
8
7
|
source_root File.expand_path('../templates', __FILE__)
|
|
9
8
|
|
|
10
9
|
def copy_stuff #:nodoc:
|
|
11
10
|
template 'wice_grid_config.rb', 'config/initializers/wice_grid_config.rb'
|
|
12
|
-
|
|
13
|
-
copy_file 'wice_grid.yml', 'config/locales/wice_grid.yml'
|
|
14
11
|
end
|
|
15
12
|
end
|
|
16
13
|
end
|
|
@@ -34,6 +34,9 @@ if defined?(Wice::Defaults)
|
|
|
34
34
|
# Default CSV field separator
|
|
35
35
|
Wice::Defaults::CSV_FIELD_SEPARATOR = ','
|
|
36
36
|
|
|
37
|
+
# Default CSV encoding (p.e. 'CP1252:UTF-8' to make Microsoft Excel(tm) happy)
|
|
38
|
+
Wice::Defaults::CSV_ENCODING = nil
|
|
39
|
+
|
|
37
40
|
# The strategy when to show the filter.
|
|
38
41
|
# * <tt>:when_filtered</tt> - when the table is the result of filtering
|
|
39
42
|
# * <tt>:always</tt> - show the filter always
|
|
@@ -585,7 +585,7 @@ module Wice
|
|
|
585
585
|
end
|
|
586
586
|
|
|
587
587
|
def grid_csv(grid, rendering) #:nodoc:
|
|
588
|
-
spreadsheet = ::Wice::Spreadsheet.new(grid.name, grid.csv_field_separator)
|
|
588
|
+
spreadsheet = ::Wice::Spreadsheet.new(grid.name, grid.csv_field_separator, grid.csv_encoding)
|
|
589
589
|
|
|
590
590
|
# columns
|
|
591
591
|
spreadsheet << rendering.column_labels(:in_csv)
|
|
@@ -114,7 +114,7 @@ module Wice
|
|
|
114
114
|
temp_filename = temp_filename.strip
|
|
115
115
|
filename = (grid.csv_file_name || grid.name) + '.csv'
|
|
116
116
|
grid.csv_tempfile.close
|
|
117
|
-
send_file_rails2 temp_filename, filename: filename, type:
|
|
117
|
+
send_file_rails2 temp_filename, filename: filename, type: "text/csv; charset=#{get_output_encoding grid.csv_encoding}"
|
|
118
118
|
grid.csv_tempfile = nil
|
|
119
119
|
true
|
|
120
120
|
else
|
|
@@ -162,6 +162,14 @@ module Wice
|
|
|
162
162
|
|
|
163
163
|
private
|
|
164
164
|
|
|
165
|
+
def get_output_encoding(csv_encoding)
|
|
166
|
+
if csv_encoding.blank?
|
|
167
|
+
'utf-8'
|
|
168
|
+
else
|
|
169
|
+
csv_encoding.split(':').first
|
|
170
|
+
end
|
|
171
|
+
end
|
|
172
|
+
|
|
165
173
|
def send_file_rails2(path, options = {}) #:nodoc:
|
|
166
174
|
fail "Cannot read file #{path}" unless File.file?(path) && File.readable?(path)
|
|
167
175
|
|
|
@@ -7,8 +7,9 @@ module Wice
|
|
|
7
7
|
#:nodoc:
|
|
8
8
|
attr_reader :tempfile
|
|
9
9
|
|
|
10
|
-
def initialize(name, field_separator) #:nodoc:
|
|
10
|
+
def initialize(name, field_separator, encoding = nil) #:nodoc:
|
|
11
11
|
@tempfile = Tempfile.new(name)
|
|
12
|
+
@tempfile.set_encoding(encoding) unless encoding.blank?
|
|
12
13
|
@csv = CSV.new(@tempfile, col_sep: field_separator)
|
|
13
14
|
end
|
|
14
15
|
|
data/lib/wice_grid.rb
CHANGED
|
@@ -69,7 +69,7 @@ module Wice
|
|
|
69
69
|
# Main class responsible for keeping the state of the grid, building an ActiveRelation, and running queries
|
|
70
70
|
class WiceGrid
|
|
71
71
|
attr_reader :klass, :name, :resultset, :custom_order, :query_store_model #:nodoc:
|
|
72
|
-
attr_reader :ar_options, :status, :export_to_csv_enabled, :csv_file_name, :csv_field_separator, :saved_query #:nodoc:
|
|
72
|
+
attr_reader :ar_options, :status, :export_to_csv_enabled, :csv_file_name, :csv_field_separator, :csv_encoding, :saved_query #:nodoc:
|
|
73
73
|
attr_writer :renderer #:nodoc:
|
|
74
74
|
attr_accessor :output_buffer, :view_helper_finished, :csv_tempfile #:nodoc:
|
|
75
75
|
|
|
@@ -110,6 +110,7 @@ module Wice
|
|
|
110
110
|
conditions: nil,
|
|
111
111
|
csv_file_name: nil,
|
|
112
112
|
csv_field_separator: ConfigurationProvider.value_for(:CSV_FIELD_SEPARATOR),
|
|
113
|
+
csv_encoding: ConfigurationProvider.value_for(:CSV_ENCODING),
|
|
113
114
|
custom_order: {},
|
|
114
115
|
enable_export_to_csv: ConfigurationProvider.value_for(:ENABLE_EXPORT_TO_CSV),
|
|
115
116
|
group: nil,
|
|
@@ -122,7 +123,6 @@ module Wice
|
|
|
122
123
|
page_method_name: ConfigurationProvider.value_for(:PAGE_METHOD_NAME),
|
|
123
124
|
per_page: ConfigurationProvider.value_for(:PER_PAGE),
|
|
124
125
|
saved_query: nil,
|
|
125
|
-
total_entries: nil,
|
|
126
126
|
with_paginated_resultset: nil,
|
|
127
127
|
with_resultset: nil,
|
|
128
128
|
use_default_scope: ConfigurationProvider.value_for(:USE_DEFAULT_SCOPE)
|
|
@@ -139,6 +139,7 @@ module Wice
|
|
|
139
139
|
@export_to_csv_enabled = @options[:enable_export_to_csv]
|
|
140
140
|
@csv_file_name = @options[:csv_file_name]
|
|
141
141
|
@csv_field_separator = @options[:csv_field_separator]
|
|
142
|
+
@csv_encoding = @options[:csv_encoding]
|
|
142
143
|
|
|
143
144
|
case @name = @options[:name]
|
|
144
145
|
when String
|
|
@@ -543,7 +544,9 @@ module Wice
|
|
|
543
544
|
end
|
|
544
545
|
|
|
545
546
|
if custom_order.blank?
|
|
546
|
-
|
|
547
|
+
sqlite = ActiveRecord::ConnectionAdapters.const_defined?(:SQLite3Adapter) && ActiveRecord::Base.connection.is_a?(ActiveRecord::ConnectionAdapters::SQLite3Adapter)
|
|
548
|
+
postgres = ActiveRecord::ConnectionAdapters.const_defined?(:PostgreSQLAdapter) && ActiveRecord::Base.connection.is_a?(ActiveRecord::ConnectionAdapters::PostgreSQLAdapter)
|
|
549
|
+
if sqlite || postgres
|
|
547
550
|
fully_qualified_column_name.strip.split('.').map { |chunk| ActiveRecord::Base.connection.quote_table_name(chunk) }.join('.')
|
|
548
551
|
else
|
|
549
552
|
ActiveRecord::Base.connection.quote_table_name(fully_qualified_column_name.strip)
|
|
@@ -33,6 +33,9 @@ Wice::Defaults::ENABLE_EXPORT_TO_CSV = false
|
|
|
33
33
|
# Default CSV field separator
|
|
34
34
|
Wice::Defaults::CSV_FIELD_SEPARATOR = ','
|
|
35
35
|
|
|
36
|
+
# Default CSV encoding
|
|
37
|
+
Wice::Defaults::CSV_ENCODING = nil
|
|
38
|
+
|
|
36
39
|
# The strategy when to show the filter.
|
|
37
40
|
# * <tt>:when_filtered</tt> - when the table is the result of filtering
|
|
38
41
|
# * <tt>:always</tt> - show the filter always
|
data/wice_grid.gemspec
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# encoding: utf-8
|
|
2
2
|
Gem::Specification.new do |s|
|
|
3
3
|
s.name = 'wice_grid'
|
|
4
|
-
s.version = '3.6.0.
|
|
4
|
+
s.version = '3.6.0.pre5'
|
|
5
5
|
s.authors = ['Yuri Leikind']
|
|
6
6
|
s.email = ['yuri.leikind@gmail.com']
|
|
7
7
|
s.homepage = 'https://github.com/leikind/wice_grid'
|
|
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
|
|
|
14
14
|
s.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
|
|
15
15
|
s.license = 'MIT'
|
|
16
16
|
s.require_paths = ['lib']
|
|
17
|
-
s.date = '2015-
|
|
17
|
+
s.date = '2015-11-28'
|
|
18
18
|
|
|
19
19
|
s.add_dependency 'activerecord', ['> 3.2']
|
|
20
20
|
s.add_dependency 'kaminari', ['~> 0.16']
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wice_grid
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.6.0.
|
|
4
|
+
version: 3.6.0.pre5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Yuri Leikind
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-11-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activerecord
|
|
@@ -234,10 +234,23 @@ files:
|
|
|
234
234
|
- app/views/kaminari/wice_grid/_page.html.erb
|
|
235
235
|
- app/views/kaminari/wice_grid/_paginator.html.erb
|
|
236
236
|
- app/views/kaminari/wice_grid/_prev_page.html.erb
|
|
237
|
+
- config/locales/cz.yml
|
|
238
|
+
- config/locales/de.yml
|
|
239
|
+
- config/locales/en.yml
|
|
240
|
+
- config/locales/es.yml
|
|
241
|
+
- config/locales/fr.yml
|
|
242
|
+
- config/locales/is.yml
|
|
243
|
+
- config/locales/it.yml
|
|
244
|
+
- config/locales/ja.yml
|
|
245
|
+
- config/locales/nl.yml
|
|
246
|
+
- config/locales/pt-BR.yml
|
|
247
|
+
- config/locales/pt.yml
|
|
248
|
+
- config/locales/ru.yml
|
|
249
|
+
- config/locales/sk.yml
|
|
250
|
+
- config/locales/zh.yml
|
|
237
251
|
- lib/generators/wice_grid/add_migration_for_serialized_queries_generator.rb
|
|
238
252
|
- lib/generators/wice_grid/install_generator.rb
|
|
239
253
|
- lib/generators/wice_grid/templates/create_wice_grid_serialized_queries.rb
|
|
240
|
-
- lib/generators/wice_grid/templates/wice_grid.yml
|
|
241
254
|
- lib/generators/wice_grid/templates/wice_grid_config.rb
|
|
242
255
|
- lib/wice/active_record_column_wrapper.rb
|
|
243
256
|
- lib/wice/columns.rb
|
|
@@ -313,10 +326,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
313
326
|
version: 1.3.1
|
|
314
327
|
requirements: []
|
|
315
328
|
rubyforge_project:
|
|
316
|
-
rubygems_version: 2.4.5
|
|
329
|
+
rubygems_version: 2.4.5.1
|
|
317
330
|
signing_key:
|
|
318
331
|
specification_version: 4
|
|
319
332
|
summary: A Rails grid plugin to quickly create grids with sorting, pagination, and
|
|
320
333
|
filters.
|
|
321
334
|
test_files: []
|
|
322
|
-
has_rdoc:
|
|
@@ -1,636 +0,0 @@
|
|
|
1
|
-
en:
|
|
2
|
-
date:
|
|
3
|
-
order:
|
|
4
|
-
- :year
|
|
5
|
-
- :month
|
|
6
|
-
- :day
|
|
7
|
-
wice_grid:
|
|
8
|
-
show_filter_tooltip: Show filter
|
|
9
|
-
hide_filter_tooltip: Hide filter
|
|
10
|
-
csv_export_tooltip: Export to CSV
|
|
11
|
-
filter_tooltip: Filter
|
|
12
|
-
reset_filter_tooltip: Reset
|
|
13
|
-
boolean_filter_true_label: "yes"
|
|
14
|
-
boolean_filter_false_label: "no"
|
|
15
|
-
previous_label: «
|
|
16
|
-
next_label: »
|
|
17
|
-
# Title of the icon clicking on which will show the calendar to set the FROM date.
|
|
18
|
-
date_selector_tooltip_from: From
|
|
19
|
-
# Title of the icon clicking on which will show the calendar to set the TO date.
|
|
20
|
-
date_selector_tooltip_to: To
|
|
21
|
-
# The title of the checkox to turn on negation
|
|
22
|
-
negation_checkbox_title: Exclude
|
|
23
|
-
# link to switch to show all records
|
|
24
|
-
show_all_records_label: show all
|
|
25
|
-
# tooltip for the link to switch to show all records
|
|
26
|
-
show_all_records_tooltip: Show all records
|
|
27
|
-
# Warning message shown when the user wants to switch to all-records mode
|
|
28
|
-
all_queries_warning: Are you sure you want to display all records?
|
|
29
|
-
# link to paginated view
|
|
30
|
-
switch_back_to_paginated_mode_label: back to paginated view
|
|
31
|
-
# tooltip for the link to paginated view
|
|
32
|
-
switch_back_to_paginated_mode_tooltip: Switch back to the view with pages
|
|
33
|
-
# Title of the date string.
|
|
34
|
-
date_string_tooltip: Click to delete
|
|
35
|
-
saved_query_panel_title: Saved Queries
|
|
36
|
-
save_query_button_label: Save the state of filters
|
|
37
|
-
saved_query_deletion_confirmation: Are you sure?
|
|
38
|
-
saved_query_deletion_link_title: Delete query
|
|
39
|
-
saved_query_link_title: Load query
|
|
40
|
-
validates_uniqueness_error: A query with this name already exists
|
|
41
|
-
validates_presence_error: Please submit the name of the custom query
|
|
42
|
-
query_deleted_message: Saved query deleted.
|
|
43
|
-
query_saved_message: Query saved.
|
|
44
|
-
select_all: Select all
|
|
45
|
-
deselect_all: Remove selection
|
|
46
|
-
expand: Expand
|
|
47
|
-
collapse: Collapse
|
|
48
|
-
|
|
49
|
-
es:
|
|
50
|
-
date:
|
|
51
|
-
order:
|
|
52
|
-
- :day
|
|
53
|
-
- :month
|
|
54
|
-
- :year
|
|
55
|
-
wice_grid:
|
|
56
|
-
show_filter_tooltip: Mostrar filtro
|
|
57
|
-
hide_filter_tooltip: Ocultar filtro
|
|
58
|
-
csv_export_tooltip: Exportar a CSV
|
|
59
|
-
filter_tooltip: Filtro
|
|
60
|
-
reset_filter_tooltip: Reset
|
|
61
|
-
boolean_filter_true_label: "Si"
|
|
62
|
-
boolean_filter_false_label: "No"
|
|
63
|
-
previous_label: «
|
|
64
|
-
next_label: »
|
|
65
|
-
# Title of the icon clicking on which will show the calendar to set the FROM date.
|
|
66
|
-
date_selector_tooltip_from: Desde
|
|
67
|
-
# Title of the icon clicking on which will show the calendar to set the TO date.
|
|
68
|
-
date_selector_tooltip_to: Hasta
|
|
69
|
-
# The title of the checkox to turn on negation
|
|
70
|
-
negation_checkbox_title: Excluir
|
|
71
|
-
# link to switch to show all records
|
|
72
|
-
show_all_records_label: mostrar todos
|
|
73
|
-
# tooltip for the link to switch to show all records
|
|
74
|
-
show_all_records_tooltip: Mostrar todos los registros
|
|
75
|
-
# Warning message shown when the user wants to switch to all-records mode
|
|
76
|
-
all_queries_warning: ¿Estás seguro que quieres mostrar todos los registros?
|
|
77
|
-
# link to paginated view
|
|
78
|
-
switch_back_to_paginated_mode_label: volver a la vista paginada
|
|
79
|
-
# tooltip for the link to paginated view
|
|
80
|
-
switch_back_to_paginated_mode_tooltip: Cambiar atrás a la vista con páginas
|
|
81
|
-
# Title of the date string.
|
|
82
|
-
date_string_tooltip: Click en borrar
|
|
83
|
-
saved_query_panel_title: Consultas salvadas
|
|
84
|
-
save_query_button_label: Salvar el estado de los filtros
|
|
85
|
-
saved_query_deletion_confirmation: ¿Estás seguro?
|
|
86
|
-
saved_query_deletion_link_title: Borrar consulta
|
|
87
|
-
saved_query_link_title: Cargar consulta
|
|
88
|
-
validates_uniqueness_error: Una consulta con este nombre ya existe
|
|
89
|
-
validates_presence_error: Por favor tramita el nombre la consulta modificada
|
|
90
|
-
query_deleted_message: Salvada la consulta borrado.
|
|
91
|
-
query_saved_message: Consulta salvada.
|
|
92
|
-
select_all: Selecciona todo
|
|
93
|
-
deselect_all: Borra la selección
|
|
94
|
-
expand: Expandir
|
|
95
|
-
collapse: Contraer
|
|
96
|
-
|
|
97
|
-
is:
|
|
98
|
-
date:
|
|
99
|
-
order:
|
|
100
|
-
- :year
|
|
101
|
-
- :month
|
|
102
|
-
- :day
|
|
103
|
-
wice_grid:
|
|
104
|
-
show_filter_tooltip: Sýna síumöguleika
|
|
105
|
-
hide_filter_tooltip: Fela síumoguleika
|
|
106
|
-
csv_export_tooltip: Flytja út CSV
|
|
107
|
-
filter_tooltip: Sía
|
|
108
|
-
reset_filter_tooltip: Hreinsa
|
|
109
|
-
boolean_filter_true_label: Já
|
|
110
|
-
boolean_filter_false_label: Nei
|
|
111
|
-
previous_label: «
|
|
112
|
-
next_label: »
|
|
113
|
-
# Title of the icon clicking on which will show the calendar to set the FROM date.
|
|
114
|
-
date_selector_tooltip_from: Frá
|
|
115
|
-
# Title of the icon clicking on which will show the calendar to set the TO date.
|
|
116
|
-
date_selector_tooltip_to: Til
|
|
117
|
-
# The title of the checkox to turn on negation
|
|
118
|
-
negation_checkbox_title: Undanskilja
|
|
119
|
-
# link to switch to show all records
|
|
120
|
-
show_all_records_label: Sýna allt
|
|
121
|
-
# tooltip for the link to switch to show all records
|
|
122
|
-
show_all_records_tooltip: Sýna öll gögn
|
|
123
|
-
# Warning message shown when the user wants to switch to all-records mode
|
|
124
|
-
all_queries_warning: Ertu viss um að þú viljir láta sýna öll gögn?
|
|
125
|
-
# link to paginated view
|
|
126
|
-
switch_back_to_paginated_mode_label: Aftur til síðuhorfs
|
|
127
|
-
# tooltip for the link to paginated view
|
|
128
|
-
switch_back_to_paginated_mode_tooltip: Aftur til síðuhorfs
|
|
129
|
-
# Title of the date string.
|
|
130
|
-
date_string_tooltip: Smella á til að eyða
|
|
131
|
-
saved_query_panel_title: Vistaðar leitarskipanir
|
|
132
|
-
save_query_button_label: Vista síuval
|
|
133
|
-
saved_query_deletion_confirmation: Ertu viss?
|
|
134
|
-
saved_query_deletion_link_title: Eyða leitarskipun
|
|
135
|
-
saved_query_link_title: Hlaða leitarskipun
|
|
136
|
-
validates_uniqueness_error: Leitarskipun með þessu nafni er þegar til
|
|
137
|
-
validates_presence_error: Vinsamlegast gefið heiti fyrir leitarskipun
|
|
138
|
-
query_deleted_message: Vistaðri leitarskipun hefur verið eytt
|
|
139
|
-
query_saved_message: leitaskipun hefur verið vistuð
|
|
140
|
-
# To do: translate
|
|
141
|
-
select_all: Select all
|
|
142
|
-
deselect_all: Remove selection
|
|
143
|
-
|
|
144
|
-
nl:
|
|
145
|
-
date:
|
|
146
|
-
order:
|
|
147
|
-
- :year
|
|
148
|
-
- :month
|
|
149
|
-
- :day
|
|
150
|
-
wice_grid:
|
|
151
|
-
show_filter_tooltip: Filter tonen
|
|
152
|
-
hide_filter_tooltip: Filter verbergen
|
|
153
|
-
csv_export_tooltip: Als CSV exporteren
|
|
154
|
-
filter_tooltip: Filter
|
|
155
|
-
reset_filter_tooltip: Terugstellen
|
|
156
|
-
boolean_filter_true_label: ja
|
|
157
|
-
boolean_filter_false_label: neen
|
|
158
|
-
previous_label: «
|
|
159
|
-
next_label: »
|
|
160
|
-
# Title of the icon clicking on which will show the calendar to set the FROM date.
|
|
161
|
-
date_selector_tooltip_from: Vanaf
|
|
162
|
-
# Title of the icon clicking on which will show the calendar to set the TO date.
|
|
163
|
-
date_selector_tooltip_to: Tot
|
|
164
|
-
# The title of the checkox to turn on negation
|
|
165
|
-
negation_checkbox_title: Uitsluiten
|
|
166
|
-
# link to switch to show all records
|
|
167
|
-
show_all_records_label: Alle rijen tonen
|
|
168
|
-
# tooltip for the link to switch to show all records
|
|
169
|
-
show_all_records_tooltip: Alle rijen tonen
|
|
170
|
-
# Warning message shown when the user wants to switch to all-records mode
|
|
171
|
-
all_queries_warning: Bent u zeker dat u alle rijen wilt tonen?
|
|
172
|
-
# link to paginated view
|
|
173
|
-
switch_back_to_paginated_mode_label: Terug naar pagina's
|
|
174
|
-
# tooltip for the link to paginated view
|
|
175
|
-
switch_back_to_paginated_mode_tooltip: Terug naar pagina's
|
|
176
|
-
# Title of the date string.
|
|
177
|
-
date_string_tooltip: Klik om te verwijderen
|
|
178
|
-
saved_query_panel_title: Opgeslagen query's
|
|
179
|
-
save_query_button_label: Query opslaan
|
|
180
|
-
saved_query_deletion_confirmation: Bent u zeker?
|
|
181
|
-
saved_query_deletion_link_title: Query verwijderen
|
|
182
|
-
saved_query_link_title: Query laden
|
|
183
|
-
validates_uniqueness_error: Deze query bestaat reeds
|
|
184
|
-
validates_presence_error: Gelieve de naam van de query in te vullen
|
|
185
|
-
query_deleted_message: Opgeslagen query verwijderd.
|
|
186
|
-
query_saved_message: Query opgeslagen
|
|
187
|
-
select_all: Selecteer alle rijen
|
|
188
|
-
deselect_all: Deselecteer alle rijen
|
|
189
|
-
|
|
190
|
-
fr:
|
|
191
|
-
date:
|
|
192
|
-
order:
|
|
193
|
-
- :year
|
|
194
|
-
- :month
|
|
195
|
-
- :day
|
|
196
|
-
wice_grid:
|
|
197
|
-
show_filter_tooltip: Afficher le filtre
|
|
198
|
-
hide_filter_tooltip: Cacher le filtrer
|
|
199
|
-
csv_export_tooltip: Exporter en CSV
|
|
200
|
-
filter_tooltip: Filtrer
|
|
201
|
-
reset_filter_tooltip: Effacer
|
|
202
|
-
boolean_filter_true_label: oui
|
|
203
|
-
boolean_filter_false_label: non
|
|
204
|
-
previous_label: «
|
|
205
|
-
next_label: »
|
|
206
|
-
# Title of the icon clicking on which will show the calendar to set the FROM date.
|
|
207
|
-
date_selector_tooltip_from: De
|
|
208
|
-
# Title of the icon clicking on which will show the calendar to set the TO date.
|
|
209
|
-
date_selector_tooltip_to: à
|
|
210
|
-
# The title of the checkox to turn on negation
|
|
211
|
-
negation_checkbox_title: Exclure
|
|
212
|
-
# link to switch to show all records
|
|
213
|
-
show_all_records_label: Voir tous
|
|
214
|
-
# tooltip for the link to switch to show all records
|
|
215
|
-
show_all_records_tooltip: Voir tous les enregistrements
|
|
216
|
-
# Warning message shown when the user wants to switch to all-records mode
|
|
217
|
-
all_queries_warning: Etes-vous certain de vouloir afficher tous les enregistrements?
|
|
218
|
-
# link to paginated view
|
|
219
|
-
switch_back_to_paginated_mode_label: Retour à la vue paginée
|
|
220
|
-
# tooltip for the link to paginated view
|
|
221
|
-
switch_back_to_paginated_mode_tooltip: Retour à la vue par pages
|
|
222
|
-
# Title of the date string.
|
|
223
|
-
date_string_tooltip: Cliquez pour effacer
|
|
224
|
-
saved_query_panel_title: Requêtes sauvées
|
|
225
|
-
save_query_button_label: Sauver l'état des filtres
|
|
226
|
-
saved_query_deletion_confirmation: Etes vous sûr?
|
|
227
|
-
saved_query_deletion_link_title: Effacer la requête
|
|
228
|
-
saved_query_link_title: Charger la requête
|
|
229
|
-
validates_uniqueness_error: Un requête existante porte déjà ce nom
|
|
230
|
-
validates_presence_error: Veuillez indiquer le nom de la requête que vous souhaitez sauver
|
|
231
|
-
query_deleted_message: La requête a été effacée.
|
|
232
|
-
query_saved_message: La requête a été sauvée.
|
|
233
|
-
select_all: Sélectionner tout
|
|
234
|
-
deselect_all: Désélectionner tout
|
|
235
|
-
|
|
236
|
-
ru:
|
|
237
|
-
date:
|
|
238
|
-
order:
|
|
239
|
-
- :year
|
|
240
|
-
- :month
|
|
241
|
-
- :day
|
|
242
|
-
wice_grid:
|
|
243
|
-
show_filter_tooltip: Показать фильтр
|
|
244
|
-
hide_filter_tooltip: Спрятать фильтр
|
|
245
|
-
csv_export_tooltip: Экспорт в CSV
|
|
246
|
-
filter_tooltip: Фильтровать
|
|
247
|
-
reset_filter_tooltip: Сброс
|
|
248
|
-
boolean_filter_true_label: да
|
|
249
|
-
boolean_filter_false_label: нет
|
|
250
|
-
previous_label: «
|
|
251
|
-
next_label: »
|
|
252
|
-
# Title of the icon clicking on which will show the calendar to set the FROM date.
|
|
253
|
-
date_selector_tooltip_from: С
|
|
254
|
-
# Title of the icon clicking on which will show the calendar to set the TO date.
|
|
255
|
-
date_selector_tooltip_to: До
|
|
256
|
-
# The title of the checkox to turn on negation
|
|
257
|
-
negation_checkbox_title: Исключая строки
|
|
258
|
-
# link to switch to show all records
|
|
259
|
-
show_all_records_label: показать все
|
|
260
|
-
# tooltip for the link to switch to show all records
|
|
261
|
-
show_all_records_tooltip: Показать все записи
|
|
262
|
-
# Warning message shown when the user wants to switch to all-records mode
|
|
263
|
-
all_queries_warning: Вы уверены в том, что хотите отобразить все записи?
|
|
264
|
-
# link to paginated view
|
|
265
|
-
switch_back_to_paginated_mode_label: Назад к постраничному выводу
|
|
266
|
-
# tooltip for the link to paginated view
|
|
267
|
-
switch_back_to_paginated_mode_tooltip: Назад к постраничному выводу
|
|
268
|
-
# Title of the date string.
|
|
269
|
-
date_string_tooltip: Кликните, чтобы удалить дату
|
|
270
|
-
saved_query_panel_title: Сохранённые фильтры
|
|
271
|
-
save_query_button_label: Сохранить фильтр
|
|
272
|
-
saved_query_deletion_confirmation: Вы уверены?
|
|
273
|
-
saved_query_deletion_link_title: Удалить сохранённый фильтр
|
|
274
|
-
saved_query_link_title: Загрузить сохранённый фильтр
|
|
275
|
-
validates_uniqueness_error: Сохранённый фильтр с таким именем уже существует
|
|
276
|
-
validates_presence_error: Пожалуйста введите имя сохраняемого фильтра
|
|
277
|
-
query_deleted_message: Сохранённый фильтр удалён.
|
|
278
|
-
query_saved_message: Сохранённый фильтр сохранён.
|
|
279
|
-
select_all: Отметить все
|
|
280
|
-
deselect_all: Убрать выделение
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
pt:
|
|
284
|
-
date:
|
|
285
|
-
order:
|
|
286
|
-
- :year
|
|
287
|
-
- :month
|
|
288
|
-
- :day
|
|
289
|
-
wice_grid:
|
|
290
|
-
show_filter_tooltip: Mostrar o filtro
|
|
291
|
-
hide_filter_tooltip: Esconder o filtro
|
|
292
|
-
csv_export_tooltip: Exportar em CSV
|
|
293
|
-
filter_tooltip: Filtrar
|
|
294
|
-
reset_filter_tooltip: Reinicializar
|
|
295
|
-
boolean_filter_true_label: sim
|
|
296
|
-
boolean_filter_false_label: não
|
|
297
|
-
previous_label: «
|
|
298
|
-
next_label: »
|
|
299
|
-
# Title of the icon clicking on which will show the calendar to set the FROM date.
|
|
300
|
-
date_selector_tooltip_from: De
|
|
301
|
-
# Title of the icon clicking on which will show the calendar to set the TO date.
|
|
302
|
-
date_selector_tooltip_to: a
|
|
303
|
-
# The title of the checkox to turn on negation
|
|
304
|
-
negation_checkbox_title: Excluir
|
|
305
|
-
# link to switch to show all records
|
|
306
|
-
show_all_records_label: Ver todos
|
|
307
|
-
# tooltip for the link to switch to show all records
|
|
308
|
-
show_all_records_tooltip: Ver todos os registos
|
|
309
|
-
# Warning message shown when the user wants to switch to all-records mode
|
|
310
|
-
all_queries_warning: Tem a certeza de querer visualizar todos os registos?
|
|
311
|
-
# link to paginated view
|
|
312
|
-
switch_back_to_paginated_mode_label: Retorno à vista paginada
|
|
313
|
-
# tooltip for the link to paginated view
|
|
314
|
-
switch_back_to_paginated_mode_tooltip: Retorno à vista por página
|
|
315
|
-
# Title of the date string.
|
|
316
|
-
date_string_tooltip: Cliquar para apagar
|
|
317
|
-
saved_query_panel_title: Queries gravadas
|
|
318
|
-
save_query_button_label: Gravar o estado dos filtros
|
|
319
|
-
saved_query_deletion_confirmation: Tem a certeza?
|
|
320
|
-
saved_query_deletion_link_title: Apagar a query
|
|
321
|
-
saved_query_link_title: Caregar a query
|
|
322
|
-
validates_uniqueness_error: Já existe uma query com o mesmo nome
|
|
323
|
-
validates_presence_error: Queira indicar o nome da query que deseja gravar
|
|
324
|
-
query_deleted_message: A query foi apagada.
|
|
325
|
-
query_saved_message: A query foi gravada.
|
|
326
|
-
select_all: Selecionar todos
|
|
327
|
-
deselect_all: Remover seleção
|
|
328
|
-
|
|
329
|
-
pt-BR:
|
|
330
|
-
date:
|
|
331
|
-
order:
|
|
332
|
-
- :year
|
|
333
|
-
- :month
|
|
334
|
-
- :day
|
|
335
|
-
wice_grid:
|
|
336
|
-
show_filter_tooltip: Mostrar o filtro
|
|
337
|
-
hide_filter_tooltip: Esconder o filtro
|
|
338
|
-
csv_export_tooltip: Exportar em CSV
|
|
339
|
-
filter_tooltip: Filtrar
|
|
340
|
-
reset_filter_tooltip: Reinicializar
|
|
341
|
-
boolean_filter_true_label: sim
|
|
342
|
-
boolean_filter_false_label: não
|
|
343
|
-
previous_label: «
|
|
344
|
-
next_label: »
|
|
345
|
-
date_selector_tooltip_from: De
|
|
346
|
-
date_selector_tooltip_to: a
|
|
347
|
-
negation_checkbox_title: Excluir
|
|
348
|
-
show_all_records_label: Ver todos
|
|
349
|
-
show_all_records_tooltip: Ver todos os registos
|
|
350
|
-
all_queries_warning: Tem certeza que gostaria de visualizar todos os registos?
|
|
351
|
-
switch_back_to_paginated_mode_label: Voltar à lista paginada
|
|
352
|
-
switch_back_to_paginated_mode_tooltip: Voltar à lista por página
|
|
353
|
-
date_string_tooltip: Clique para apagar
|
|
354
|
-
saved_query_panel_title: Filtros gravados
|
|
355
|
-
save_query_button_label: Gravar o estado dos filtros
|
|
356
|
-
saved_query_deletion_confirmation: Tem certeza?
|
|
357
|
-
saved_query_deletion_link_title: Apagar o filtro
|
|
358
|
-
saved_query_link_title: Carregar o filtro
|
|
359
|
-
validates_uniqueness_error: Já existe um filtro com o mesmo nome
|
|
360
|
-
validates_presence_error: Indique o nome do filtro que deseja gravar
|
|
361
|
-
query_deleted_message: O filtro foi apagado.
|
|
362
|
-
query_saved_message: O filtro foi gravado.
|
|
363
|
-
select_all: Selecionar todos
|
|
364
|
-
deselect_all: Remover seleção
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
sk:
|
|
368
|
-
date:
|
|
369
|
-
order:
|
|
370
|
-
- :year
|
|
371
|
-
- :month
|
|
372
|
-
- :day
|
|
373
|
-
wice_grid:
|
|
374
|
-
show_filter_tooltip: Zobraziť filter
|
|
375
|
-
hide_filter_tooltip: Skryť filter
|
|
376
|
-
csv_export_tooltip: Exportovať do CSV
|
|
377
|
-
filter_tooltip: Filter
|
|
378
|
-
reset_filter_tooltip: Zrušiť filtre
|
|
379
|
-
boolean_filter_true_label: "áno"
|
|
380
|
-
boolean_filter_false_label: "nie"
|
|
381
|
-
previous_label: «
|
|
382
|
-
next_label: »
|
|
383
|
-
# Title of the icon clicking on which will show the calendar to set the FROM date.
|
|
384
|
-
date_selector_tooltip_from: Dátum od
|
|
385
|
-
# Title of the icon clicking on which will show the calendar to set the TO date.
|
|
386
|
-
date_selector_tooltip_to: Dátum do
|
|
387
|
-
# The title of the checkox to turn on negation
|
|
388
|
-
negation_checkbox_title: Inverzný výber
|
|
389
|
-
# link to switch to show all records
|
|
390
|
-
show_all_records_label: Zobraziť všetko
|
|
391
|
-
# tooltip for the link to switch to show all records
|
|
392
|
-
show_all_records_tooltip: Zobrazí všetky záznamy v databáze
|
|
393
|
-
# Warning message shown when the user wants to switch to all-records mode
|
|
394
|
-
all_queries_warning: Určite chceš zobraziť všetky záznamy v databáze?
|
|
395
|
-
# link to paginated view
|
|
396
|
-
switch_back_to_paginated_mode_label: späť na stránkové zobrazenie
|
|
397
|
-
# tooltip for the link to paginated view
|
|
398
|
-
switch_back_to_paginated_mode_tooltip: Prepnúť do stránkového zobrazenia
|
|
399
|
-
# Title of the date string.
|
|
400
|
-
date_string_tooltip: Kliknutím zmažeš
|
|
401
|
-
saved_query_panel_title: Uložené filtre/výsledky
|
|
402
|
-
save_query_button_label: Uložiť stav filtrov
|
|
403
|
-
saved_query_deletion_confirmation: Si si istý?
|
|
404
|
-
saved_query_deletion_link_title: Vymazať uložený filter
|
|
405
|
-
saved_query_link_title: Nahrať uložený filter
|
|
406
|
-
validates_uniqueness_error: Filter s uvedeným názvom už existuje.
|
|
407
|
-
validates_presence_error: Prosím zadaj názov uloženého filtra.
|
|
408
|
-
query_deleted_message: Uložený filter bol vymazaný.
|
|
409
|
-
query_saved_message: Filter bol uložený.
|
|
410
|
-
select_all: Vyber všetko
|
|
411
|
-
deselect_all: Zrušiť výber
|
|
412
|
-
|
|
413
|
-
cz:
|
|
414
|
-
date:
|
|
415
|
-
order:
|
|
416
|
-
- :year
|
|
417
|
-
- :month
|
|
418
|
-
- :day
|
|
419
|
-
wice_grid:
|
|
420
|
-
show_filter_tooltip: Zobrazit filtr
|
|
421
|
-
hide_filter_tooltip: Skrýt filtr
|
|
422
|
-
csv_export_tooltip: Exportovat do CSV
|
|
423
|
-
filter_tooltip: Filtr
|
|
424
|
-
reset_filter_tooltip: Zrušit filtr
|
|
425
|
-
boolean_filter_true_label: "áno"
|
|
426
|
-
boolean_filter_false_label: "ne"
|
|
427
|
-
previous_label: «
|
|
428
|
-
next_label: »
|
|
429
|
-
# Title of the icon clicking on which will show the calendar to set the FROM date.
|
|
430
|
-
date_selector_tooltip_from: Dátum od
|
|
431
|
-
# Title of the icon clicking on which will show the calendar to set the TO date.
|
|
432
|
-
date_selector_tooltip_to: Dátum do
|
|
433
|
-
# The title of the checkox to turn on negation
|
|
434
|
-
negation_checkbox_title: Inverzní výběr
|
|
435
|
-
# link to switch to show all records
|
|
436
|
-
show_all_records_label: Zobrazit všechno
|
|
437
|
-
# tooltip for the link to switch to show all records
|
|
438
|
-
show_all_records_tooltip: Zobrazí všechny záznamy v databáze
|
|
439
|
-
# Warning message shown when the user wants to switch to all-records mode
|
|
440
|
-
all_queries_warning: Určitě chceš zobrazit všechny záznamy v databáze?
|
|
441
|
-
# link to paginated view
|
|
442
|
-
switch_back_to_paginated_mode_label: zpět na stránkové zobrazení
|
|
443
|
-
# tooltip for the link to paginated view
|
|
444
|
-
switch_back_to_paginated_mode_tooltip: Přepnout do stránkového zobrazení
|
|
445
|
-
# Title of the date string.
|
|
446
|
-
date_string_tooltip: Kliknutím zmažeš
|
|
447
|
-
saved_query_panel_title: Uložené filtry
|
|
448
|
-
save_query_button_label: Uložit aktuálni stav filtrů
|
|
449
|
-
saved_query_deletion_confirmation: Seš si jistej?
|
|
450
|
-
saved_query_deletion_link_title: Smazat uloženej filtr
|
|
451
|
-
saved_query_link_title: Použít uloženej filtr
|
|
452
|
-
validates_uniqueness_error: Filtr už existuje.
|
|
453
|
-
validates_presence_error: Prosím zadej název filtru.
|
|
454
|
-
query_deleted_message: Uložený filtr byl smazán.
|
|
455
|
-
query_saved_message: Filtr byl uložen.
|
|
456
|
-
select_all: Vyber všechno
|
|
457
|
-
deselect_all: Zrušit výběr
|
|
458
|
-
|
|
459
|
-
de:
|
|
460
|
-
date:
|
|
461
|
-
order:
|
|
462
|
-
- :year
|
|
463
|
-
- :month
|
|
464
|
-
- :day
|
|
465
|
-
wice_grid:
|
|
466
|
-
show_filter_tooltip: Filter einblenden
|
|
467
|
-
hide_filter_tooltip: Filter ausblenden
|
|
468
|
-
csv_export_tooltip: CSV Export
|
|
469
|
-
filter_tooltip: Filter
|
|
470
|
-
reset_filter_tooltip: Reset
|
|
471
|
-
boolean_filter_true_label: "Ja"
|
|
472
|
-
boolean_filter_false_label: "Nein"
|
|
473
|
-
previous_label: «
|
|
474
|
-
next_label: »
|
|
475
|
-
# Title of the icon clicking on which will show the calendar to set the FROM date.
|
|
476
|
-
date_selector_tooltip_from: Von
|
|
477
|
-
# Title of the icon clicking on which will show the calendar to set the TO date.
|
|
478
|
-
date_selector_tooltip_to: Bis
|
|
479
|
-
# The title of the checkox to turn on negation
|
|
480
|
-
negation_checkbox_title: Ausschließen
|
|
481
|
-
# link to switch to show all records
|
|
482
|
-
show_all_records_label: Alle anzeigen
|
|
483
|
-
# tooltip for the link to switch to show all records
|
|
484
|
-
show_all_records_tooltip: Alle anzeigen
|
|
485
|
-
# Warning message shown when the user wants to switch to all-records mode
|
|
486
|
-
all_queries_warning: Wollen Sie wirkliche alle Einträge anzeigen?
|
|
487
|
-
# link to paginated view
|
|
488
|
-
switch_back_to_paginated_mode_label: Zurück zur seitenbasierten Ansicht
|
|
489
|
-
# tooltip for the link to paginated view
|
|
490
|
-
switch_back_to_paginated_mode_tooltip: Zurück zur seitenbasierten Ansicht
|
|
491
|
-
# Title of the date string.
|
|
492
|
-
date_string_tooltip: Löschen
|
|
493
|
-
saved_query_panel_title: Gespeicherte Abfragen
|
|
494
|
-
save_query_button_label: Filter speichern
|
|
495
|
-
saved_query_deletion_confirmation: Sind Sie sicher?
|
|
496
|
-
saved_query_deletion_link_title: Abfrage löschen
|
|
497
|
-
saved_query_link_title: Abfrage laden
|
|
498
|
-
validates_uniqueness_error: Eine Abfrage mit dieser Bezeichnung existiert bereits!
|
|
499
|
-
validates_presence_error: Bitte vergeben Sie einen Namen!
|
|
500
|
-
query_deleted_message: Abfrage gelöscht.
|
|
501
|
-
query_saved_message: Abfrage gespeichert.
|
|
502
|
-
select_all: Alle auswählen
|
|
503
|
-
deselect_all: Auswahl aufheben
|
|
504
|
-
|
|
505
|
-
zh:
|
|
506
|
-
date:
|
|
507
|
-
order:
|
|
508
|
-
- :year
|
|
509
|
-
- :month
|
|
510
|
-
- :day
|
|
511
|
-
wice_grid:
|
|
512
|
-
show_filter_tooltip: 显示过滤
|
|
513
|
-
hide_filter_tooltip: 隐藏过滤
|
|
514
|
-
csv_export_tooltip: 输出CSV档
|
|
515
|
-
filter_tooltip: 过滤
|
|
516
|
-
reset_filter_tooltip: 清除过滤
|
|
517
|
-
boolean_filter_true_label: "是"
|
|
518
|
-
boolean_filter_false_label: "否"
|
|
519
|
-
previous_label: «
|
|
520
|
-
next_label: »
|
|
521
|
-
# Title of the icon clicking on which will show the calendar to set the FROM date.
|
|
522
|
-
date_selector_tooltip_from: 从
|
|
523
|
-
# Title of the icon clicking on which will show the calendar to set the TO date.
|
|
524
|
-
date_selector_tooltip_to: 至
|
|
525
|
-
# The title of the checkox to turn on negation
|
|
526
|
-
negation_checkbox_title: 排除
|
|
527
|
-
# link to switch to show all records
|
|
528
|
-
show_all_records_label: 显示全部
|
|
529
|
-
# tooltip for the link to switch to show all records
|
|
530
|
-
show_all_records_tooltip: 显示全部记录
|
|
531
|
-
# Warning message shown when the user wants to switch to all-records mode
|
|
532
|
-
all_queries_warning: 确定要显示全部记录?
|
|
533
|
-
# link to paginated view
|
|
534
|
-
switch_back_to_paginated_mode_label: 回到分页显示
|
|
535
|
-
# tooltip for the link to paginated view
|
|
536
|
-
switch_back_to_paginated_mode_tooltip: 切换到分页显示
|
|
537
|
-
# Title of the date string.
|
|
538
|
-
date_string_tooltip: 按下以清除
|
|
539
|
-
saved_query_panel_title: 查询存储
|
|
540
|
-
save_query_button_label: 储存查询状态
|
|
541
|
-
saved_query_deletion_confirmation: 确定删除?
|
|
542
|
-
saved_query_deletion_link_title: 删除查询
|
|
543
|
-
saved_query_link_title: 读取查询
|
|
544
|
-
validates_uniqueness_error: 已存在相同名称的查询
|
|
545
|
-
validates_presence_error: 请为此查询命名
|
|
546
|
-
query_deleted_message: 查询已删除
|
|
547
|
-
query_saved_message: 查询已储存
|
|
548
|
-
select_all: 全选
|
|
549
|
-
deselect_all: 全清
|
|
550
|
-
|
|
551
|
-
ja:
|
|
552
|
-
date:
|
|
553
|
-
order:
|
|
554
|
-
- :年
|
|
555
|
-
- :月
|
|
556
|
-
- :日
|
|
557
|
-
wice_grid:
|
|
558
|
-
show_filter_tooltip: フィルタ表示
|
|
559
|
-
hide_filter_tooltip: フィルタ非表示
|
|
560
|
-
csv_export_tooltip: CSVエクスポート
|
|
561
|
-
filter_tooltip: フィルタ
|
|
562
|
-
reset_filter_tooltip: リセット
|
|
563
|
-
boolean_filter_true_label: "yes"
|
|
564
|
-
boolean_filter_false_label: "no"
|
|
565
|
-
previous_label: «
|
|
566
|
-
next_label: »
|
|
567
|
-
# Title of the icon clicking on which will show the calendar to set the FROM date.
|
|
568
|
-
date_selector_tooltip_from: From
|
|
569
|
-
# Title of the icon clicking on which will show the calendar to set the TO date.
|
|
570
|
-
date_selector_tooltip_to: To
|
|
571
|
-
# The title of the checkox to turn on negation
|
|
572
|
-
negation_checkbox_title: 除外する
|
|
573
|
-
# link to switch to show all records
|
|
574
|
-
show_all_records_label: すべて表示
|
|
575
|
-
# tooltip for the link to switch to show all records
|
|
576
|
-
show_all_records_tooltip: 前レコード表示
|
|
577
|
-
# Warning message shown when the user wants to switch to all-records mode
|
|
578
|
-
all_queries_warning: 全てのレコードを表示しますか?
|
|
579
|
-
# link to paginated view
|
|
580
|
-
switch_back_to_paginated_mode_label: 戻る
|
|
581
|
-
# tooltip for the link to paginated view
|
|
582
|
-
switch_back_to_paginated_mode_tooltip: 戻る
|
|
583
|
-
# Title of the date string.
|
|
584
|
-
date_string_tooltip: 削除
|
|
585
|
-
saved_query_panel_title: クエリ保存
|
|
586
|
-
save_query_button_label: フィルタ保存
|
|
587
|
-
saved_query_deletion_confirmation: 本当によろしいですか?
|
|
588
|
-
saved_query_deletion_link_title: クエリ削除
|
|
589
|
-
saved_query_link_title: クエリのロード
|
|
590
|
-
validates_uniqueness_error: 同じ名前がすでに存在します
|
|
591
|
-
validates_presence_error: クエリ名を記入して下さい
|
|
592
|
-
query_deleted_message: クエリの削除が完了しました
|
|
593
|
-
query_saved_message: クエリを保存しました
|
|
594
|
-
select_all: 全てを選択
|
|
595
|
-
deselect_all: 選択を解除
|
|
596
|
-
expand: 開く
|
|
597
|
-
collapse: 閉じる
|
|
598
|
-
|
|
599
|
-
it:
|
|
600
|
-
date:
|
|
601
|
-
order:
|
|
602
|
-
- :day
|
|
603
|
-
- :month
|
|
604
|
-
- :year
|
|
605
|
-
wice_grid:
|
|
606
|
-
show_filter_tooltip: Mostra filtri
|
|
607
|
-
hide_filter_tooltip: Nascondi filtri
|
|
608
|
-
csv_export_tooltip: Esporta in CSV
|
|
609
|
-
filter_tooltip: Filtri
|
|
610
|
-
reset_filter_tooltip: Cancella
|
|
611
|
-
boolean_filter_true_label: "si"
|
|
612
|
-
boolean_filter_false_label: "no"
|
|
613
|
-
previous_label: «
|
|
614
|
-
next_label: »
|
|
615
|
-
date_selector_tooltip_from: Da
|
|
616
|
-
date_selector_tooltip_to: A
|
|
617
|
-
negation_checkbox_title: Escludi
|
|
618
|
-
show_all_records_label: Tutti i risultati
|
|
619
|
-
show_all_records_tooltip: Mostra tutti i risultati
|
|
620
|
-
all_queries_warning: Sei sicuro di voler mostrare tutti i risultati?
|
|
621
|
-
switch_back_to_paginated_mode_label: torna alla vista paginata
|
|
622
|
-
switch_back_to_paginated_mode_tooltip: Per tornare alla paginazione
|
|
623
|
-
date_string_tooltip: Clicca per cancellare
|
|
624
|
-
saved_query_panel_title: Ricerche salvate
|
|
625
|
-
save_query_button_label: Salva il valore dei filtri
|
|
626
|
-
saved_query_deletion_confirmation: Sei sicuro?
|
|
627
|
-
saved_query_deletion_link_title: Cancella la ricerca
|
|
628
|
-
saved_query_link_title: Carica ricerca
|
|
629
|
-
validates_uniqueness_error: Una ricerca con questo nome già esiste
|
|
630
|
-
validates_presence_error: Per favore inserisci il nome per questa ricerca personalizzata
|
|
631
|
-
query_deleted_message: Ricerca cancellata
|
|
632
|
-
query_saved_message: Ricerca salvata
|
|
633
|
-
select_all: Seleziona tutti
|
|
634
|
-
deselect_all: Deseleziona tutti
|
|
635
|
-
expand: Espandi
|
|
636
|
-
collapse: Chiudi
|