card 1.96.0 → 1.96.1
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/VERSION +1 -1
- data/config/initializers/02_patches/kaminari.rb +2 -2
- data/config/locales/de.yml +38 -3
- data/config/locales/en.yml +39 -4
- data/config/locales/es.yml +606 -0
- data/db/migrate_core_cards/data/cards/{*header → Xheader} +0 -0
- data/db/migrate_core_cards/data/cards/{*main_menu → Xmain_menu} +0 -0
- data/lib/card.rb +2 -2
- data/lib/card/act_manager.rb +1 -1
- data/lib/card/env/success.rb +26 -13
- data/lib/card/format/nest/fetch.rb +6 -1
- data/lib/card/migration/import/import_data/card_content.rb +1 -1
- data/mod/account/set/right/account.rb +115 -101
- data/mod/account/set/self/signin.rb +106 -96
- data/mod/account/spec/set/all/account_spec.rb +0 -2
- data/mod/account/spec/set/right/account_spec.rb +6 -9
- data/mod/account/spec/set/self/signin_spec.rb +2 -5
- data/mod/admin/set/self/admin_info.rb +4 -4
- data/mod/admin/spec/set/self/admin_info_spec.rb +10 -0
- data/mod/admin/spec/set/self/trash_spec.rb +7 -0
- data/mod/basic_formats/set/all/json.rb +7 -3
- data/mod/basic_formats/spec/set/all/head_spec.rb +33 -0
- data/mod/basic_types/set/type/json.rb +1 -1
- data/mod/basic_types/spec/set/type/plain_text_spec.rb +6 -0
- data/mod/bootstrap/set/type/customized_bootswatch_skin.rb +2 -2
- data/mod/bootstrap/spec/set/type/customized_bootswatch_skin/html_views_spec.rb +5 -0
- data/mod/bootstrap/spec/set/type_plus_right/customized_bootswatch_skin/colors_spec.rb +8 -0
- data/mod/carrierwave/set/abstract/attachment/storage_type.rb +12 -13
- data/mod/core/set/all/actify.rb +5 -0
- data/mod/core/set/all/codename.rb +2 -2
- data/mod/core/set/all/event_conditions.rb +2 -1
- data/mod/core/set/all/fetch_helper.rb +2 -2
- data/mod/core/set/all/i18n.rb +1 -1
- data/mod/core/set/all/item.rb +6 -0
- data/mod/core/set/all/location_history.rb +12 -1
- data/mod/core/set/all/name_events.rb +8 -9
- data/mod/core/set/all/permissions.rb +1 -1
- data/mod/core/set/all/rename.rb +3 -5
- data/mod/core/set/all/trash.rb +4 -9
- data/mod/core/set/all/type.rb +7 -5
- data/mod/core/set/all/utils.rb +13 -5
- data/mod/core/spec/set/abstract/code_file_spec.rb +8 -0
- data/mod/core/spec/set/all/tabs_spec.rb +19 -0
- data/mod/developer/spec/set/all/view_viz_spec.rb +9 -0
- data/mod/follow/spec/set/all/follow/follow_link_spec.rb +7 -0
- data/mod/follow/spec/set/all/notify/html_views_spec.rb +7 -0
- data/mod/follow/spec/set/right/follow_spec.rb +0 -0
- data/mod/follow/spec/set/right/following_spec.rb +6 -0
- data/mod/follow/spec/set/type/notification_template_spec.rb +1 -1
- data/mod/history/set/all/content_history.rb +1 -1
- data/mod/history/spec/set/all/act_view_spec.rb +16 -0
- data/mod/history/spec/set/all/action_view_spec.rb +10 -0
- data/mod/history/spec/set/all/history_spec.rb +11 -0
- data/mod/item/spec/set/all/bar_spec.rb +41 -0
- data/mod/machines/lib/javascript/decko_slot.js.coffee +1 -1
- data/mod/pointer/set/abstract/02_pointer/other_views.rb +0 -4
- data/mod/recaptcha/set/all/recaptcha.rb +1 -1
- data/mod/search/spec/set/abstract/search_spec.rb +8 -0
- data/mod/standard/set/all/error.rb +48 -26
- data/mod/standard/set/all/rich_html/toolbar.rb +6 -1
- data/mod/standard/set/type/list.rb +7 -9
- data/mod/standard/set/type/number.rb +1 -1
- data/mod/standard/set/type/session.rb +1 -1
- data/mod/standard/spec/content/chunk/link_spec.rb +3 -3
- data/mod/utility/set/abstract/media.rb +13 -9
- data/mod/utility/set/abstract/media/media_snippet.haml +5 -3
- metadata +22 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 310b0b588949e32587e8eca8af7b585bd67dd676
|
|
4
|
+
data.tar.gz: 0c7ca66913925da38dd413b3d8ca7864a1583836
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dcd7057def3e26672f74881d2a4c81b94749749c72d3165ed64ffcff86a98d54bde9dfec3409ef142f04a9dd5c4f96fabbdafd6ccb376e7213829f9304afec43
|
|
7
|
+
data.tar.gz: 311ade9ea59d51ec78dc931c04c47ba55e93b9ae05cb0c99b149139c618e6a2d13fc30b9d922d4f1239336a618fe983f551f4cdaaf3b749a236fedfab6cec220
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.6.
|
|
1
|
+
0.6.1
|
data/config/locales/de.yml
CHANGED
|
@@ -64,6 +64,11 @@ de:
|
|
|
64
64
|
set:
|
|
65
65
|
format:
|
|
66
66
|
exception_alias_fail: cannot find %{optview} view in %{optmod}; failed to alias %{view} in %{self}
|
|
67
|
+
spec:
|
|
68
|
+
lib:
|
|
69
|
+
card:
|
|
70
|
+
stage_director_spec:
|
|
71
|
+
dont_do_this: tu das nicht
|
|
67
72
|
mod:
|
|
68
73
|
:core:
|
|
69
74
|
format:
|
|
@@ -72,14 +77,16 @@ de:
|
|
|
72
77
|
built_in: "Built-in Layouts: %{built_in_layouts}"
|
|
73
78
|
set:
|
|
74
79
|
all:
|
|
80
|
+
codename:
|
|
81
|
+
only_admins_codename: cur Administratoren können Codenamen festlegen
|
|
82
|
+
error_code_in_use: codename %{codename} wird bereits benutzt
|
|
75
83
|
event:
|
|
76
84
|
outside_event_phases: phase method %{method} called outside of event phases
|
|
77
85
|
called_in_stage: "%{item} method %{method} called in stage %{stage}"
|
|
78
86
|
called_on_action: "on: %{xaction} method %{method} called on %{yaction}"
|
|
79
87
|
fetch:
|
|
80
88
|
exception_fetch_arg_skipvirt: "%{func} called with new arguments and %{sv}"
|
|
81
|
-
|
|
82
|
-
error_code_in_use: Codename %{codename} wird bereits benutzt
|
|
89
|
+
name_events:
|
|
83
90
|
error_name_exists: muss eindeutig sein; '%{name}' exisitiert bereits.
|
|
84
91
|
error_too_long: ist zu lang (%{length} Zeichen; erlaubt sind maximal 255)
|
|
85
92
|
error_blank_name: darf nicht frei bleiben
|
|
@@ -87,8 +94,12 @@ de:
|
|
|
87
94
|
error_banned_characters: "darf keine der folgenden Zeichen enthalten: %{banned}"
|
|
88
95
|
error_name_tag: "%{name} bereits als Tag benutzt"
|
|
89
96
|
error_wrong_key: falscher Schlüssel '%{key}' für Name %{name}
|
|
97
|
+
is_incomplete: ist unvollständig
|
|
90
98
|
name:
|
|
91
99
|
search_children: "(%{side}) Kinder von %{parent_name}"
|
|
100
|
+
rename:
|
|
101
|
+
cannot_change_content: inhalt kann nicht geändert werden, während der Name geändert wird
|
|
102
|
+
cannot_change_type: kann den Typ beim Ändern des Namens nicht ändern
|
|
92
103
|
permissions:
|
|
93
104
|
error_no_action_rule: Keine %{action} Regel für %{name}
|
|
94
105
|
you_cant: Du hast keine Berechtigung zu %{what}
|
|
@@ -113,6 +124,7 @@ de:
|
|
|
113
124
|
error_indestructible: "%{name} ist eine unzerstörbare Regel"
|
|
114
125
|
error_user_edits: "Wurde bearbeitet mit %{name}s Account.\nLöschen würde den Verlauf durcheinander bringen."
|
|
115
126
|
error_cant_delete_child: "kann %{child_name} nicht löschen: %{message}"
|
|
127
|
+
exception_almost_deleted: Die aktuelle Datei wurde nur knapp entfernt
|
|
116
128
|
type:
|
|
117
129
|
error_cant_change_errors: "von %{name} kann nicht geändert werden; Fehler beim Erstellen von %{type_id}: %{error_messages}"
|
|
118
130
|
error_no_such_type: Typ existiert nicht
|
|
@@ -174,6 +186,25 @@ de:
|
|
|
174
186
|
#description: Beschreibung
|
|
175
187
|
comment_style_group: STYLE GROUP
|
|
176
188
|
search_opt_names_ptr: option names for pointer
|
|
189
|
+
json:
|
|
190
|
+
invalid_json: invalid json
|
|
191
|
+
:bootstrap:
|
|
192
|
+
set:
|
|
193
|
+
type:
|
|
194
|
+
customized_bootswatch_skin:
|
|
195
|
+
not_valid_theme: kein gültiges Thema %{theme_name}
|
|
196
|
+
cannot_source_theme: Quelle für das Thema kann nicht gefunden werden %{theme_name}
|
|
197
|
+
:carrierwave:
|
|
198
|
+
set:
|
|
199
|
+
abstract:
|
|
200
|
+
attachment:
|
|
201
|
+
url_is_missing: URL fehlt
|
|
202
|
+
is_missing: fehlt
|
|
203
|
+
storage_type:
|
|
204
|
+
mod_argument_needed_to_save: mod Argument benötigt, um die Karte als codiert zu speichern
|
|
205
|
+
codename_needed_for_storage: codename für den codierten Speichertyp erforderlich
|
|
206
|
+
unknown_storage_type: unbekannter Speichertyp %{new_storage_type}
|
|
207
|
+
moving_files_is_not_supported: das Verschieben von Dateien aus der Cloud an anderer Stelle wird nicht unterstützt
|
|
177
208
|
#:03_machines: # No language-specific items known to be present in Ruby files
|
|
178
209
|
:settings:
|
|
179
210
|
lib:
|
|
@@ -271,7 +302,6 @@ de:
|
|
|
271
302
|
too_slow: Timed out! %{showname} hat zu lange zum Laden gebraucht.
|
|
272
303
|
error_rendering: error rendering
|
|
273
304
|
error_message: Fehlermeldung (nur für Administratoren sichtbar)
|
|
274
|
-
unsupported_view: Ansicht %{view} nicht unterstützt für %{cardname}
|
|
275
305
|
add_thing: Füge %{title} hinzu
|
|
276
306
|
conflict: Konflikt!
|
|
277
307
|
also_changes: "%{actor_link} hat gleichzeitig Änderungen gemacht."
|
|
@@ -294,6 +324,10 @@ de:
|
|
|
294
324
|
sign_in_task: Bitte %{signin_link} um das zu %{task}.
|
|
295
325
|
sign_in_up_no_task: Bitte %{signin_link} oder %{signup_link} um das zu tun.
|
|
296
326
|
sign_in_no_task: Bitte %{signin_link} um das zu tun.
|
|
327
|
+
or: oder
|
|
328
|
+
please: bitte
|
|
329
|
+
denied_task: zu %{denied_task} dies
|
|
330
|
+
to_do_that: das zu tun
|
|
297
331
|
list_changes:
|
|
298
332
|
search_list_fields: list fields
|
|
299
333
|
search_listed_by_fields: listed by fields
|
|
@@ -458,6 +492,7 @@ de:
|
|
|
458
492
|
account:
|
|
459
493
|
error_not_allowed: nicht erlaubt für diese Karte
|
|
460
494
|
sorry_email_reset: Entschuldigung, %{error_msg}. Please check your email for a new password reset link.
|
|
495
|
+
required: erforderlich
|
|
461
496
|
email:
|
|
462
497
|
error_invalid_address: ungültige Adresse
|
|
463
498
|
search_email_duplicate: E-Mail-Duplikat? (%{content})
|
data/config/locales/en.yml
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
# with either 'lib.card' or 'mod.0d_modname' and these patterns are
|
|
21
21
|
# sufficiently distinctive that key collisions with translations
|
|
22
22
|
# for applications or other gems are believed to be unlikely.
|
|
23
|
-
# Format names for time and date are begun with a 'card_'
|
|
23
|
+
# Format names for time and date are begun with a 'card_' prefix to
|
|
24
24
|
# minimize the chances of interference with other gems or applications.
|
|
25
25
|
---
|
|
26
26
|
en:
|
|
@@ -74,6 +74,11 @@ en:
|
|
|
74
74
|
set:
|
|
75
75
|
format:
|
|
76
76
|
exception_alias_fail: cannot find %{optview} view in %{optmod}; failed to alias %{view} in %{self}
|
|
77
|
+
spec:
|
|
78
|
+
lib:
|
|
79
|
+
card:
|
|
80
|
+
stage_director_spec:
|
|
81
|
+
dont_do_this: don't do this
|
|
77
82
|
mod:
|
|
78
83
|
:core:
|
|
79
84
|
format:
|
|
@@ -82,14 +87,16 @@ en:
|
|
|
82
87
|
built_in: "Built-in Layouts: %{built_in_layouts}"
|
|
83
88
|
set:
|
|
84
89
|
all:
|
|
90
|
+
codename:
|
|
91
|
+
only_admins_codename: only admins can set codename
|
|
92
|
+
error_code_in_use: codename %{codename} already in use
|
|
85
93
|
event:
|
|
86
94
|
outside_event_phases: phase method %{method} called outside of event phases
|
|
87
95
|
called_in_stage: "%{item} method %{method} called in stage %{stage}"
|
|
88
96
|
called_on_action: "on: %{xaction} method %{method} called on %{yaction}"
|
|
89
97
|
fetch:
|
|
90
98
|
exception_fetch_arg_skipvirt: "%{func} called with new arguments and %{sv}"
|
|
91
|
-
|
|
92
|
-
error_code_in_use: codename %{codename} already in use
|
|
99
|
+
name_events:
|
|
93
100
|
error_name_exists: must be unique; '%{name}' already exists.
|
|
94
101
|
error_too_long: is too long (255 character maximum; length is %{length})
|
|
95
102
|
error_blank_name: can't be blank
|
|
@@ -97,8 +104,12 @@ en:
|
|
|
97
104
|
error_banned_characters: "may not contain any of the following characters: %{banned}"
|
|
98
105
|
error_name_tag: "%{name} in use as a tag"
|
|
99
106
|
error_wrong_key: wrong key '%{key}' for name %{name}
|
|
107
|
+
is_incomplete: is incomplete
|
|
100
108
|
name:
|
|
101
109
|
search_children: "(%{side}) children of %{parent_name}"
|
|
110
|
+
rename:
|
|
111
|
+
cannot_change_content: cannot change content while changing name
|
|
112
|
+
cannot_change_type: cannot change type while changing name
|
|
102
113
|
permissions:
|
|
103
114
|
error_no_action_rule: No %{action} rule for %{name}
|
|
104
115
|
you_cant: You don't have permission to %{what}
|
|
@@ -123,6 +134,7 @@ en:
|
|
|
123
134
|
error_indestructible: "%{name} is an indestructible rule"
|
|
124
135
|
error_user_edits: "Edits have been made with %{name}'s user account.\nDeleting this card would mess up our history."
|
|
125
136
|
error_cant_delete_child: "can't delete %{child_name}: %{message}"
|
|
137
|
+
exception_almost_deleted: Narrowly averted deleting current file
|
|
126
138
|
type:
|
|
127
139
|
error_cant_change_errors: "of %{name} can't be changed; errors creating new %{type_id}: %{error_messages}"
|
|
128
140
|
error_no_such_type: No such type
|
|
@@ -184,6 +196,25 @@ en:
|
|
|
184
196
|
#description: description
|
|
185
197
|
comment_style_group: STYLE GROUP
|
|
186
198
|
search_opt_names_ptr: option names for pointer
|
|
199
|
+
json:
|
|
200
|
+
invalid_json: invalid json
|
|
201
|
+
:bootstrap:
|
|
202
|
+
set:
|
|
203
|
+
type:
|
|
204
|
+
customized_bootswatch_skin:
|
|
205
|
+
not_valid_theme: not a valid theme %{theme_name}
|
|
206
|
+
cannot_source_theme: can't find source for theme %{theme_name}
|
|
207
|
+
:carrierwave:
|
|
208
|
+
set:
|
|
209
|
+
abstract:
|
|
210
|
+
attachment:
|
|
211
|
+
url_is_missing: url is missing
|
|
212
|
+
is_missing: is missing
|
|
213
|
+
storage_type:
|
|
214
|
+
mod_argument_needed_to_save: mod argument needed to save card as coded
|
|
215
|
+
codename_needed_for_storage: codename needed for storage type coded
|
|
216
|
+
unknown_storage_type: unknown storage type %{new_storage_type}
|
|
217
|
+
moving_files_is_not_supported: moving files from cloud elsewhere is not supported
|
|
187
218
|
#:machines: # No language-specific items known to be present in Ruby files
|
|
188
219
|
:settings:
|
|
189
220
|
lib:
|
|
@@ -281,7 +312,6 @@ en:
|
|
|
281
312
|
too_slow: Timed out! %{showname} took too long to load.
|
|
282
313
|
error_rendering: error rendering
|
|
283
314
|
error_message: Error message (visible to admin only)
|
|
284
|
-
unsupported_view: view %{view} not supported for %{cardname}
|
|
285
315
|
add_thing: Add %{title}
|
|
286
316
|
conflict: Conflict!
|
|
287
317
|
also_changes: "%{actor_link} has also been making changes."
|
|
@@ -304,6 +334,10 @@ en:
|
|
|
304
334
|
sign_in_task: Please %{signin_link} to %{task} this.
|
|
305
335
|
sign_in_up_no_task: Please %{signin_link} or %{signup_link} to do that.
|
|
306
336
|
sign_in_no_task: Please %{signin_link} to do that.
|
|
337
|
+
or: or
|
|
338
|
+
please: please
|
|
339
|
+
denied_task: to %{denied_task} this
|
|
340
|
+
to_do_that: to do that
|
|
307
341
|
list_changes:
|
|
308
342
|
search_list_fields: list fields
|
|
309
343
|
search_listed_by_fields: listed by fields
|
|
@@ -495,6 +529,7 @@ en:
|
|
|
495
529
|
account:
|
|
496
530
|
error_not_allowed: not allowed on this card
|
|
497
531
|
sorry_email_reset: Sorry, %{error_msg}. Please check your email for a new password reset link.
|
|
532
|
+
required: required
|
|
498
533
|
email:
|
|
499
534
|
error_invalid_address: must be valid address
|
|
500
535
|
search_email_duplicate: email duplicate? (%{content})
|
|
@@ -0,0 +1,606 @@
|
|
|
1
|
+
# I18n 'card' messages for the "en" (Spanish) locale
|
|
2
|
+
#
|
|
3
|
+
# conventions:
|
|
4
|
+
#
|
|
5
|
+
# key name prefixes:
|
|
6
|
+
# 'exception_' begins key of text to be used in a raised exception
|
|
7
|
+
# 'error_' begins key of text to be added to an error list (usuallly)
|
|
8
|
+
# 'search_' begins key of text to be used in WQL search comment
|
|
9
|
+
# 'deny_' begins key of text to be used in denying action due to permissions
|
|
10
|
+
# (Not all key names begin with a prefix. In the absence of a prefix,
|
|
11
|
+
# the way the text will be used is generic and not explicitly hinted at.)
|
|
12
|
+
#
|
|
13
|
+
# scope:
|
|
14
|
+
# scope values correspond to the path to the source file where the
|
|
15
|
+
# translation lookup occurs, relative to the root of the 'card' gem,
|
|
16
|
+
# with slashes replaced by dots and the final .rb extension omitted.
|
|
17
|
+
# So, a scope might be
|
|
18
|
+
# 'lib.card.format.render' or 'mod.01_core.set.all.permisssions'
|
|
19
|
+
# Although there isn't a common prefix for all scopes, scopes begin
|
|
20
|
+
# with either 'lib.card' or 'mod.0d_modname' and these patterns are
|
|
21
|
+
# sufficiently distinctive that key collisions with translations
|
|
22
|
+
# for applications or other gems are believed to be unlikely.
|
|
23
|
+
# Format names for time and date are begun with a 'card_' prefix to
|
|
24
|
+
# minimize the chances of interference with other gems or applications.
|
|
25
|
+
---
|
|
26
|
+
es:
|
|
27
|
+
time:
|
|
28
|
+
formats:
|
|
29
|
+
card_dayofwk_min_tz: '%A, %B %d, %Y %I:%M %p %Z'
|
|
30
|
+
card_date_seconds: '%B %e, %Y %H:%M:%S'
|
|
31
|
+
card_date_only: '%B %e, %Y'
|
|
32
|
+
|
|
33
|
+
# sign_in: Sign in
|
|
34
|
+
# sign_up: Sign up
|
|
35
|
+
# sign_out: Sign out
|
|
36
|
+
# invite: Invite
|
|
37
|
+
# submit: Submit
|
|
38
|
+
# cancel: Cancel
|
|
39
|
+
# close: Close
|
|
40
|
+
# delete: Delete
|
|
41
|
+
|
|
42
|
+
lib:
|
|
43
|
+
card:
|
|
44
|
+
active_record_ext:
|
|
45
|
+
exception_not_implemented: "%{func} no se ha implementado"
|
|
46
|
+
codename:
|
|
47
|
+
exception_unknown_codename: "nombre desconocido: %{codename}"
|
|
48
|
+
error:
|
|
49
|
+
exception_for_card: "para la tarjeta %{cardname}: %{message}"
|
|
50
|
+
format:
|
|
51
|
+
error:
|
|
52
|
+
exception_bad_arg: "mal %{category} argumento: %{arg}"
|
|
53
|
+
exception_bad_args: "malos %{category} argumentos: %{args}"
|
|
54
|
+
no_cardname: tarjeta desconocida
|
|
55
|
+
error_rendering: "Error al renderizar: %{cardname} (%{view} view)"
|
|
56
|
+
exception_init_without_card: formato inicializado sin tarjeta
|
|
57
|
+
query:
|
|
58
|
+
attributes:
|
|
59
|
+
exception_bad_query: '"%{found_by}" el valor debe ser una busqueda valida, pero %{name} es un %{type}'
|
|
60
|
+
clause:
|
|
61
|
+
exception_bad_chars: "WQL contiene caracteres no permitidos: %{text}"
|
|
62
|
+
interpretation:
|
|
63
|
+
exception_invalid_attribute: Atributo invalido %{key}
|
|
64
|
+
exception_invalid_args: Args de consulta no validos %{items}
|
|
65
|
+
exception_unknown_valtype: "tipo de valor de WQL desconocido: %{klass}"
|
|
66
|
+
join:
|
|
67
|
+
exception_to_not_join: "%{to} no puede ser %{join}"
|
|
68
|
+
exception_invalid_option: "opcion %{side} invalida: %{object}"
|
|
69
|
+
sorting:
|
|
70
|
+
exception_sort_not_implemented: "ordernar el articulo: %{item} aun no implementado"
|
|
71
|
+
value:
|
|
72
|
+
exception_bad_condition_clause: Cláusula de condición inválida %{item}
|
|
73
|
+
exception_invalid_operator: Operador Invalido %{operator}
|
|
74
|
+
set:
|
|
75
|
+
format:
|
|
76
|
+
exception_alias_fail: no puede encontrar %{optview} vista en %{optmod}; no se pudo el alias %{view} en %{self}
|
|
77
|
+
spec:
|
|
78
|
+
lib:
|
|
79
|
+
card:
|
|
80
|
+
stage_director_spec:
|
|
81
|
+
dont_do_this: no hagas esto
|
|
82
|
+
mod:
|
|
83
|
+
:core:
|
|
84
|
+
format:
|
|
85
|
+
html_format:
|
|
86
|
+
unknown_layout: "Diseño desconocido: %{name}"
|
|
87
|
+
built_in: "Diseños incorporados: %{built_in_layouts}"
|
|
88
|
+
set:
|
|
89
|
+
all:
|
|
90
|
+
codename:
|
|
91
|
+
only_admins_codename: solo los administradores pueden establecer el nombre clave
|
|
92
|
+
error_code_in_use: nombre clave %{codename} ya esta en uso
|
|
93
|
+
event:
|
|
94
|
+
outside_event_phases: metodo de fase %{method} llamado fuera de las fases del evento
|
|
95
|
+
called_in_stage: "%{item} metodo %{method} llamado en etapa %{stage}"
|
|
96
|
+
called_on_action: "en: %{xaction} metodo %{method} llamado en %{yaction}"
|
|
97
|
+
fetch:
|
|
98
|
+
exception_fetch_arg_skipvirt: "%{func} llamado con nuevos argumentos y %{sv}"
|
|
99
|
+
name_events:
|
|
100
|
+
error_name_exists: debe ser unico; '%{name}' ya existe.
|
|
101
|
+
error_too_long: es demasiado largo (255 caracteres como maximo; longitud es %{length})
|
|
102
|
+
error_blank_name: no puede estar en blanco
|
|
103
|
+
error_blank_key: no puede estar en blanco
|
|
104
|
+
error_banned_characters: "no puede contener ninguno de los siguientes caracteres: %{banned}"
|
|
105
|
+
error_name_tag: "%{name} en uso como una etiqueta"
|
|
106
|
+
error_wrong_key: llave incorrecta '%{key}' para nombre %{name}
|
|
107
|
+
is_incomplete: esta incompleto
|
|
108
|
+
name:
|
|
109
|
+
search_children: "(%{side}) niños de %{parent_name}"
|
|
110
|
+
rename:
|
|
111
|
+
cannot_change_content: no puede cambiar el contenido mientras cambia el nombre
|
|
112
|
+
cannot_change_type: no puede cambiar el tipo mientras cambia el nombre
|
|
113
|
+
permissions:
|
|
114
|
+
error_no_action_rule: Ninguna regla de %{action} para %{name}
|
|
115
|
+
you_cant: No tienes permiso para %{what}
|
|
116
|
+
deny_read_only: Actualmente en modo de solo lectura
|
|
117
|
+
deny_verb_name: No tienes permiso para %{verb} %{name}
|
|
118
|
+
deny_verb_this: No tienes permiso para %{verb} this
|
|
119
|
+
deny_create: No tienes permiso para crear %{part_card_name}
|
|
120
|
+
deny_read_this: No tienes permiso para leer esto
|
|
121
|
+
deny_change_to_type: No tienes permiso para cambiar a este tipo (Necesitas crear un permiso)
|
|
122
|
+
deny_no_comment_template: No se permiten comentarios en las plantillas
|
|
123
|
+
deny_no_comment_structured: No se permiten comentarios sobre el contenido estructurado
|
|
124
|
+
references:
|
|
125
|
+
exception_need_id: id requerido para identificar referencias
|
|
126
|
+
rules:
|
|
127
|
+
search_userprefcards: "tarjetas de preferencia para el usuario: %{name}"
|
|
128
|
+
stages:
|
|
129
|
+
exception_no_override_act: no se permite anular el acto actual
|
|
130
|
+
tracked_attributes:
|
|
131
|
+
error_unknown_type: "%{type} no es un tipo conocido."
|
|
132
|
+
trash:
|
|
133
|
+
error_system_card: "%{name} es una tarjeta de sistema. (%{codename})"
|
|
134
|
+
error_indestructible: "%{name} es una regla indestructible"
|
|
135
|
+
error_user_edits: "Las ediciones se han hecho un %{name}'s cuenta de usuario.\nEliminar esta tarjeta arruinaria nuestra historia."
|
|
136
|
+
error_cant_delete_child: "no puede eliminarse %{child_name}: %{message}"
|
|
137
|
+
exception_almost_deleted: Se evitó de forma muy estrecha eliminar el archivo actual
|
|
138
|
+
type:
|
|
139
|
+
error_cant_change_errors: "de %{name} no se puede cambiar; creando nuevos errores %{type_id}: %{error_messages}"
|
|
140
|
+
error_no_such_type: No hay tal tipo
|
|
141
|
+
error_hard_templated: no se puede cambiar porque %{name} es una plantilla dificil de %{type_name}
|
|
142
|
+
utils:
|
|
143
|
+
exception_almost_deleted: Se evitó de forma muy estrecha eliminar el archivo actual
|
|
144
|
+
set_pattern:
|
|
145
|
+
:01_all:
|
|
146
|
+
label_set_all_cards: Todas las cartas
|
|
147
|
+
label_setfollow_all_cards: Todo
|
|
148
|
+
:02_all_plus:
|
|
149
|
+
label_set_plus_cards: Todas "+" las cartas
|
|
150
|
+
label_setfollow_plus_cards: Todas "+" las cartas
|
|
151
|
+
:03_type:
|
|
152
|
+
label_set_type_cards: Todas "%{name}" las cartas
|
|
153
|
+
label_setfollow_type_cards: Todos los "%{name}s"
|
|
154
|
+
:04_star:
|
|
155
|
+
label_set_star_cards: Todas las "*" cartas
|
|
156
|
+
label_setfollow_star_cards: Todas las "*" cartas
|
|
157
|
+
:05_rstar:
|
|
158
|
+
label_set_rstar_cards: Todas las "+*" cartas
|
|
159
|
+
label_setfollow_rstar_cards: Todas las "+*" cartas
|
|
160
|
+
:06_right:
|
|
161
|
+
label_set_right_cards: Todas las "+%{name}" cartas
|
|
162
|
+
label_setfollow_right_cards: Todos los "+%{name}s"
|
|
163
|
+
:07_type_plus_right:
|
|
164
|
+
label_set_typeplusright_cards: Todas las "+%{right}" cartas en "%{type}" cartas
|
|
165
|
+
label_setfollow_typeplusright_cards: Todas las "+%{right}" en "%{type}s"
|
|
166
|
+
:08_self:
|
|
167
|
+
label_set_self_card: La carta "%{name}"
|
|
168
|
+
:history:
|
|
169
|
+
set:
|
|
170
|
+
all:
|
|
171
|
+
content_history:
|
|
172
|
+
error_not_latest_revision: Cambios no basados en la ultima revision
|
|
173
|
+
history:
|
|
174
|
+
time_ago: "hace %{elapsed__time_in_words}"
|
|
175
|
+
current: Actual
|
|
176
|
+
added: Agregado
|
|
177
|
+
deleted: Eliminado
|
|
178
|
+
save_as_current: Guardar como actual
|
|
179
|
+
show_changes: Mostrar cambios
|
|
180
|
+
hide_changes: Ocultar cambios
|
|
181
|
+
:basic_types:
|
|
182
|
+
set:
|
|
183
|
+
abstract:
|
|
184
|
+
code_file:
|
|
185
|
+
exception_not_set_path: "no es una ruta establecida: %{path}"
|
|
186
|
+
content_in_file: El contenido se almacena en un archivo y no se puede editar.
|
|
187
|
+
all:
|
|
188
|
+
all_css:
|
|
189
|
+
comment_style_card: Tarjeta de estilo
|
|
190
|
+
comment_missing_style_card: Falta tarjeta de estilo
|
|
191
|
+
file:
|
|
192
|
+
file_not_supported: La representación de archivos de esta tarjeta aún no es compatible
|
|
193
|
+
type:
|
|
194
|
+
pointer:
|
|
195
|
+
label_select: Seleccionar
|
|
196
|
+
#description: description
|
|
197
|
+
comment_style_group: GRUPO ESTILO
|
|
198
|
+
search_opt_names_ptr: nombres de opcion para el puntero
|
|
199
|
+
json:
|
|
200
|
+
invalid_json: invalid json
|
|
201
|
+
:bootstrap:
|
|
202
|
+
set:
|
|
203
|
+
type:
|
|
204
|
+
customized_bootswatch_skin:
|
|
205
|
+
not_valid_theme: no es un tema valido %{theme_name}
|
|
206
|
+
cannot_source_theme: no se puede encontrar la fuente del tema %{theme_name}
|
|
207
|
+
:carrierwave:
|
|
208
|
+
set:
|
|
209
|
+
abstract:
|
|
210
|
+
attachment:
|
|
211
|
+
url_is_missing: falta la URL
|
|
212
|
+
is_missing: falta
|
|
213
|
+
storage_type:
|
|
214
|
+
mod_argument_needed_to_save: argumento de mod necesario para guardar la tarjeta como codificada
|
|
215
|
+
codename_needed_for_storage: nombre de código necesario para el tipo de almacenamiento codificado
|
|
216
|
+
unknown_storage_type: tipo de almacenamiento desconocido %{new_storage_type}
|
|
217
|
+
moving_files_is_not_supported: no se admite el traslado de archivos desde la nube en otro lugar
|
|
218
|
+
#:machines: # No language-specific items known to be present in Ruby files
|
|
219
|
+
:settings:
|
|
220
|
+
lib:
|
|
221
|
+
card:
|
|
222
|
+
setting:
|
|
223
|
+
templating: Plantilla
|
|
224
|
+
permission: Permisos
|
|
225
|
+
webpage: Pagina Web
|
|
226
|
+
pointer: Puntero
|
|
227
|
+
editing_cue: Editando pistas
|
|
228
|
+
event: Eventos
|
|
229
|
+
other: Otro
|
|
230
|
+
config: Configuracion
|
|
231
|
+
set:
|
|
232
|
+
abstract:
|
|
233
|
+
permission:
|
|
234
|
+
search_roles_by_name: Roles por Nombre
|
|
235
|
+
use_lefts_rule: Usar la regla %{tag}
|
|
236
|
+
groups: Grupos
|
|
237
|
+
individuals: Individuos
|
|
238
|
+
inherit_links: Heredar ( %{links} )
|
|
239
|
+
inherit: Heredar
|
|
240
|
+
inherit_from_left: Heredar de la tarjeta izquierda
|
|
241
|
+
type:
|
|
242
|
+
setting:
|
|
243
|
+
search_all_setting: Todas las tarjetas de configuracion
|
|
244
|
+
:email:
|
|
245
|
+
set:
|
|
246
|
+
all:
|
|
247
|
+
follow:
|
|
248
|
+
emails_stop: deje de enviar correos electrónicos sobre cambios en %{cardlabel}
|
|
249
|
+
emails_send: enviar correos electrónicos sobre cambios a %{cardlabel}
|
|
250
|
+
unfollow: dejar de seguir
|
|
251
|
+
follow: seguir
|
|
252
|
+
notify:
|
|
253
|
+
follow_included: siga las tarjetas incluidas por %{cardname}
|
|
254
|
+
followed_card: tarjeta seguida
|
|
255
|
+
follower: seguidor
|
|
256
|
+
new: nuevo
|
|
257
|
+
deleted: borrado
|
|
258
|
+
update_changes: "\nEsta actualización incluye los siguientes cambios:%{changes}"
|
|
259
|
+
right:
|
|
260
|
+
follow:
|
|
261
|
+
more_options: mas opciones
|
|
262
|
+
heading_get_notified: Recibe notificaciones sobre cambios
|
|
263
|
+
following:
|
|
264
|
+
no_preference: Ninguna preferencia siguiente
|
|
265
|
+
self:
|
|
266
|
+
always:
|
|
267
|
+
following: Siguiendo
|
|
268
|
+
follow: seguir
|
|
269
|
+
created:
|
|
270
|
+
following_created: El siguiente contenido que has creado
|
|
271
|
+
follow_if_created: sigue si creé
|
|
272
|
+
thing_created: "%{label} yo creé"
|
|
273
|
+
edited:
|
|
274
|
+
following_edited: El siguiente contenido editado
|
|
275
|
+
follow_if_edited: sigue si edité
|
|
276
|
+
thing_edited: "%{label} Yo edité"
|
|
277
|
+
follow_defaults:
|
|
278
|
+
confirm_update_all_heading: ¿Estás seguro de que deseas cambiar las reglas de seguimiento predeterminadas?
|
|
279
|
+
confirm_update_all_text: Puede elegir actualizar a todos los usuarios existentes. Esto puede tardar un rato.
|
|
280
|
+
submit_update: Enviar y actualizar a todos los usuarios
|
|
281
|
+
updating: Actualizando
|
|
282
|
+
submit: Enviar
|
|
283
|
+
never:
|
|
284
|
+
ignoring: Postergación
|
|
285
|
+
ignore: ignorar
|
|
286
|
+
type_plus_right:
|
|
287
|
+
user:
|
|
288
|
+
follow:
|
|
289
|
+
problems_card: Problemas con %{cardname}
|
|
290
|
+
sign_in: registrarse
|
|
291
|
+
please_sign_in: Por favor %{sign_in}
|
|
292
|
+
:standard:
|
|
293
|
+
set:
|
|
294
|
+
all:
|
|
295
|
+
comment:
|
|
296
|
+
author_not_signed_in: "%{comment_author} (Not signed in)"
|
|
297
|
+
anonymous: Anónimo
|
|
298
|
+
my_name_is: "<label>My Name is:</label> %{author_field}"
|
|
299
|
+
comment: Comentario
|
|
300
|
+
commenting: Comentando
|
|
301
|
+
error:
|
|
302
|
+
unsupported_view: vista (%{view}) no soportado para %{cardname}
|
|
303
|
+
not_found_named: No pudo encontrar %{cardname}.
|
|
304
|
+
not_found_no_name: No se pudo encontrar la tarjeta requested
|
|
305
|
+
server_error: "\nWagn Hitch! Error del Servidor. Yuck, perdon por eso.\nPara decirnos más y seguir la solución,\nagregue un ticket de soporte en %{ticket_link}\n"
|
|
306
|
+
se_hitch: 'Wagn Hitch :('
|
|
307
|
+
se_sorry: Error del Servidor. Yuck, perdón por eso.
|
|
308
|
+
se_ticket: <a href="%{ticket_link}">Agregue un ticket de soporte</a> para decirnos más y seguir la solución.
|
|
309
|
+
denial: Permiso denegado
|
|
310
|
+
bad_address: "404: Mala direccion"
|
|
311
|
+
too_deep: Hombre, eres muy profundo. (Demasiados niveles de nidos a la vez)
|
|
312
|
+
too_slow: Caducado! %{showname} tomó demasiado tiempo para cargar..
|
|
313
|
+
error_rendering: procesando errores
|
|
314
|
+
error_message: Mensaje de error (visible solo para el administrador)
|
|
315
|
+
add_thing: Agregar %{title}
|
|
316
|
+
conflict: Conflicto!
|
|
317
|
+
also_changes: "%{actor_link} también ha estado haciendo cambios."
|
|
318
|
+
conflict_instruction: Por favor, examine a continuación, resuelva arriba y vuelva a enviar.
|
|
319
|
+
problems_no_name: Problemas
|
|
320
|
+
problems_name: Problemas con %{cardname}
|
|
321
|
+
sign_in_c: Registrarse
|
|
322
|
+
sign_up_c: Regístrate
|
|
323
|
+
sign_in: Registrarse
|
|
324
|
+
sign_up: Regístrate
|
|
325
|
+
not_found: Extraviado
|
|
326
|
+
sign_in_or_up: "%{signin_link} o %{signup_link} para crearlo."
|
|
327
|
+
not_found_card: No pudo encontrar %{cardname}
|
|
328
|
+
not_found_that: No pude encontrar eso.
|
|
329
|
+
read_only: Actualmente estamos en modo de solo lectura. Por favor, inténtelo de nuevo más tarde.
|
|
330
|
+
sorry: Lo siento!
|
|
331
|
+
need_permission_task: Necesitas permiso para %{task} esto.
|
|
332
|
+
need_permission_no_task: Necesitas permiso para hacer eso.
|
|
333
|
+
sign_in_up_task: Por favor %{signin_link} o %{signup_link} a %{task} this.
|
|
334
|
+
sign_in_task: Por favor %{signin_link} a %{task} esto.
|
|
335
|
+
sign_in_up_no_task: Por favor %{signin_link} o %{signup_link} para hacer eso.
|
|
336
|
+
sign_in_no_task: Por favor %{signin_link} para hacer eso.
|
|
337
|
+
or: o
|
|
338
|
+
please: por favor
|
|
339
|
+
denied_task: a %{denied_task} esto
|
|
340
|
+
to_do_that: para hacer eso
|
|
341
|
+
list_changes:
|
|
342
|
+
search_list_fields: campos de lista
|
|
343
|
+
search_listed_by_fields: listado por campos
|
|
344
|
+
search_lists_that_link: listas que enlazan a %{name}
|
|
345
|
+
error_is_referenced: no se puede cambiar porque %{name} está referenciado por la tarjeta de lista %{cardname}
|
|
346
|
+
rich_html:
|
|
347
|
+
content:
|
|
348
|
+
action_verb_added: agregado
|
|
349
|
+
action_verb_deleted: eliminado
|
|
350
|
+
action_verb_edited: editado
|
|
351
|
+
updated_how_when_who: "%{action_verb} %{elapsed_time_in_words} hace %{who}"
|
|
352
|
+
editing:
|
|
353
|
+
new_type: Nuevo %{type_name}
|
|
354
|
+
new: Nuevo
|
|
355
|
+
confirm_rename: ¿Estás seguro de que quieres cambiar el nombre? %{cardname}?
|
|
356
|
+
alter_related:
|
|
357
|
+
one: Alterar automáticamente 1 nombre relacionado.
|
|
358
|
+
other: alternar automáticamente %{count} los nombres relacionados.
|
|
359
|
+
affect_refs:
|
|
360
|
+
one: afectar al menos 1 referencia a "%{cardname}"
|
|
361
|
+
other: afectar al menos %{count} referencia a "%{cardname}"
|
|
362
|
+
update_ignore: Puedes elegir <em>actualizar o ignorar</em> los referentes.
|
|
363
|
+
change_will: Este cambio...
|
|
364
|
+
rename_update: Renombrar y actualizar
|
|
365
|
+
renaming: Renombrar
|
|
366
|
+
rename: Rebautizar
|
|
367
|
+
form:
|
|
368
|
+
unsupported_action_class: "sin soporte card_form clase de acción: %{actionclass}"
|
|
369
|
+
submit: Enviar
|
|
370
|
+
submitting: Sumisión
|
|
371
|
+
cancel: Cancelar
|
|
372
|
+
menu:
|
|
373
|
+
edit: editar
|
|
374
|
+
discuss: discutir
|
|
375
|
+
page: página
|
|
376
|
+
rules: reglas
|
|
377
|
+
account: cuenta
|
|
378
|
+
modal:
|
|
379
|
+
close: Cerrar
|
|
380
|
+
toolbar:
|
|
381
|
+
account: cuenta
|
|
382
|
+
activity: actividad
|
|
383
|
+
all: todas
|
|
384
|
+
autosaved_draft: borrador de autoguardado
|
|
385
|
+
by_group: por grup
|
|
386
|
+
by_name: por nombre
|
|
387
|
+
cancel: cancelar
|
|
388
|
+
card_delete_confirm: estas seguro que quieres borrarlo %{cardname}?
|
|
389
|
+
card_deleted: "%{cardname} borrado"
|
|
390
|
+
children: niños
|
|
391
|
+
common: común
|
|
392
|
+
content: contenido
|
|
393
|
+
created: creado
|
|
394
|
+
delete: borrar
|
|
395
|
+
details: detalles
|
|
396
|
+
discuss: discutir
|
|
397
|
+
edit: editar
|
|
398
|
+
edited: editado
|
|
399
|
+
editors: editores
|
|
400
|
+
engage: comprometer
|
|
401
|
+
follow: seguir
|
|
402
|
+
history: historia
|
|
403
|
+
mates: compañeros
|
|
404
|
+
name: nombre
|
|
405
|
+
nests: nidos
|
|
406
|
+
pin_pin: alfiler
|
|
407
|
+
pin_unpin: desprender
|
|
408
|
+
recent: reciente
|
|
409
|
+
references_out: referencias
|
|
410
|
+
references_in: referencias en
|
|
411
|
+
refresh: refrescar
|
|
412
|
+
roles: roles
|
|
413
|
+
rules: reglas
|
|
414
|
+
structure: estructura
|
|
415
|
+
type: tipo
|
|
416
|
+
wrapper:
|
|
417
|
+
close: Cerrar
|
|
418
|
+
rstar:
|
|
419
|
+
rules_editor:
|
|
420
|
+
not_a_rule: no es una regla
|
|
421
|
+
applies_to: "<label>Se aplica a</label> %{card_link}:"
|
|
422
|
+
no_current_rule: Sin regla actual
|
|
423
|
+
cancel: Cancelar
|
|
424
|
+
delete_revert_rule: Eliminar volverá a %{rule_setting_name} regla para %{card_label}
|
|
425
|
+
delete: Eliminar
|
|
426
|
+
set: conjunto
|
|
427
|
+
related_set: conjunto relacionado
|
|
428
|
+
current: actual
|
|
429
|
+
delete_narrower:
|
|
430
|
+
one: Esta regla no tendrá ningún efecto en esta tarjeta a menos que elimine la regla más %{rules_sentence}.
|
|
431
|
+
other: Esta regla no tendrá ningún efecto en esta tarjeta a menos que elimine las reglas más %{rules_sentence}.
|
|
432
|
+
submit: Enviar
|
|
433
|
+
self:
|
|
434
|
+
head:
|
|
435
|
+
edit_page: ¡Edita esta página!
|
|
436
|
+
recent:
|
|
437
|
+
recent_changes: Cambios recientes
|
|
438
|
+
search:
|
|
439
|
+
results_for: "Resultados de búsqueda para: %{keyword}"
|
|
440
|
+
search_goto_items: "ir a los artículos para el término: %{term}"
|
|
441
|
+
stats:
|
|
442
|
+
stat: Estadistica
|
|
443
|
+
value: Valor
|
|
444
|
+
action: Accion
|
|
445
|
+
cards: Cartas
|
|
446
|
+
trashed_cards: tarjetas de basura
|
|
447
|
+
delete_all: eliminar todos
|
|
448
|
+
actions: acciones
|
|
449
|
+
delete_old: eliminar viejo
|
|
450
|
+
references: referencias
|
|
451
|
+
repair_all: repara todo
|
|
452
|
+
view_cache: ver caché
|
|
453
|
+
clear_view_cache: limpiar cache de vista
|
|
454
|
+
memory_now: memoria ahora
|
|
455
|
+
clear_cache: limpiar cache
|
|
456
|
+
# memory previous
|
|
457
|
+
memory_prev: memoria anterior
|
|
458
|
+
# memory difference
|
|
459
|
+
memory_diff: memoria dif
|
|
460
|
+
megabyte_suffix: M
|
|
461
|
+
type:
|
|
462
|
+
basic:
|
|
463
|
+
toc: Tabla de contenido
|
|
464
|
+
cardtype:
|
|
465
|
+
cards_exist: Lo sentimos, esta tarjeta debe seguir siendo un Cardtype siempre y cuando haya %{cardname} cartas.
|
|
466
|
+
add_card: Agregar %{cardname}
|
|
467
|
+
error_cant_alter: no puede alterar este tipo; %{name} las tarjetas todavía existen
|
|
468
|
+
error_invalid_character_in_cardtype: "no puede contener ninguno de los siguientes caracteres: %{banned}"
|
|
469
|
+
list:
|
|
470
|
+
type_right: debe tener un nombre de cardtype como parte derecha
|
|
471
|
+
conflict_item_type: el nombre entra en conflicto con elementos de la lista' tipo; eliminar contenido primero
|
|
472
|
+
only_type_allowed: "%{cardname} tiene un tipo de tarjeta incorrecto; solo cartas de tipo %{cardtype} están permitidos"
|
|
473
|
+
listed_by:
|
|
474
|
+
cardtype_right: debe tener un nombre de tipo de tarjeta como parte derecha
|
|
475
|
+
only_type: "%{cardname} tiene un cardtype incorrecto; solo cartas de tipo %{cardtype} están permitidos"
|
|
476
|
+
number:
|
|
477
|
+
not_numeric: "'%{content}' no es numerico"
|
|
478
|
+
search_type:
|
|
479
|
+
no_limit_exception: OH NO .. no hay límite
|
|
480
|
+
no_content_exception: "Error en carta '%{name}': no se puede ejecutar la búsqueda con contenido vacío"
|
|
481
|
+
no_results: no hay resultados
|
|
482
|
+
previous: Anterior
|
|
483
|
+
next: Siguiente
|
|
484
|
+
set:
|
|
485
|
+
cant_edit: No se puede editar conjuntos actualmente
|
|
486
|
+
rules: Reglas
|
|
487
|
+
set: Conjunto
|
|
488
|
+
field: campo
|
|
489
|
+
common: común
|
|
490
|
+
by_group: por grupo
|
|
491
|
+
by_name: por nombre
|
|
492
|
+
recent: reciente
|
|
493
|
+
toggle:
|
|
494
|
+
# Warning: unless careful, yes/no get converted to true/false
|
|
495
|
+
:yes: 'si'
|
|
496
|
+
:no: 'no'
|
|
497
|
+
#:bootstrap: #No known language-specfic messages
|
|
498
|
+
:account:
|
|
499
|
+
set:
|
|
500
|
+
type:
|
|
501
|
+
signup:
|
|
502
|
+
sign_up: Regístrate
|
|
503
|
+
invite: Invitación
|
|
504
|
+
send_invite: Enviar invitacion
|
|
505
|
+
first_last_help: usualmente nombre y apellido
|
|
506
|
+
signed_up_on: "%{name} se registró en %{date}"
|
|
507
|
+
was_signed_up_on: "%{name} se registró en %{date}"
|
|
508
|
+
missing_account: "ERROR: tarjeta de registro cuenta faltante"
|
|
509
|
+
send: Enviar
|
|
510
|
+
resend: Reenviar
|
|
511
|
+
verification: Se envió un correo electrónico de verificación
|
|
512
|
+
verification_to: Un email de verificación ha sido enviado a %{email}
|
|
513
|
+
action_verify_email: "%{action} correo electrónico de verificación"
|
|
514
|
+
approve_without: Aprobar sin verificación
|
|
515
|
+
deny_delete: Denegar y borrar
|
|
516
|
+
field_manip_abort: no hay manipulación de campo a mediados de activación
|
|
517
|
+
no_account_abort: ninguna cuenta asociada con %{name}
|
|
518
|
+
illegal_approval_abort: aprobación ilegal
|
|
519
|
+
check_email_reset: Por favor revisa tu correo electrónico para un nuevo enlace de restablecimiento de contraseña.
|
|
520
|
+
errors_message: Lo siento, %{item}. %{message}
|
|
521
|
+
user:
|
|
522
|
+
help_first_last: usualmente nombre y apellido
|
|
523
|
+
welcome: Bienvenido, Decker!
|
|
524
|
+
get_started: Para comenzar, crea una cuenta.
|
|
525
|
+
email_off: "ADVERTENCIA: el correo electrónico está deshabilitado. Cambie la configuración en %{path} para enviar notificaciones de nuevos registros.."
|
|
526
|
+
set_up: invertir
|
|
527
|
+
setting_up: Ponte
|
|
528
|
+
right:
|
|
529
|
+
account:
|
|
530
|
+
error_not_allowed: no permitido en esta tarjeta
|
|
531
|
+
sorry_email_reset: Lo siento, %{error_msg}. Por favor revise su correo electrónico para un nuevo enlace de restablecimiento de contraseña.
|
|
532
|
+
required: requerido
|
|
533
|
+
email:
|
|
534
|
+
error_invalid_address: debe ser una dirección válida
|
|
535
|
+
search_email_duplicate: correo electrónico duplicado? (%{content})
|
|
536
|
+
error_not_unique: debe ser único
|
|
537
|
+
deny_email_restricted: ver el correo electrónico está restringido a administradores y titulares de cuentas
|
|
538
|
+
password:
|
|
539
|
+
encrypted: encriptado
|
|
540
|
+
password_length: debe tener al menos 4 caracteres
|
|
541
|
+
salt:
|
|
542
|
+
private_data: Datos privados
|
|
543
|
+
stats:
|
|
544
|
+
field: Campo
|
|
545
|
+
cache_value: Cache Val
|
|
546
|
+
db_value: Base de Datos Val
|
|
547
|
+
cache_db_compare: Cache/Base de Datos Comparación
|
|
548
|
+
cached_card: Tarjeta en caché Inspeccionar
|
|
549
|
+
db_card: Inspección de tarjeta de base de datos
|
|
550
|
+
status:
|
|
551
|
+
deny_not_change_own_account: cambiar el estado de su propia cuenta
|
|
552
|
+
token:
|
|
553
|
+
private_data: Datos privados
|
|
554
|
+
error_token_not_found: token no encontrado
|
|
555
|
+
error_token_expired: token caducado
|
|
556
|
+
error_incorrect_token: token no coincide
|
|
557
|
+
exception_bad_expiration: valor de expiracion ilegal (eg '%{example}')
|
|
558
|
+
self:
|
|
559
|
+
account_links:
|
|
560
|
+
sign_up: Regístrate
|
|
561
|
+
sign_in: Registrarse
|
|
562
|
+
invite: Invitación
|
|
563
|
+
sign_out: desconectar
|
|
564
|
+
signin:
|
|
565
|
+
sign_in_title: Registrarse
|
|
566
|
+
sign_in: Registrarse
|
|
567
|
+
or_sign_up: '...o registrarse!'
|
|
568
|
+
reset_password: RESTABLECER LA CONTRASEÑA
|
|
569
|
+
forgot_password: Se te olvidó tu contraseña
|
|
570
|
+
reset_my_password: Restablecer mi contraseña
|
|
571
|
+
check_email: Revisa tu correo electrónico para ver un enlace para restablecer tu contraseña
|
|
572
|
+
error_unknown_email: Correo electrónico no reconocido.
|
|
573
|
+
error_not_active: Lo siento, esa cuenta no está activa.
|
|
574
|
+
error_wrong_password: Contraseña incorrecta
|
|
575
|
+
abort_bad_signin_args: mal iniciar sesión en argumentos
|
|
576
|
+
error_not_active: no activo
|
|
577
|
+
error_not_recognized: no reconocido
|
|
578
|
+
:carrierwave:
|
|
579
|
+
set:
|
|
580
|
+
abstract:
|
|
581
|
+
attachment:
|
|
582
|
+
error_invalid_storage_type: "%{type} no es una opción de almacenamiento de archivos válida"
|
|
583
|
+
type:
|
|
584
|
+
file:
|
|
585
|
+
file_error: Error de archivo
|
|
586
|
+
download: Descargar %{title}
|
|
587
|
+
delete: Borrar
|
|
588
|
+
add_item: Agregar %{attachment_name}...
|
|
589
|
+
replace_item: Reemplazar %{attachment_name}...
|
|
590
|
+
:admin:
|
|
591
|
+
set:
|
|
592
|
+
self:
|
|
593
|
+
admin_info:
|
|
594
|
+
email_off: La entrega del correo electrónico está desactivada. Cambie la configuración en %{path} para enviar notificaciones de registro.
|
|
595
|
+
admin_warn: ADVERTENCIA DEL ADMINISTRADOR
|
|
596
|
+
captcha_temp: Su captcha actualmente está trabajando con configuraciones temporales. Esto está bien para una instalación local, pero necesitará nuevas claves recaptcha si desea que este sitio sea público.
|
|
597
|
+
captcha_keys: Está configurado para usar [[*captcha]], pero para que funcione necesita nuevas claves recaptcha.
|
|
598
|
+
instructions: Instrucciones
|
|
599
|
+
howto_add_keys: "Cómo agregar nuevas claves recaptcha:"
|
|
600
|
+
howto_register: Registre su dominio en %{recaptcha_link}
|
|
601
|
+
howto_add: Agrega tus llaves a %{recaptcha_settings}
|
|
602
|
+
howto_turn_off: 'Cómo desactivar el captcha:'
|
|
603
|
+
howto_go: Ir a %{captcha_card}
|
|
604
|
+
howto_update: Actualice todas las reglas *captcha a "no".
|
|
605
|
+
|
|
606
|
+
|