-
-
Notifications
You must be signed in to change notification settings - Fork 71
/
en.yml
5240 lines (5240 loc) · 246 KB
/
en.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
---
en:
activerecord:
attributes:
ad:
body: Body
image: Image
live: Live
organization: :activerecord.models.organization
target_url: Target url
title: Title
ambassador:
ambassador_task_assignments: Ambassador task assignments
ambassador_tasks: Ambassador tasks
auth_token: Auth token
avatar: Avatar
banned: Banned
can_send_many_stolen_notifications: Can send many stolen notifications
city: City
confirmation_token: Confirmation token
confirmed: Confirmed
country: :activerecord.models.country
created_bikes: Created bikes
created_ownerships: Created ownerships
creation_states: Creation states
current_ownerships: Current ownerships
currently_owned_bikes: Currently owned bikes
description: Description
developer: Developer
email: Email
integrations: Integrations
last_login_at: Last login at
last_login_ip: Last login ip
latitude: Latitude
locks: Locks
longitude: Longitude
magic_link_token: Magic link token
memberships: Memberships
my_bikes_hash: My bikes hash
name: Name
notification_newsletters: Notification newsletters
notification_unstolen: Notification unstolen
oauth_applications: Oauth applications
organization_embeds: Organization embeds
organizations: Organizations
owned_bikes: Owned bikes
ownerships: Ownerships
partner_data: Partner data
password: Password
password_digest: Password digest
password_reset_token: Password reset token
payments: Payments
phone: Phone
preferred_language: Preferred language
received_stolen_notifications: Received stolen notifications
sent_memberships: Sent memberships
sent_stolen_notifications: Sent stolen notifications
show_bikes: Show bikes
show_phone: Show phone
show_twitter: Show twitter
show_website: Show website
state: :activerecord.models.state
street: Street
subscriptions: Subscriptions
superuser: Superuser
terms_of_service: Terms of service
title: Title
twitter: Twitter
user_emails: User emails
username: Username
vendor_terms_of_service: Vendor terms of service
website: Website
when_vendor_terms_of_service: When vendor terms of service
zipcode: Postal Code
ambassador_task:
ambassador_task_assignments: Ambassador task assignments
ambassadors: Ambassadors
description: Description
title: Title
ambassador_task_assignment:
ambassador: :activerecord.models.ambassador
ambassador_task: :activerecord.models.ambassador_task
completed_at: Completed at
b_param:
bike_errors: Bike errors
bike_title: Bike title
created_bike: :activerecord.models.created_bike
creator: :activerecord.models.creator
email: Email
id_token: Id token
image: Image
image_processed: Image processed
image_tmp: Image tmp
old_params: Old params
organization: :activerecord.models.organization
origin: Origin
params: Params
bike:
abandoned: Abandoned
additional_registration: Additional registration
all_description: All description
approved_stolen: Approved stolen
b_params: B params
belt_drive: Belt drive
bike_codes: Bike codes
bike_organizations: Bike organizations
cached_data: Cached data
can_edit_claimed_bike_organizations: Can edit claimed bike organizations
can_edit_claimed_organizations: Can edit claimed organizations
coaster_brake: Coaster brake
components: Components
creation_organization: :activerecord.models.creation_organization
creation_states: Creation states
creator: :activerecord.models.creator
current_stolen_record: :activerecord.models.current_stolen_record
cycle_type: Cycle type
description: Description
duplicate_bike_groups: Duplicate bike groups
example: Example
frame_material: Frame material
frame_model: Frame model
frame_size: Frame size
frame_size_number: Frame size number
frame_size_unit: Frame size unit
front_gear_type: :activerecord.models.front_gear_type
front_tire_narrow: Front tire narrow
front_wheel_size: :activerecord.models.front_wheel_size
handlebar_type: Handlebar type
handlebar_type_other: Handlebar type other
hidden: Hidden
invoice: :activerecord.models.invoice
is_for_sale: Is for sale
listing_order: Listing order
location: :activerecord.models.location
made_without_serial: Made without serial
manufacturer: :activerecord.models.manufacturer
manufacturer_other: Manufacturer other
mnfg_name: Mnfg name
name: Name
normalized_serial_segments: Normalized serial segments
number_of_seats: Number of seats
organizations: Organizations
other_listings: Other listings
owner_email: Owner email
ownerships: Ownerships
paint: :activerecord.models.paint
pdf: Pdf
primary_frame_color: :activerecord.models.primary_frame_color
propulsion_type: Propulsion type
propulsion_type_other: Propulsion type other
public_images: Public images
rear_gear_type: :activerecord.models.rear_gear_type
rear_tire_narrow: Rear tire narrow
rear_wheel_size: :activerecord.models.rear_wheel_size
recovered_records: Recovered records
registered_new: Registered new
secondary_frame_color: :activerecord.models.secondary_frame_color
serial_normalized: Serial normalized
serial_number: Serial number
stock_photo_url: Stock photo url
stolen: Stolen
stolen_lat: Stolen lat
stolen_long: Stolen long
stolen_notifications: Stolen notifications
stolen_records: Stolen records
tertiary_frame_color: :activerecord.models.tertiary_frame_color
thumb_path: Thumb path
updator: :activerecord.models.updator
video_embed: Video embed
year: Year
zipcode: Postal code
bike_code:
bike: :activerecord.models.bike
bike_code_batch: :activerecord.models.bike_code_batch
claimed_at: Claimed at
code: Code
code_integer: Code integer
code_prefix: Code prefix
kind: Kind
organization: :activerecord.models.organization
user: :activerecord.models.user
bike_code_batch:
bike_codes: Bike codes
code_number_length: Code number length
notes: Notes
organization: :activerecord.models.organization
user: :activerecord.models.user
bike_organization:
bike: :activerecord.models.bike
can_not_edit_claimed: Can not edit claimed
deleted_at: Deleted at
organization: :activerecord.models.organization
blog:
body: Body
body_abbr: Body abbr
description_abbr: Description abbr
index_image: Index image
index_image_lg: Index image lg
is_listicle: Is listicle
listicles: Listicles
old_title_slug: Old title slug
public_images: Public images
published: Published
published_at: Published at
tags: Tags
title: Title
title_slug: Title slug
user: :activerecord.models.user
bulk_import:
bikes: Bikes
creation_states: Creation states
file: File
import_errors: Import errors
is_ascend: Is ascend
no_notify: No notify
organization: :activerecord.models.organization
progress: Progress
user: :activerecord.models.user
cgroup:
ctypes: Ctypes
description: Description
name: Name
slug: Slug
color:
bikes: Bikes
display: Display
name: Name
paints: Paints
priority: Priority
component:
bike: :activerecord.models.bike
cmodel_name: Cmodel name
ctype: :activerecord.models.ctype
ctype_other: Ctype other
description: Description
front: Front
is_stock: Is stock
manufacturer: :activerecord.models.manufacturer
manufacturer_other: Manufacturer other
rear: Rear
serial_number: Serial number
year: Year
country:
iso: Iso
locations: Locations
name: Name
stolen_records: Stolen records
creation_state:
bike: :activerecord.models.bike
bulk_import: :activerecord.models.bulk_import
creator: :activerecord.models.creator
is_bulk: Is bulk
is_new: Is new
is_pos: Is pos
organization: :activerecord.models.organization
origin: Origin
pos_kind: Pos kind
ctype:
cgroup: :activerecord.models.cgroup
components: Components
has_multiple: Has multiple
image: Image
name: Name
secondary_name: Secondary name
slug: Slug
customer_contact:
bike: :activerecord.models.bike
body: Body
contact_type: Contact type
creator: :activerecord.models.creator
creator_email: Creator email
info_hash: Info hash
kind: Kind
title: Title
user: :activerecord.models.user
user_email: User email
doorkeeper/access_grant:
application: :activerecord.models.application
expires_in: Expires in
redirect_uri: Redirect uri
revoked_at: Revoked at
scopes: Scopes
token: Token
doorkeeper/access_token:
application: :activerecord.models.application
expires_in: Expires in
refresh_token: Refresh token
revoked_at: Revoked at
scopes: Scopes
token: Token
doorkeeper/application:
access_grants: Access grants
access_tokens: Access tokens
authorized_applications: Authorized applications
authorized_tokens: Authorized tokens
can_send_stolen_notifications: Can send stolen notifications
is_internal: Is internal
owner: :activerecord.models.owner
owner_type: Owner type
scopes: Scopes
secret: Secret
uid: Uid
duplicate_bike_group:
added_bike_at: Added bike at
bikes: Bikes
ignore: Ignore
normalized_serial_segments: Normalized serial segments
export:
file: File
file_format: File format
kind: Kind
options: Options
organization: :activerecord.models.organization
progress: Progress
rows: Rows
user: :activerecord.models.user
feedback:
body: Body
email: Email
feedback_hash: Feedback hash
feedback_type: Feedback type
name: Name
title: Title
user: :activerecord.models.user
flipper/adapters/active_record/feature:
key: Key
flipper/adapters/active_record/gate:
feature_key: Feature key
key: Key
value: Value
front_gear_type:
bikes: Bikes
count: Count
internal: Internal
name: Name
slug: Slug
standard: Standard
integration:
access_token: Access token
information: Information
provider_name: Provider name
user: :activerecord.models.user
invoice:
amount_due_cents: Amount due cents
amount_paid_cents: Amount paid cents
first_invoice: :activerecord.models.first_invoice
force_active: Force active
invoice_paid_features: Invoice paid features
is_active: Is active
notes: Notes
organization: :activerecord.models.organization
paid_features: Paid features
payments: Payments
subscription_end_at: Subscription end at
subscription_start_at: Subscription start at
invoice_paid_feature:
invoice: :activerecord.models.invoice
paid_feature: :activerecord.models.paid_feature
listicle:
blog: :activerecord.models.blog
body: Body
body_html: Body html
crop_top_offset: Crop top offset
image: Image
image_credits: Image credits
image_credits_html: Image credits html
image_height: Image height
image_width: Image width
list_order: List order
title: Title
location:
bikes: Bikes
city: City
country: :activerecord.models.country
deleted_at: Deleted at
email: Email
latitude: Latitude
longitude: Longitude
name: Name
organization: :activerecord.models.organization
phone: Phone
shown: Shown
state: :activerecord.models.state
street: Street
zipcode: Postal code
lock:
combination: Combination
has_combination: Has combination
has_key: Has key
key_serial: Key serial
lock_model: Lock model
lock_type: :activerecord.models.lock_type
manufacturer: :activerecord.models.manufacturer
manufacturer_other: Manufacturer other
notes: Notes
user: :activerecord.models.user
lock_type:
name: Name
slug: Slug
mail_snippet:
address: Address
body: Body
is_enabled: Is enabled
is_location_triggered: Is location triggered
kind: Kind
latitude: Latitude
longitude: Longitude
name: Name
organization: :activerecord.models.organization
proximity_radius: Proximity radius
public_images: Public images
manufacturer:
bikes: Bikes
close_year: Close year
components: Components
description: Description
frame_maker: Frame maker
locks: Locks
logo: Logo
logo_source: Logo source
name: Name
notes: Notes
open_year: Open year
paints: Paints
slug: Slug
total_years_active: Total years active
website: Website
membership:
claimed_at: Claimed at
deleted_at: Deleted at
email_invitation_sent_at: Email invitation sent at
invited_email: Invited email
organization: :activerecord.models.organization
role: Role
sender: :activerecord.models.sender
user: :activerecord.models.user
normalized_serial_segment:
bike: :activerecord.models.bike
duplicate_bike_group: :activerecord.models.duplicate_bike_group
segment: Segment
organization:
access_token: Access token
api_access_approved: Api access approved
approved: Approved
ascend_name: Ascend name
auto_user: :activerecord.models.auto_user
avatar: Avatar
b_params: B params
bike_codes: Bike codes
bike_organizations: Bike organizations
bikes: Bikes
child_organizations: Child organizations
created_bikes: Created bikes
creation_states: Creation states
deleted_at: Deleted at
invoices: Invoices
is_paid: Is paid
is_suspended: Is suspended
kind: Kind
landing_html: Landing html
locations: Locations
lock_show_on_map: Lock show on map
mail_snippets: Mail snippets
memberships: Memberships
name: Name
organization_messages: Organization messages
paid_feature_slugs: Paid feature slugs
parent_organization: :activerecord.models.parent_organization
payments: Payments
pos_kind: Pos kind
previous_slug: Previous slug
public_images: Public images
recovered_records: Recovered records
registration_field_labels: Registration field labels
short_name: Short name
show_on_map: Show on map
slug: Slug
users: Users
website: Website
organization_message:
accuracy: Accuracy
address: Address
bike: :activerecord.models.bike
body: Body
delivery_status: Delivery status
email: Email
kind: Kind
latitude: Latitude
longitude: Longitude
organization: :activerecord.models.organization
sender: :activerecord.models.sender
other_listing:
bike: :activerecord.models.bike
listing_type: Listing type
url: Url
ownership:
bike: :activerecord.models.bike
claimed: Claimed
creator: :activerecord.models.creator
current: Current
example: Example
owner_email: Owner email
send_email: Send email
user: :activerecord.models.user
user_hidden: User hidden
paid_feature:
amount_cents: Amount cents
description: Description
details_link: Details link
feature_slugs: Feature slugs
invoice_paid_features: Invoice paid features
invoices: Invoices
kind: Kind
name: Name
paint:
bikes: Bikes
color: :activerecord.models.color
manufacturer: :activerecord.models.manufacturer
name: Name
secondary_color: :activerecord.models.secondary_color
tertiary_color: :activerecord.models.tertiary_color
payment:
amount_cents: Amount cents
email: Email
first_payment_date: First payment date
invoice: :activerecord.models.invoice
is_current: Is current
is_payment: Is payment
is_recurring: Is recurring
kind: Kind
last_payment_date: Last payment date
organization: :activerecord.models.organization
theft_alert: :activerecord.models.theft_alert
user: :activerecord.models.user
public_image:
external_image_url: External image url
image: Image
imageable: :activerecord.models.imageable
imageable_type: Imageable type
is_private: Is private
listing_order: Listing order
name: Name
rear_gear_type:
bikes: Bikes
count: Count
internal: Internal
name: Name
slug: Slug
standard: Standard
recovery_display:
image: Image
link: Link
quote: Quote
quote_by: Quote by
recovered_at: Date recovered
stolen_record: :activerecord.models.stolen_record
state:
abbreviation: Abbreviation
country: :activerecord.models.country
locations: Locations
name: Name
stolen_records: Stolen records
stolen_notification:
bike: :activerecord.models.bike
message: Message
receiver: :activerecord.models.receiver
receiver_email: Receiver email
reference_url: Reference url
send_dates: Send dates
sender: :activerecord.models.sender
subject: Subject
stolen_record:
approved: Approved
bike: :activerecord.models.bike
can_share_recovery: Can share recovery
city: City
country: :activerecord.models.country
create_open311: Create open311
creation_organization: :activerecord.models.creation_organization
current: Current
current_bike: :activerecord.models.current_bike
date_stolen: Date stolen
estimated_value: Estimated value
index_helped_recovery: Index helped recovery
latitude: Latitude
lock_defeat_description: Lock defeat description
locking_description: Locking description
longitude: Longitude
phone: Phone
phone_for_everyone: Phone for everyone
phone_for_police: Phone for police
phone_for_shops: Phone for shops
phone_for_users: Phone for users
police_report_department: Police report department
police_report_number: Police report number
proof_of_ownership: Proof of ownership
receive_notifications: Receive notifications
recovered_at: Date recovered
recovered_description: Recovered description
recovering_user: :activerecord.models.recovering_user
recovery_display: :activerecord.models.recovery_display
recovery_display_status: Recovery display status
recovery_link_token: Recovery link token
recovery_posted: Recovery posted
recovery_share: Recovery share
recovery_tweet: Recovery tweet
secondary_phone: Secondary phone
show_address: Show address
state: :activerecord.models.state
street: Street
theft_alerts: Theft alerts
theft_description: Theft description
time: Time
tsved_at: Tsved at
zipcode: Postal code
theft_alert:
begin_at: Begin at
creator: :activerecord.models.creator
end_at: End at
facebook_post_url: Facebook post url
notes: Notes
payment: :activerecord.models.payment
status: Status
stolen_record: :activerecord.models.stolen_record
theft_alert_plan: :activerecord.models.theft_alert_plan
theft_alert_plan:
active: Active
amount_cents: Amount cents
description: Description
duration_days: Duration days
name: Name
stolen_records: Stolen records
theft_alerts: Theft alerts
views: Views
tweet:
alignment: Alignment
body_html: Body html
image: Image
public_images: Public images
twitter_response: Twitter response
user:
ambassador_task_assignments: Ambassador task assignments
ambassador_tasks: Ambassador tasks
auth_token: Auth token
avatar: Avatar
banned: Banned
can_send_many_stolen_notifications: Can send many stolen notifications
city: City
confirmation_token: Confirmation token
confirmed: Confirmed
country: :activerecord.models.country
created_bikes: Created bikes
created_ownerships: Created ownerships
creation_states: Creation states
current_ownerships: Current ownerships
currently_owned_bikes: Currently owned bikes
description: Description
developer: Developer
email: Email
integrations: Integrations
last_login_at: Last login at
last_login_ip: Last login ip
latitude: Latitude
locks: Locks
longitude: Longitude
magic_link_token: Magic link token
memberships: Memberships
my_bikes_hash: My bikes hash
name: Name
notification_newsletters: Notification newsletters
notification_unstolen: Notification unstolen
oauth_applications: Oauth applications
organization_embeds: Organization embeds
organizations: Organizations
owned_bikes: Owned bikes
ownerships: Ownerships
partner_data: Partner data
password: Password
password_digest: Password digest
password_reset_token: Password reset token
payments: Payments
phone: Phone
preferred_language: Preferred language
received_stolen_notifications: Received stolen notifications
sent_memberships: Sent memberships
sent_stolen_notifications: Sent stolen notifications
show_bikes: Show bikes
show_phone: Show phone
show_twitter: Show twitter
show_website: Show website
state: :activerecord.models.state
street: Street
subscriptions: Subscriptions
superuser: Superuser
terms_of_service: Terms of service
title: Title
twitter: Twitter
user_emails: User emails
username: Username
vendor_terms_of_service: Vendor terms of service
website: Website
when_vendor_terms_of_service: When vendor terms of service
zipcode: Postal code
user_email:
confirmation_token: Confirmation token
email: Email
old_user: :activerecord.models.old_user
user: :activerecord.models.user
wheel_size:
bikes: Bikes
description: Description
iso_bsd: Iso bsd
name: Name
priority: Priority
enums:
cycle_type:
bike: Bike
cargo: Cargo Bike (front storage)
cargo_rear: Cargo Bike (rear storage)
cargo_trike: Cargo Tricycle (front storage)
cargo_trike_rear: Cargo Tricycle (rear storage)
pedi_cab: Pedi Cab (rickshaw)
penny_farthing: Penny Farthing
recumbent: Recumbent
stroller: Stroller
tall_bike: Tall Bike
tandem: Tandem
trail_behind: Trail behind (half bike)
trailer: Bike Trailer
tricycle: Tricycle
unicycle: Unicycle
wheelchair: Wheelchair
frame_material:
aluminum: Aluminum
composite: Carbon or composite
organic: Wood or organic material
steel: Steel
titanium: Titanium
handlebar_type:
bmx: BMX style
drop: Drop
flat: Flat or riser
forward: Forward facing
other: Not handlebars
rearward: Rear facing
propulsion_type:
electric_assist: Electric Assist
electric_throttle: Electric throttle
foot_pedal: Foot pedal
gas: Gas
hand_pedal: Hand pedal
insufflation: Insufflation
other_style: Other style
sail: Sail
errors:
messages:
record_invalid: 'Validation failed: %{errors}'
restrict_dependent_destroy:
has_many: Cannot delete record because dependent %{record} exist
has_one: Cannot delete record because a dependent %{record} exists
models:
bike:
not_found: not found
suspended: suspended and can't be used
bike_code:
not_found: not found
unauthorized_to_claim: do not have permission to claim this
export:
required: required
impound_record:
user_not_authorized: does not have permission to impound this bike
manufacturer:
cannot_match_a_color_name: Cannot be the same as a color name
organization_message:
latlon_required: latitude and longitude required
required: required
payment:
requires_email_or_org: Requires an email address or organization
recovery_display:
quote_too_long: That quote is too long. Please shorten it to be less than
300 characters
theft_alert:
must_be_later_than_start_time: must be later than start time
must_be_present: must be present
user:
email_already_exists: That email is already signed up on Bike Index.
not_an_available_language: not an available language
models:
ad: Ad
ambassador: Ambassador
ambassador_task: Ambassador task
ambassador_task_assignment: Ambassador task assignment
b_param: B param
bike: Bike
bike_code: Bike code
bike_code_batch: Bike code batch
bike_organization: Bike organization
blog: Blog
bulk_import: Bulk import
cgroup: Cgroup
color: Color
component: Component
country: Country
creation_state: Creation state
ctype: Ctype
customer_contact: Customer contact
doorkeeper/access_grant: Doorkeeper/access grant
doorkeeper/access_token: Doorkeeper/access token
doorkeeper/application: Doorkeeper/application
duplicate_bike_group: Duplicate bike group
export: Export
feedback: Feedback
flipper/adapters/active_record/feature: Flipper/adapters/active record/feature
flipper/adapters/active_record/gate: Flipper/adapters/active record/gate
front_gear_type: Front gear type
integration: Integration
invoice: Invoice
invoice_paid_feature: Invoice paid feature
listicle: Listicle
location: Location
lock: Lock
lock_type: Lock type
mail_snippet: Mail snippet
manufacturer: Manufacturer
membership: Membership
normalized_serial_segment: Normalized serial segment
organization: Organization
organization_message: Organization message
other_listing: Other listing
ownership: Ownership
paid_feature: Paid feature
paint: Paint
payment: Payment
public_image: Public image
rear_gear_type: Rear gear type
recovery_display: Recovery display
state: State
stolen_notification: Stolen notification
stolen_record: Stolen record
theft_alert: Theft alert
theft_alert_plan: Theft alert plan
tweet: Tweet
user: User
user_email: User email
wheel_size: Wheel size
select_options:
color:
black: Black
blue: Blue
brown: Brown
green: Green
orange: Orange
pink: Pink
purple: Purple
red: Red
silver_gray_or_bare_metal: Silver, Gray or Bare Metal
stickers_tape_or_other_cover_up: Stickers tape or other cover-up
teal: Teal
white: White
yellow_or_gold: Yellow or Gold
ctype:
aero_bars_extensions_bar_ends: aero bars/extensions/bar ends
axle_nuts: axle nuts
bashguard_chain_guide: bashguard/chain guide
basket: basket
bell_noisemaker: bell/noisemaker
bottom_bracket: bottom bracket
brake: brake
brake_cable: brake cable
brake_lever: brake lever
brake_pad: brake pad
brake_rotor: brake rotor
chain: chain
chain_tensioners: chain tensioners
chainrings: chainrings
cog_cassette_freewheel: cog/cassette/freewheel
computer: computer
crankset: crankset
derailleur: derailleur
detangler: detangler
fairing: fairing
fender: fender
fork: fork
generator_dynamo: generator/dynamo
grips_tape: grips/tape
handlebar: handlebar
headset: headset
hub: hub
hub_guard: hub guard
kickstand: kickstand
lights: lights
other: other
pedals: pedals
pegs: pegs
rack: rack
rear_suspension: rear suspension
rim: rim
saddle: saddle
seatpost: seatpost
seatpost_clamp: seatpost clamp
shift_and_brake_lever: shift and brake lever
shift_cable: shift cable
shifter: shifter
spokes: spokes
stem: stem
tire: tire
toe_clips: toe clips
training_wheels: training wheels
tube: tube
unknown: unknown
water_bottle_cage: water bottle cage
wheel: wheel
stolen_record:
bike_was_not_locked: Bike was not locked
cable_lock: Cable lock
chain_with_padlock: Chain with padlock
heavy_duty_bicycle_security_chain: Heavy duty bicycle security chain
lock_is_missing_along_with_the_bike: Lock is missing, along with the bike
lock_was_cut_and_left_at_the_scene: Lock was cut, and left at the scene
lock_was_opened_and_left_unharmed_at_the_scene: Lock was opened, and left
unharmed at the scene
not_locked: Not locked
object_that_bike_was_locked_to_was_broken_removed_or_otherwise_compromised: Object
that bike was locked to was broken, removed, or otherwise compromised
other: Other
other_situation_please_describe_below: Other situation, please describe below
two_u_locks: Two U-locks
u_lock: U-lock
u_lock_and_cable: U-lock and cable
bikes:
bike:
abandoned: Abandoned
location: Location
primary_colors: Primary colors
serial: Serial
stolen: Stolen
bike_fields:
revised_colors:
add_a_color: Add a color
choose_color: Choose color
color_help: Color help
primary_color_help_content_html: >-
The color of the frame and fork—not the wheels, cranks, or anything
else. You can put a more detailed description in paint description (once
you've registered), <em>this</em> is to get a general color to make searching
easier
remove_color: Remove color
revised_component_fields:
component_type: Component type
model: Model
model_year: Model Year
other_manufacturer: Other manufacturer
part_description: Part Description
part_serial: Part Serial
part_type: Part type
remove_part: Remove part
unknown_part_type: Unknown part type
stolen_location:
address_or_intersection: Address or intersection
choose_country: Choose country
city: City
publicly_display_exact_address: Publicly display exact address theft occurred
state: State
where_was_it_stolen_type: Where was it %{stolen_type}?
zipcode: Postal code
bike_show_overlays:
add_a_picture_of_it: Add a picture of it, so everyone can admire its beauty!
add_a_picture_so_people_know_what_to_look: Add a picture so people know what
to look for!
add_some_more_information_about_it: Add some more information about it.
can_we_share_your_story: Can we share your story?
claim_bike_type: Claim %{bike_type}
claim_it_so_you_can_update_your_listing: Claim it so you can update your listing.
did_we_help: Did we help?
edit: Edit
how_did_you_get_it_back: How did you get it back?
its_also_how_we_get_better_at_recovering: It's also how we get better at recovering
bikes.
mark_recovered: Mark recovered
nevermind: Nevermind
no_one_can_see_it_but_you: No one can see it but you
please_tell_us_how_you_got_your_bike: Please tell us how you got your %{bike_type}
back, we really care!
thank_you_for_recovering_this_bike_type: Thank you for recovering this %{bike_type}!
this_bike_type_is_hidden: This %{bike_type} is hidden.
were_honored_to_have_your_bike: We're honored to have your %{bike_type} on the
Index.
were_really_bummed_your_bike_type_was_stolen: We're really bummed your %{bike_type}
was stolen.
when_did_you_recover_it: When did you recover it?
whoa_this_awesome_bike_type_is_yours: Whoa, this awesome %{bike_type} is yours!
you_sent_this_bike_html: >-
You sent this %{bike_type} to <em>%{owner_email}</em> and it hasn't been claimed
yet. You can update it.
your_bike: Your %{bike_type}
edit_accessories:
add_a_component: Add a component
other_handlebar_type: Other handlebar type
edit_alert:
bike_index_can_help: >-