iqvoc 4.0.7 → 4.0.8

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -1,4 +1,10 @@
1
- ## [4.0.7]
1
+ ## [4.0.8]
2
+
3
+ * Portugese and spanish UI translations (@nitaibezerra)
4
+ * [FIX] Versioning of concepts did not work
5
+ * Bugfixes
6
+
7
+ ## 4.0.7
2
8
 
3
9
  * Added support for Sesame as triplestore synchronization target
4
10
  * Ditched Ruby 1.8 API compatibility; iQvoc now requires Ruby 1.9+
data/Gemfile CHANGED
@@ -19,7 +19,7 @@ source 'http://rubygems.org'
19
19
  # TODO: The following dependencies could be included by the "gemspec" command.
20
20
  # There is only one problem: gemspec puts the dependencies automatically to a
21
21
  # group (:development by default). This is not what we need.
22
- gem 'rails', '3.2.6'
22
+ gem 'rails', '3.2.12'
23
23
 
24
24
  group :assets do
25
25
  gem 'uglifier', '>= 1.0.3'
data/Gemfile.lock CHANGED
@@ -1,25 +1,25 @@
1
1
  GEM
2
2
  remote: http://rubygems.org/
3
3
  specs:
4
- actionmailer (3.2.6)
5
- actionpack (= 3.2.6)
4
+ actionmailer (3.2.12)
5
+ actionpack (= 3.2.12)
6
6
  mail (~> 2.4.4)
7
- actionpack (3.2.6)
8
- activemodel (= 3.2.6)
9
- activesupport (= 3.2.6)
7
+ actionpack (3.2.12)
8
+ activemodel (= 3.2.12)
9
+ activesupport (= 3.2.12)
10
10
  builder (~> 3.0.0)
11
11
  erubis (~> 2.7.0)
12
- journey (~> 1.0.1)
13
- rack (~> 1.4.0)
12
+ journey (~> 1.0.4)
13
+ rack (~> 1.4.5)
14
14
  rack-cache (~> 1.2)
15
15
  rack-test (~> 0.6.1)
16
- sprockets (~> 2.1.3)
17
- activemodel (3.2.6)
18
- activesupport (= 3.2.6)
16
+ sprockets (~> 2.2.1)
17
+ activemodel (3.2.12)
18
+ activesupport (= 3.2.12)
19
19
  builder (~> 3.0.0)
20
- activerecord (3.2.6)
21
- activemodel (= 3.2.6)
22
- activesupport (= 3.2.6)
20
+ activerecord (3.2.12)
21
+ activemodel (= 3.2.12)
22
+ activesupport (= 3.2.12)
23
23
  arel (~> 3.0.2)
24
24
  tzinfo (~> 0.3.29)
25
25
  activerecord-jdbc-adapter (1.2.2)
@@ -30,10 +30,10 @@ GEM
30
30
  activerecord-jdbc-adapter (~> 1.2.2)
31
31
  jdbc-sqlite3 (~> 3.7.2)
32
32
  activerecord-oracle_enhanced-adapter (1.4.1)
33
- activeresource (3.2.6)
34
- activemodel (= 3.2.6)
35
- activesupport (= 3.2.6)
36
- activesupport (3.2.6)
33
+ activeresource (3.2.12)
34
+ activemodel (= 3.2.12)
35
+ activesupport (= 3.2.12)
36
+ activesupport (3.2.12)
37
37
  i18n (~> 0.6)
38
38
  multi_json (~> 1.0)
39
39
  addressable (2.3.2)
@@ -44,21 +44,21 @@ GEM
44
44
  activesupport (>= 3.0.0)
45
45
  awesome_print (1.1.0)
46
46
  bouncy-castle-java (1.5.0146.1)
47
- builder (3.0.3)
47
+ builder (3.0.4)
48
48
  cancan (1.6.8)
49
- capybara (1.1.2)
49
+ capybara (1.1.4)
50
50
  mime-types (>= 1.16)
51
51
  nokogiri (>= 1.3.3)
52
52
  rack (>= 1.0.0)
53
53
  rack-test (>= 0.5.4)
54
54
  selenium-webdriver (~> 2.0)
55
55
  xpath (~> 0.1.4)
56
- capybara-screenshot (0.2.2)
57
- capybara (>= 1.0)
56
+ capybara-screenshot (0.3.1)
57
+ capybara (>= 1.0, < 3)
58
58
  capybara-webkit (0.12.1)
59
59
  capybara (>= 1.0.0, < 1.2)
60
60
  json
61
- childprocess (0.3.5)
61
+ childprocess (0.3.6)
62
62
  ffi (~> 1.0, >= 1.0.6)
63
63
  crack (0.3.1)
64
64
  database_cleaner (0.8.0)
@@ -93,8 +93,8 @@ GEM
93
93
  journey (1.0.4)
94
94
  jruby-openssl (0.7.7)
95
95
  bouncy-castle-java (>= 1.5.0146.1)
96
- json (1.7.5)
97
- json (1.7.5-java)
96
+ json (1.7.7)
97
+ json (1.7.7-java)
98
98
  kaminari (0.13.0)
99
99
  actionpack (>= 3.0.0)
100
100
  activesupport (>= 3.0.0)
@@ -105,47 +105,48 @@ GEM
105
105
  ffi (~> 1.1.1)
106
106
  spoon (~> 0.0.1)
107
107
  libv8 (3.3.10.4)
108
- libwebsocket (0.1.5)
108
+ libwebsocket (0.1.7.1)
109
109
  addressable
110
+ websocket
110
111
  mail (2.4.4)
111
112
  i18n (>= 0.4.0)
112
113
  mime-types (~> 1.16)
113
114
  treetop (~> 1.4.8)
114
- mime-types (1.19)
115
+ mime-types (1.21)
115
116
  minitest (3.4.0)
116
- multi_json (1.3.6)
117
+ multi_json (1.5.1)
117
118
  mysql2 (0.3.11)
118
119
  netrc (0.7.7)
119
120
  nokogiri (1.5.5)
120
121
  nokogiri (1.5.5-java)
121
122
  pg (0.14.1)
122
123
  polyglot (0.3.3)
123
- rack (1.4.1)
124
+ rack (1.4.5)
124
125
  rack-cache (1.2)
125
126
  rack (>= 0.4)
126
- rack-ssl (1.3.2)
127
+ rack-ssl (1.3.3)
127
128
  rack
128
- rack-test (0.6.1)
129
+ rack-test (0.6.2)
129
130
  rack (>= 1.0)
130
- rails (3.2.6)
131
- actionmailer (= 3.2.6)
132
- actionpack (= 3.2.6)
133
- activerecord (= 3.2.6)
134
- activeresource (= 3.2.6)
135
- activesupport (= 3.2.6)
131
+ rails (3.2.12)
132
+ actionmailer (= 3.2.12)
133
+ actionpack (= 3.2.12)
134
+ activerecord (= 3.2.12)
135
+ activeresource (= 3.2.12)
136
+ activesupport (= 3.2.12)
136
137
  bundler (~> 1.0)
137
- railties (= 3.2.6)
138
+ railties (= 3.2.12)
138
139
  rails_autolink (1.0.9)
139
140
  rails (~> 3.1)
140
- railties (3.2.6)
141
- actionpack (= 3.2.6)
142
- activesupport (= 3.2.6)
141
+ railties (3.2.12)
142
+ actionpack (= 3.2.12)
143
+ activesupport (= 3.2.12)
143
144
  rack-ssl (~> 1.3.2)
144
145
  rake (>= 0.8.7)
145
146
  rdoc (~> 3.4)
146
147
  thor (>= 0.14.6, < 2.0)
147
- rake (0.9.2.2)
148
- rdoc (3.12)
148
+ rake (10.0.3)
149
+ rdoc (3.12.1)
149
150
  json (~> 1.4)
150
151
  rest-client (1.6.7)
151
152
  mime-types (>= 1.16)
@@ -155,7 +156,7 @@ GEM
155
156
  railties (~> 3.2.0)
156
157
  sass (>= 3.1.10)
157
158
  tilt (~> 1.3)
158
- selenium-webdriver (2.25.0)
159
+ selenium-webdriver (2.26.0)
159
160
  childprocess (>= 0.2.5)
160
161
  libwebsocket (~> 0.1.3)
161
162
  multi_json (~> 1.0)
@@ -167,21 +168,22 @@ GEM
167
168
  spork (0.9.2)
168
169
  spork-testunit (0.0.8)
169
170
  spork (>= 0.6.0)
170
- sprockets (2.1.3)
171
+ sprockets (2.2.2)
171
172
  hike (~> 1.2)
173
+ multi_json (~> 1.0)
172
174
  rack (~> 1.0)
173
175
  tilt (~> 1.1, != 1.3.0)
174
176
  sqlite3 (1.3.6)
175
177
  therubyracer (0.10.2)
176
178
  libv8 (~> 3.3.10)
177
- thor (0.16.0)
179
+ thor (0.17.0)
178
180
  tilt (1.3.3)
179
- treetop (1.4.10)
181
+ treetop (1.4.12)
180
182
  polyglot
181
183
  polyglot (>= 0.3.1)
182
184
  turn (0.9.6)
183
185
  ansi
184
- tzinfo (0.3.33)
186
+ tzinfo (0.3.35)
185
187
  uglifier (1.3.0)
186
188
  execjs (>= 0.3.0)
187
189
  multi_json (~> 1.0, >= 1.0.2)
@@ -190,6 +192,7 @@ GEM
190
192
  webmock (1.8.11)
191
193
  addressable (>= 2.2.7)
192
194
  crack (>= 0.1.7)
195
+ websocket (1.0.4)
193
196
  xpath (0.1.4)
194
197
  nokogiri (~> 1.3)
195
198
 
@@ -220,7 +223,7 @@ DEPENDENCIES
220
223
  mysql2
221
224
  nokogiri (~> 1.5.0)
222
225
  pg
223
- rails (= 3.2.6)
226
+ rails (= 3.2.12)
224
227
  rails_autolink
225
228
  sass-rails (~> 3.2.5)
226
229
  simple_form
@@ -157,7 +157,7 @@ class Collection::Base < Concept::Base
157
157
  Iqvoc::Collection.base_class.by_origin(@member_collection_origins).each do |subcollection|
158
158
  if subcollection.subcollections.all.include?(self)
159
159
  errors.add(:base,
160
- I18n.t("txt.controllers.collections.circular_error") % subcollection.pref_label)
160
+ I18n.t("txt.controllers.collections.circular_error", :label => subcollection.pref_label))
161
161
  end
162
162
  end
163
163
  end
@@ -11,9 +11,9 @@
11
11
  pref_labeling.owner.send(Note::SKOS::Definition.name.to_relation_name).any? %>
12
12
  <% pref_labeling.owner.send(Note::SKOS::Definition.name.to_relation_name).each do |definition| %>
13
13
  <p class="definition" lang="<%= definition.language %>">
14
- <%= pref_labeling.owner.send(Note::SKOS::Definition.name.to_relation_name).first.value %>
14
+ <%= definition.value %>
15
15
  </p>
16
16
  <% end %>
17
17
  <% end %>
18
18
 
19
- </li>
19
+ </li>
@@ -1,4 +1,4 @@
1
- <% if association_objects_in_editing_mode[:concept_relations].any? %>
1
+ <% if association_objects_in_editing_mode && association_objects_in_editing_mode[:concept_relations] %>
2
2
  <%= alert(:notice, :header => t('txt.common.referenced_concepts')) do %>
3
3
  <ul>
4
4
  <% association_objects_in_editing_mode[:concept_relations].each do |concept_relation| %>
@@ -24,11 +24,11 @@ de:
24
24
  one: "Konzept"
25
25
  other: "Konzepte"
26
26
  concept/relation/base:
27
- one: "Relation"
28
- other: "Relations"
27
+ one: "Beziehung"
28
+ other: "Beziehungen"
29
29
  concept/relation/skos/base:
30
- one: "Relation"
31
- other: "Relations"
30
+ one: "Beziehung"
31
+ other: "Beziehungen"
32
32
  concept/relation/skos/broader/mono:
33
33
  one: "Allgemeinerer Begriff"
34
34
  other: "Allgemeinere Begriffe"
@@ -115,7 +115,7 @@ de:
115
115
  concept/base:
116
116
  follow_up: "Wiedervorlage"
117
117
  expired_at: "Abgelaufen am"
118
- top_term: "Top Term"
118
+ top_term: "Begriff oberster Ebene"
119
119
  label/base:
120
120
  follow_up: "Wiedervorlage"
121
121
  expired_at: "Abgelaufen am"
@@ -0,0 +1,133 @@
1
+ # encoding: UTF-8
2
+
3
+ # Copyright 2011 innoQ Deutschland GmbH
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+
17
+ pt:
18
+ activerecord:
19
+ models:
20
+ user:
21
+ one: "Usuário"
22
+ other: "Usuários"
23
+ concept/base:
24
+ one: "Conceito"
25
+ other: "Conceitos"
26
+ concept/relation/base:
27
+ one: "Relação"
28
+ other: "Relações"
29
+ concept/relation/skos/base:
30
+ one: "Relação"
31
+ other: "Relações"
32
+ concept/relation/skos/broader/mono:
33
+ one: "Termo geral"
34
+ other: "Termos gerais"
35
+ concept/relation/skos/broader/poly:
36
+ one: "Termo geral"
37
+ other: "Termos gerais"
38
+ concept/relation/skos/narrower/base:
39
+ one: "Termo específico"
40
+ other: "Termos específicos"
41
+ concept/relation/skos/related:
42
+ one: "Termo relacionado"
43
+ other: "Termos relacionados"
44
+ label/skos/base:
45
+ one: "Rótulo"
46
+ other: "Rótulos"
47
+ labeling/base:
48
+ one: "Rótulo"
49
+ other: "Rótulos"
50
+ labeling/skos/base:
51
+ one: "Rótulo"
52
+ other: "Rótulos"
53
+ labeling/skos/pref_label:
54
+ one: "Rótulo preferencial"
55
+ other: "Rótulos preferenciais"
56
+ labeling/skos/alt_label:
57
+ one: "Rótulo alternativo"
58
+ other: "Rótulos alternativos"
59
+ match/base:
60
+ one: "Correspondência"
61
+ other: "Correspondências"
62
+ match/skos/base:
63
+ one: "Correspondência"
64
+ other: "Correspondências"
65
+ match/skos/broad_match:
66
+ one: "Correspondência mais ampla"
67
+ other: "Correspondências mais amplas"
68
+ match/skos/close_match:
69
+ one: "Correspondência aproximada"
70
+ other: "Correspondências aproximadas"
71
+ match/skos/exact_match:
72
+ one: "Correspondência exata"
73
+ other: "Correspondências exatas"
74
+ match/skos/narrow_match:
75
+ one: "Correspondência mais específica"
76
+ other: "Correspondências mais específicas"
77
+ match/skos/related_match:
78
+ one: "Correspondência relacionada"
79
+ other: "Correspondências relacionadas"
80
+ note/annotated/base:
81
+ one: "Anotação"
82
+ other: "Anotações"
83
+ note/base:
84
+ one: "Nota"
85
+ other: "Notas"
86
+ note/skos/base:
87
+ one: "Nota"
88
+ other: "Notas"
89
+ note/skos/change_note:
90
+ one: "Nota de alteração"
91
+ other: "Notas de alterações"
92
+ note/skos/definition:
93
+ one: "Definição"
94
+ other: "Definições"
95
+ note/skos/editorial_note:
96
+ one: "Nota editorial"
97
+ other: "Notas editoriais"
98
+ note/skos/example:
99
+ one: "Exemplo"
100
+ other: "Exemplos"
101
+ note/skos/history_note:
102
+ one: "Nota de histórico"
103
+ other: "Notas de histórico"
104
+ note/skos/scope_note:
105
+ one: "Nota de escopo"
106
+ other: "Notas de escopo"
107
+ collection/base:
108
+ one: "Coleção"
109
+ other: "Coleções"
110
+ collection/member/base:
111
+ one: "Coleção atribuída"
112
+ other: "Coleções atribuídas"
113
+
114
+ attributes:
115
+ concept/base:
116
+ follow_up: "Lembrete"
117
+ expired_at: "Expirado em"
118
+ top_term: "Termo principal"
119
+ label/base:
120
+ follow_up: "Lembrete"
121
+ expired_at: "Expirado em"
122
+ language: "Idioma"
123
+ note/base:
124
+ value: "Valor"
125
+ user:
126
+ forename: "Primeiro nome"
127
+ surname: "Sobrenome"
128
+ email: "Email"
129
+ password: "Senha"
130
+ password_confirmation: "Senha (Confirmação)"
131
+ active: "ativo"
132
+ role: "Papel"
133
+ telephone_number: "Número de telefone"
@@ -0,0 +1,38 @@
1
+ # encoding: UTF-8
2
+
3
+ # Copyright 2011 innoQ Deutschland GmbH
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+
17
+ pt:
18
+ authlogic:
19
+ error_messages:
20
+ login_blank: "não pode ser vazio"
21
+ login_not_found: "não é valido"
22
+ login_invalid: "deve conter apenas letras, números, espaços, e .-_@ por favor."
23
+ consecutive_failed_logins_limit_exceeded: "Excedeu o limite de falhas de autenticação, a conta está desabilitada."
24
+ email_invalid: "precisa parecer com um endereço de email."
25
+ password_blank: "não pode ser vazio"
26
+ password_invalid: "não é valido"
27
+ not_active: "Sua conta não está ativa"
28
+ not_confirmed: "Sua conta não está confirmada"
29
+ not_approved: "Sua conta não está aprovada"
30
+ no_authentication_details: "Você não forneceu nenhum detalhe para autenticação."
31
+ models:
32
+ user_session: "UserSession"
33
+ attributes:
34
+ user_session:
35
+ login: "login"
36
+ email: "Email"
37
+ password: "Senha"
38
+ remember_me: "Me lembre"
@@ -20,7 +20,7 @@ de:
20
20
  en: Englisch
21
21
  none: Wiss.
22
22
  fr: Französisch
23
- sl: Slovenisch
23
+ sl: Slowenisch
24
24
  pl: Polnisch
25
25
  pt: Portugiesisch
26
26
  es: Spanisch
@@ -266,8 +266,8 @@ de:
266
266
 
267
267
  controllers:
268
268
  instance_configuration:
269
- update_success: "Konfigurationänderungen übernommen."
270
- update_error: "Fehler in Konfigurationwerten: %{error_messages}."
269
+ update_success: "Konfigurationsänderungen übernommen."
270
+ update_error: "Fehler in Konfigurationswerten: %{error_messages}."
271
271
  invalid_key: "unbekanntes Feld: %{key}"
272
272
  invalid_value: "fehlerhafter Wert: %{key} (%{error_message})"
273
273
  search_results:
@@ -331,7 +331,7 @@ de:
331
331
  destroy:
332
332
  success: "Die Kollektion wurde erfolgreich gelöscht."
333
333
  error: "Die Kollektion konnte nicht gelöscht werden."
334
- circular_error: "Ungültige Subkollektions-Zuordnungen aufgrund von Zirkelbezügen:\n%s"
334
+ circular_error: "Ungültige Subkollektions-Zuordnungen aufgrund von Zirkelbezügen: %{label}"
335
335
  triplestore_sync:
336
336
  success: "Synchronisierung erfolgreich."
337
337
  error: "Bei der Synchronisierung traten Fehler auf - einige Einträge wurden nicht synchronisiert."
@@ -348,9 +348,9 @@ de:
348
348
  origin_error: "Origin ungültig!"
349
349
  version_error: "Es existieren schon zwei Versionen dieses Konzepts"
350
350
  no_pref_label_error: "Es muss mindestens ein bevorzugtes Label angegeben werden."
351
- orphan_error: "Es muss ein allgemeinerer Begriff oder Top Term zugewiesen werden."
352
- top_term_exclusive_error: "Einem Top Term darf kein allgemeinerer Begriff zugewiesen werden."
353
- top_term_rooted_error: "Top Terms dürfen nicht als spezifischere Begriffe verwendet werden."
351
+ orphan_error: "Es muss ein allgemeinerer Begriff zugewiesen oder der Begriff als Begriff oberster Ebene definiert werden."
352
+ top_term_exclusive_error: "Einem Begriff oberster Ebene darf kein allgemeinerer Begriff zugewiesen werden."
353
+ top_term_rooted_error: "Begriffe oberster Ebene dürfen nicht als spezifischere Begriffe verwendet werden."
354
354
  invalid_rank_for_ranked_relations: 'Ungültiger Rang für %{relation} "%{relation_target_label}".'
355
355
  main_pref_label_language_missing_error: "Es muss mindestens ein bevorzugtes Label in der Hauptsprache des Thesaurus existieren."
356
356
  pref_labels_with_same_languages_error: "Es darf nur jeweils ein bevorzugtes Label zu einer Sprache geben."
@@ -149,7 +149,7 @@ en:
149
149
  back_to_show: "Back to original version"
150
150
  back_to_preview: "Back to version preview"
151
151
  instance_configuration: "Configuration"
152
- hierarchical: "Hierachical"
152
+ hierarchical: "Hierarchical"
153
153
  alphabetical: "Alphabetical"
154
154
  search: "Search"
155
155
  about: "About"
@@ -299,7 +299,7 @@ en:
299
299
  to_review_success: "Successfully sent to review."
300
300
  to_review_error: "Could not be sent to review."
301
301
  new_version_blank_error: "A new version does not exist yet!"
302
- delete: "Delete inctance."
302
+ delete: "Delete instance."
303
303
  consistency_check_success: "Instance is consistent."
304
304
  consistency_check_success_with_warning: "Instance is consistent but has no relations."
305
305
  consistency_check_error: "Instance is inconsistent."
@@ -338,7 +338,7 @@ en:
338
338
  destroy:
339
339
  success: "The collection has been successfully deleted."
340
340
  error: "The collection could not be deleted."
341
- circular_error: "Invalid sub-collection assignments due to circular references:\n%s"
341
+ circular_error: "Invalid sub-collection assignments due to circular references: %{label}"
342
342
  triplestore_sync:
343
343
  success: "Synchronization successful."
344
344
  error: "An error occurred during the synchronization process - some entities have not been synchronized."
@@ -0,0 +1,370 @@
1
+ # encoding: UTF-8
2
+
3
+ # Copyright 2011 innoQ Deutschland GmbH
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+
17
+ pt:
18
+ languages:
19
+ de: Alemão
20
+ en: Inglês
21
+ none: Sci.
22
+ fr: Francês
23
+ sl: Esloveno
24
+ pl: Polonês
25
+ pt: Português
26
+ es: Espanhol
27
+ gr: Grego
28
+ bg: Búlgaro
29
+ nl: Holandês
30
+ hu: Húngaro
31
+ it: Italiano
32
+ cs: Checo
33
+ sk: Eslovaco
34
+ views:
35
+ pagination:
36
+ first: "&laquo; Primeira"
37
+ previous: "&lt; Voltar"
38
+ next: "Próxima &gt;"
39
+ last: "Última &raquo;"
40
+ truncate: "&hellip;"
41
+ txt:
42
+ common:
43
+ iqvoc_title: "Sistema de Gerenciamento de Vocabulário iQvoc"
44
+ pref_label: "Rótulo Preferencial"
45
+ edit: "Alterar"
46
+ value: "Valor"
47
+ back: "Voltar"
48
+ welcome: "Olá %{user_name}"
49
+ save: "Salvar"
50
+ reset: "Reiniciar"
51
+ language: "Idioma"
52
+ add_note: "Adicionar"
53
+ delete: "Excluir"
54
+ attributes: "Propriedades"
55
+ editor: "pelo editor"
56
+ referenced_concepts: "Alguns conceitos referenciados estão sendo alterados neste momento."
57
+ association_not_found: "Relação não encontrada. Provavelmente removida no destino. Por favor atualize a janela do seu navegador."
58
+ to_review: "Enviar para revisão"
59
+ is_in_review: "Documento está na revisão"
60
+ unpublished_version: "Versão não publicada"
61
+ consistent: "consistente"
62
+ inconsistent: "inconsistente"
63
+ state:
64
+ published: "Publicado"
65
+ in_review: "Em revisão"
66
+ checked_out: "Verificado"
67
+ of: de
68
+ pending: "Carregando…"
69
+ translation_missing_for: "tradução faltando para"
70
+ type_to_search: "Digite para buscar"
71
+ hint_csv_input: " Vários valores podem ser inseridos separados por vírgula."
72
+ form_errors: "Erros"
73
+ representations: "Representações"
74
+
75
+ views:
76
+ layouts:
77
+ application:
78
+ header: "Gerenciador de Vocabulário innoQ"
79
+ select_language: "Seleciona o idioma"
80
+ login: "Entrar"
81
+ logout: "Sair"
82
+ sections:
83
+ main: "Principal"
84
+ labels: "Rótulos"
85
+ relations: "Relações"
86
+ notes: "Notas"
87
+ matches: "Mapeamentos conceituais"
88
+ instance_configuration:
89
+ caption: "Configuração da Instância"
90
+ settings:
91
+ title: "título do sítio"
92
+ available_languages: "idiomas disponíveis"
93
+ languages_pref_labeling: "idiomas para os rótulos preferenciais"
94
+ languages_further_labelings_Labeling::SKOS::AltLabel: "idiomas para os rótulos alternativos"
95
+ triplestore_url: "URL do repositório de triplas"
96
+ triplestore_username: "usuário do repositório de triplas"
97
+ triplestore_password: "senha do repositório de triplas"
98
+ triplestore_autosync: "sincronização automática do repositório de triplas"
99
+ alphabetical_concepts:
100
+ untranslated_concepts:
101
+ caption: "Tradução Faltando"
102
+ unavailable: "Traduções que faltam para o idioma principal não estão disponíveis."
103
+ hierarchical_concepts:
104
+ concepts:
105
+ expired_at: "Expirado em %{date}"
106
+ select: "Por favor selecione um dos %{concept_class_name} listados abaixo."
107
+ new: "Novo %{concept_class_name}"
108
+ alt_label: "Rótulo Alternativo"
109
+ pref_label: "PrefLabel"
110
+ close_match: "CloseMatch"
111
+ classifiers: "Classes de ambiente"
112
+ labels:
113
+ new: "Novo rótulo"
114
+ template_form: "Forma literal"
115
+ language: "Idioma"
116
+ definitions: "Definições"
117
+ base_form: "Forma básica"
118
+ inflectional_code: "Codificação flexiva"
119
+ inflectionals: "Flexões"
120
+ homographs: "Homógrafos"
121
+ qualifiers: "Qualificadores"
122
+ translations: "Traduções"
123
+ pref_label_of: "Rótulo preferido de"
124
+ alt_label_of: "Rótulo alternativo de"
125
+ versionview: "Versão de apresentação do Rótulo"
126
+ follow_up: "Reapresentação"
127
+ endings: "Fins"
128
+ expired_at: "Expirado em"
129
+ label_already_exists: "Já existe um rótulo com o valor"
130
+ edit:
131
+ header: "Alteração de Rótulo"
132
+ save: "Salvar"
133
+ base_data: "Propriedades"
134
+ delete: "Excluir"
135
+ delete_confirm: "A relação será excluída. Você tem certeza?"
136
+ edit: "Alterar"
137
+ apply: "Aplicar"
138
+ add_note: "Adicionar"
139
+ reset: "Reiniciar"
140
+ inflectionals_used_in: "Mesma grafia em uso pelos seguintes rótulos:"
141
+ notes:
142
+ value: "Valor"
143
+ language: "Idioma"
144
+ save: "Salvar"
145
+ edit:
146
+ header: "Alterar notas"
147
+ navigation:
148
+ back_to_edit_versioned_object: "Retornar para edição"
149
+ back_to_show: "Retornar para edição original"
150
+ back_to_preview: "Retornar para a versão de pré-visualização"
151
+ instance_configuration: "Configuração"
152
+ hierarchical: "Hierárquico"
153
+ alphabetical: "Alfabético"
154
+ search: "Busca"
155
+ about: "Sobre"
156
+ users: "Usuários"
157
+ collections: "Coleções"
158
+ login: "Entrar"
159
+ sections: "Seções"
160
+ quick_search: "Consulta rápida"
161
+ help: "Ajuda"
162
+ frontpage:
163
+ type_to_browse: "Começe digitando para navegar nos conceitos"
164
+ search_results:
165
+ header: "Busca"
166
+ inflectionals: "flexões"
167
+ contains: "contém"
168
+ ends_with: "termina com"
169
+ begins_with: "inicia com"
170
+ exact: "correspondência exata"
171
+ regexp: "expressão regular (avançado)"
172
+ search_term: "Buscar o(s) termo(s)"
173
+ search_term_in_results: "Buscar termo"
174
+ no_results: "Nehum resultado"
175
+ search_languages: "Idiomas"
176
+ search_results: "Buscar resultados"
177
+ results_found:
178
+ one: "Sua busca por <strong>%{query}</strong> retornou o %{count} resultado abaixo."
179
+ other: "Sua busca por <strong>%{query}</strong> retornou os %{count} resultados abaixo."
180
+ no_results_found: "Sua busca retornou nenhum resultado."
181
+ submit: "Buscar"
182
+ type: "digite"
183
+ used_as: "usado como"
184
+ language: "idioma"
185
+ all: "todos"
186
+ none: "nenhum"
187
+ for: "Para"
188
+ mode: "Modo"
189
+ user_sessions:
190
+ header: "Entrar"
191
+ login: "Usuário"
192
+ email: "Email"
193
+ password: "Senha"
194
+ remember_me: "Permanecer conectado"
195
+ error: "Email ou senha incorreto. Por favor verifique as credenciais fornecidas."
196
+ users:
197
+ index:
198
+ header: "Gerenciamento de Usuário"
199
+ new:
200
+ header: "Novo usuário"
201
+ edit:
202
+ header: "Alterar usuário"
203
+ name: "Nome"
204
+ email: "Email"
205
+ role: "Papel"
206
+ active: "ativo"
207
+ new_link: "Novo Usuário"
208
+ show_link: "Exibir"
209
+ edit_link: "Alterar"
210
+ destroy_link: "Excluir"
211
+ sure: "Você tem certeza?"
212
+ submit: "Salvar"
213
+ telephone_number: "Número de telefone"
214
+ errors:
215
+ access_denied:
216
+ header: "Sem permissão"
217
+ message: "Sua conta de usuário não tem permissão suficiente para exibir esta página."
218
+ not_found:
219
+ header: "Não encontrado"
220
+ tip: "Você pode querer usar %{link} para encontrar conteúdo."
221
+ versioning:
222
+ edit_mode: "Continuar alterando"
223
+ to_edit_mode: "Iniciar alteração"
224
+ publishing: "Publicar"
225
+ delete: "Excluir cópia"
226
+ delete_confirm: "Você realmente deseja excluir esta cópia?"
227
+ versioning_mode: "Criar nova versão"
228
+ unlock: "Destravar"
229
+ preview_new_version: "Pré-visualização da versão em alteração"
230
+ consistency_check: "Verificar consistência"
231
+ current_revision: "Revisão atual %{rev}"
232
+ in_ongoing_editing_by: "está sendo alterado por %{user}."
233
+ labelings:
234
+ edit:
235
+ header: "Alterar rótulos"
236
+ submit: "Salvar"
237
+ lang_widget:
238
+ caption: "Idioma"
239
+ primary: "Primeira"
240
+ secondary: "Segunda"
241
+ dashboard:
242
+ type: "Tipo"
243
+ value: "Nome"
244
+ locking_user: "Travado por"
245
+ follow_up: "Reapresentar"
246
+ updated_at: "Atualizado em"
247
+ to_review: "Submissão para revisão"
248
+ check_consistency: "Verificar consistência"
249
+ consistent: "Consistente"
250
+ inconsistent: "Inconsistente"
251
+ state: "Estado"
252
+ full_rdf_export: "Exportação de RDF completa"
253
+ import: "Importar"
254
+ collections:
255
+ new: "Nova coleção"
256
+ triplestore_sync:
257
+ caption: "Sincronizar com o Repositório de Triplas"
258
+ start: "Iniciar sincronização"
259
+
260
+ partials:
261
+ note:
262
+ collection:
263
+ skos:
264
+ member:
265
+ label:
266
+ relation:
267
+ concept:
268
+ relation:
269
+ labeling:
270
+ concept:
271
+ label:
272
+ match:
273
+
274
+ controllers:
275
+ instance_configuration:
276
+ update_success: "Configuração atualizada."
277
+ update_error: "Ocorreram erros durante a atualização das configurações: %{error_messages}."
278
+ invalid_key: "chave desconhecida: #{key}"
279
+ invalid_value: "valor não suportado: %{key} (%{error_message})"
280
+ search_results:
281
+ insufficient_data: "Você forneceu dados insuficientes de busca."
282
+ users:
283
+ successfully_created: "Usuário foi criado com sucesso."
284
+ successfully_updated: "Usuário foi atualizado com sucesso."
285
+ user_sessions:
286
+ login_success: "Autenticação bem sucedida."
287
+ logout_success: "Saída bem sucedida."
288
+ versioning:
289
+ branch_error: "Uma nova versão já existe!"
290
+ published: "Instância foi lançada com sucesso."
291
+ published_with_warning: " Instância foi lançado com sucesso, mas não tem nenhuma relação!"
292
+ merged_delete_error: "Não foi possível excluir o rótulo!"
293
+ merged_publishing_error: "Não foi possível lançar a instância!"
294
+ branched: "Cópia da instância foi criada e travada."
295
+ locked: "Instância foi travada."
296
+ lock_error: "Instância já foi travada!"
297
+ unlocked: "Instância foi destravada."
298
+ unlock_error: "Instância já foi destravada!"
299
+ to_review_success: "Enviado para revisão com sucesso."
300
+ to_review_error: "Não foi possível enviar para revisão."
301
+ new_version_blank_error: "Ainda não existe uma nova versão!"
302
+ delete: "Excluir instância."
303
+ consistency_check_success: "Instância está consistente."
304
+ consistency_check_success_with_warning: "Instância está consistente mas não possui relação."
305
+ consistency_check_error: "Instância está inconsistente."
306
+ labelings:
307
+ save:
308
+ success: "A rotulação foi salva."
309
+ error: "Não foi possível salvar a rotulação."
310
+ label_versions:
311
+ delete: "Nova versão do Rótulo foi excluída."
312
+ delete_error: "Não foi possível excluir a nova versão do Rótulo."
313
+ concept_versions:
314
+ delete: "Nova versão do Conceito foi excluída."
315
+ delete_error: "Não foi possível excluir a nova verão do Conceito"
316
+ notes:
317
+ save:
318
+ success: "As notas foram salvas."
319
+ versioned_label:
320
+ success: "Rótulo criado com sucesso."
321
+ error: "Não foi possível criar o Rótulo!"
322
+ empty_value: "Forma literal precisa ser fornecida!"
323
+ update_success: "Rótulo foi modificado com sucesso."
324
+ update_error: "Não foi possível modificar o Rótulo!"
325
+ versioned_concept:
326
+ success: "Conceito criado com sucesso."
327
+ error: "Não foi possível criar o Conceito!"
328
+ empty_value: "Forma literal precisa ser fornecida!"
329
+ update_success: "Conceito foi modificado com sucesso."
330
+ update_error: "Não foi possível modificar o Conceito!"
331
+ label_error: "Atribuições de rótulo inválidas:\n%s"
332
+ narrowers:
333
+ error: "Relação não encontrada. Provavelmente removida no destino. Por favor atualize a janela do seu navegador."
334
+ collections:
335
+ save:
336
+ success: "A coleção foi criada com sucesso."
337
+ error: "Não foi possível criar a coleção."
338
+ destroy:
339
+ success: "A coleção foi deletada com sucesso."
340
+ error: "Não foi possível excluir a coleção."
341
+ circular_error: "Atribuição de subcoleção inválida devido a referência circular: %{label}"
342
+ triplestore_sync:
343
+ success: "Sincronização bem sucedida."
344
+ error: "Ocorreu um erro durante o processo de sincronização - algumas entidades não foram sincronizados."
345
+ config_info: "Sincronizando com o repositório de triplas: %{target_info}"
346
+ config_warning: "Repositório de triplas ainda não foi configurado."
347
+ batch_hint: "Para um conjunto de dados grande por favor oriente seu administrador de sistema a executar `rake sync:all[%{host}]`."
348
+
349
+ models:
350
+ label:
351
+ version_error: "Nova versão de Rótulo já existe."
352
+ value_error: "Forma literal precisa ser fornecida."
353
+ concept:
354
+ uri: "URI do conceito"
355
+ origin_error: "Origem inválida."
356
+ version_error: "Nova versão de Rótulo já existe."
357
+ no_pref_label_error: "No mínimo um Rótulo preferencial precisa ser especificado."
358
+ orphan_error: "Faltando termo geral ou atribuição de Termo Principal."
359
+ top_term_exclusive_error: "Um Termo Principal não pode ter nenhum termo geral."
360
+ top_term_rooted_error: "Termos Principais não podem ser utilizados como termos específicos."
361
+ invalid_rank_for_ranked_relations: 'Rank inválido para %{relation} "%{relation_target_label}".'
362
+ main_pref_label_language_missing_error: "É obrigatória uma etiqueta preferencial no idioma principal do tesauro."
363
+ pref_labels_with_same_languages_error: "Só pode existir um Rótulo preferencial por idioma."
364
+ association_pref_labels_unpublished: "O Rótulo preferencial precisa ser publicado."
365
+ association_alt_labels_unpublished: "Rótulos alternativos precisam ser publicados."
366
+ association_hidden_labels_unpublished: "Rótulos escondidos precisam ser publicados."
367
+ association_broader_unpublished: "Termos gerais precisam ser publicados."
368
+ association_narrower_unpublished: "Termo específicos precisam ser publicados."
369
+ association_related_unpublished: "Termos relacionados precisam ser publicados."
370
+ no_pref_label: "-- sem rótulo principal --"
@@ -0,0 +1,23 @@
1
+ pt:
2
+ simple_form:
3
+ "yes": 'Sim'
4
+ "no": 'Não'
5
+ required:
6
+ text: 'obrigatório'
7
+ mark: '*'
8
+ # You can uncomment the line below if you need to overwrite the whole required html.
9
+ # When using html, text and mark won't be used.
10
+ # html: '<abbr title="required">*</abbr>'
11
+ error_notification:
12
+ default_message: "Alguns erros foram encontrados, por favor dê uma olhada:"
13
+ # Labels and hints examples
14
+ # labels:
15
+ # password: 'Password'
16
+ # user:
17
+ # new:
18
+ # email: 'E-mail para efetuar o sign in.'
19
+ # edit:
20
+ # email: 'E-mail.'
21
+ # hints:
22
+ # username: 'User name to sign in.'
23
+ # password: 'No special characters, please.'
@@ -77,7 +77,7 @@ module Iqvoc
77
77
  fk = association_reflection.options[:foreign_key]# || self.class.to_s.underscore
78
78
  self.send(association).collect do |obj|
79
79
  cloned_obj = obj.dup(opts)
80
- cloned_obj.send("#{fk}=", kopy) unless fk.blank?
80
+ cloned_obj.send("#{fk}=", kopy.id) unless fk.blank?
81
81
  cloned_obj
82
82
  end
83
83
  end
data/lib/iqvoc/version.rb CHANGED
@@ -15,5 +15,5 @@
15
15
  # limitations under the License.
16
16
 
17
17
  module Iqvoc
18
- VERSION = "4.0.7"
18
+ VERSION = "4.0.8"
19
19
  end
@@ -82,29 +82,29 @@ class CollectionCircularityTest < ActionDispatch::IntegrationTest
82
82
  login("administrator")
83
83
 
84
84
  # add coll2 as subcollection of coll1
85
- visit edit_collection_path(@coll1, :lang => "de", :format => "html")
85
+ visit edit_collection_path(@coll1, :lang => "en", :format => "html")
86
86
  fill_in "concept_inline_member_collection_origins",
87
87
  :with => "%s," % @coll2.origin
88
- click_button "Speichern"
88
+ click_button "Save"
89
89
 
90
90
  assert page.has_no_css?(".flash_error")
91
91
  assert page.has_content?(I18n.t("txt.controllers.collections.save.success"))
92
92
  assert page.has_link?(@coll2.pref_label.to_s,
93
- :href => collection_path(@coll2, :lang => "de", :format => "html"))
93
+ :href => collection_path(@coll2, :lang => "en", :format => "html"))
94
94
 
95
95
  # add coll1 as subcollection of coll2
96
- visit edit_collection_path(@coll2, :lang => "de", :format => "html")
96
+ visit edit_collection_path(@coll2, :lang => "en", :format => "html")
97
97
  fill_in "concept_inline_member_collection_origins",
98
98
  :with => "%s," % @coll1.origin
99
- click_button "Speichern"
99
+ click_button "Save"
100
100
 
101
101
  assert page.has_css?(".alert-error")
102
102
  assert page.has_css?("#edit_concept")
103
- assert page.source.include?( # XXX: page.has_content? didn't work
104
- I18n.t("txt.controllers.collections.circular_error") % @coll1.pref_label)
103
+ assert page.has_content?( # XXX: page.has_content? didn't work
104
+ I18n.t("txt.controllers.collections.circular_error", :label => @coll1.pref_label))
105
105
 
106
106
  # ensure coll1 is not a subcollection of coll2
107
- visit collection_path(@coll2, :lang => "de", :format => "html")
107
+ visit collection_path(@coll2, :lang => "en", :format => "html")
108
108
  assert page.has_no_css?(".relation ul.treeview li") # XXX: too unspecific
109
109
  end
110
110
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iqvoc
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.7
4
+ version: 4.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2012-11-22 00:00:00.000000000 Z
14
+ date: 2013-02-19 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: rails
@@ -434,12 +434,16 @@ files:
434
434
  - config/initializers/simple_form.rb
435
435
  - config/locales/activerecord.de.yml
436
436
  - config/locales/activerecord.en.yml
437
+ - config/locales/activerecord.pt.yml
437
438
  - config/locales/authlogic.de.yml
438
439
  - config/locales/authlogic.en.yml
440
+ - config/locales/authlogic.pt.yml
439
441
  - config/locales/de.yml
440
442
  - config/locales/defaults.de.yml
441
443
  - config/locales/en.yml
444
+ - config/locales/pt.yml
442
445
  - config/locales/simple_form.en.yml
446
+ - config/locales/simple_form.pt.yml
443
447
  - config/routes.rb
444
448
  - config/warble.rb
445
449
  - db/migrate/20100927101502_create_schema.rb