forked from lbphone/lb-phone-locales
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathen.json
917 lines (836 loc) · 31.5 KB
/
en.json
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
{
"LABEL": "English",
"SEARCH": "Search",
"CANCEL": "Cancel",
"NOW": "now",
"H": "h",
"M": "m",
"S": "s",
"APPS": {
"SETTINGS": {
"TITLE": "Settings",
"BACK": "Back",
"DONE": "Done",
"EDIT": "Edit",
"AIRPLANE_MODE": "Airplane Mode",
"STREAMER_MODE": "Streamer Mode",
"BLUETOOTH": "Bluetooth",
"GENERAL": "General",
"ABOUT": "About",
"NAME": "Name",
"VERSION": "Version",
"MODEL_NAME": "Model Name",
"SERIAL_NUMBER": "Serial Number",
"DEVELOPED_BY": "Developed by",
"PURCHASE_AT": "Purchase at",
"SONGS": "Songs",
"VIDEOS": "Videos",
"PHOTOS": "Photos",
"APPLICATIONS": "Applications",
"CAPACITY": "Capacity",
"AVAILABLE": "Available",
"SOFTWARE_UPDATE": "Software Update",
"AUTOMATIC_UPDATES": "Automatic Updates",
"DATE_TIME": "Date & Time",
"24_HOUR_TIME": "24 Hour Time",
"SET_AUTOMATICALLY": "Set Automatically",
"TIME_ZONE": "Time Zone",
"LANGUAGE_REGION": "Language & Region",
"LANGUAGE": "Language",
"TEMPERATURE": "Temperature",
"BATTERY": "Battery",
"SOUND_HAPTICS": "Sound & Haptics",
"SOUND_HAPTICS_PATTERNS": "Sound and haptics patterns",
"RINGTONE": "Ringtone",
"TEXT_TONE": "Text Tone",
"RINGTONE_VOLUME": "Ringtone and alert volume",
"DEFAULT": "Default",
"PHONE_STORAGE": "Phone Storage",
"STORAGE": "Storage",
"USED": "Used",
"OF": "of",
"DISPLAY_BRIGHTNESS": "Display & Brightness",
"APPEARANCE": "Appearance",
"AUTOMATIC": "Automatic",
"BRIGHTNESS": "Brightness",
"PHONE_SCALE": "Phone Scale",
"WALLPAPER": "Wallpaper",
"WALLPAPERS": "Wallpapers",
"CHOOSE_NEW_WALLPAPER": "Choose a New Wallpaper",
"NOTIFICATIONS": "Notifications",
"ALLOW_NOTIFICATIONS": "Allow Notifications",
"SOUNDS": "Sounds",
"PHONE": "Phone",
"BLOCKED_CONTACTS": "Blocked Contacts",
"MY_NUMBER": "My Number",
"SHOW_CALLER_ID": "Show Caller ID",
"UNBLOCK_POPUP": {
"TITLE": "Unblock Number",
"TEXT": "Are you sure you want to unblock this number?",
"CANCEL": "Cancel",
"CONFIRM": "Unblock"
},
"FACE_ID_PASSWORD": "Face ID & Passcode",
"ENTER_PASSCODE": "Enter Passcode",
"PASSCODE": "Passcode",
"FACE_ID": "Face ID",
"RESET_FACE_ID": "Reset Face ID",
"ENABLE_FACE_ID": "Enable Face ID",
"PIN_CODE": "Pin code",
"DISABLE_FACE_ID_POPUP": {
"TITLE": "Turn Off Face ID",
"TEXT": "Are you sure you want to turn off Face ID?",
"CANCEL": "Cancel",
"CONFIRM": "Turn Off"
},
"ENABLE_FACE_ID_POPUP": {
"TITLE": "Enable Face ID",
"TEXT": "Are you sure you want to enable Face ID?",
"CANCEL": "Cancel",
"CONFIRM": "Enable"
},
"DISABLE_PIN_POPUP": {
"TITLE": "Turn Off Pin Code",
"TEXT": "Are you sure you want to turn off Pin Code? (This will also disable Face ID)",
"CANCEL": "Cancel",
"CONFIRM": "Confirm"
},
"TURN_PASSCODE_OFF": "Turn Passcode Off",
"TURN_PASSCODE_ON": "Turn Passcode On",
"CHANGE_PASSCODE": "Change Passcode",
"CLOUD_BACKUP": "Cloud Backup",
"YOUR_PROFILE": "Your Profile",
"CREATE_BACKUP": "Create Backup",
"SAVE_BACKUP_POPUP": {
"TITLE": "Save Backup",
"TEXT": "Are you sure you want to save a backup of your data? (Will save your contacts, photos and settings)",
"CANCEL": "Cancel",
"CONFIRM": "Save"
},
"BACKUPS": "Backups",
"APPLY_BACKUP_POPUP": {
"TITLE": "Apply Backup",
"TEXT": "Are you sure you want to apply this backup? (Will overwrite your contacts, photos and settings)",
"CANCEL": "Cancel",
"CONFIRM": "Apply"
},
"SUCCESS": "Success",
"SUCCESS_TEXT": "Phone will restart in 5 seconds...",
"OK": "OK",
"REMOVE_BACKUP_POPUP": {
"TITLE": "Remove Backup",
"TEXT": "Are you sure you want to remove this backup?",
"CANCEL": "Cancel",
"CONFIRM": "Remove"
},
"ON": "On"
},
"NOTES": {
"TITLE": "Notes",
"SEARCH_PLACEHOLDER": "Search",
"FOOTER": "{amount} Notes",
"NEW_NOTE": "New Note",
"LAST_EDITED": "Last Edited: {date}",
"DELETE_TITLE": "Delete {title}",
"DELETE_TEXT": "Are you sure you want to delete '{title}'?",
"BUTTON_CANCEL": "Cancel",
"BUTTON_DELETE": "Delete"
},
"CLOCK": {
"WORLDCLOCK": {
"TITLE": "World Clock",
"TODAY": "Today",
"TOMORROW": "Tomorrow",
"YESTERDAY": "Yesterday"
},
"ALARM": {
"TITLE": "Alarm",
"ADD": "Add Alarm",
"CANCEL": "Cancel",
"EDIT": "Edit",
"DONE": "Done",
"SAVE": "Save",
"LABEL": "Label",
"SOUND": "Sound",
"SNOOZE": "Snooze",
"DELETE_TITLE": "Delete Alarm",
"DELETE_TEXT": "Are you sure you want to delete this alarm?",
"BUTTON_CANCEL": "Cancel",
"BUTTON_DELETE": "Delete"
},
"STOPWATCH": {
"TITLE": "Stopwatch",
"START": "Start",
"STOP": "Stop",
"RESET": "Reset",
"LAP": "Lap"
},
"TIMER": {
"TITLE": "Timer",
"START": "Start",
"STOP": "Stop",
"CANCEL": "Cancel",
"HOURS": "hours",
"MINUTES": "min",
"SECONDS": "sec"
},
"ALERT": {
"STOP": "Stop"
}
},
"CAMERA": {
"VIDEO": "Video",
"PHOTO": "Photo",
"LANDSCAPE": "Landscape",
"UPLOADING": "Uploading"
},
"DARKCHAT": {
"TITLE": "Dark Chat",
"USERNAME": "Username",
"SET_USERNAME": "Set your username. NOTE: THIS CAN ONLY BE SET ONCE.",
"CANCEL": "Cancel",
"SET": "Set",
"JOIN": "Join",
"LEAVE": "Leave",
"NEW_ROOM": "New Room",
"NEW_ROOM_TEXT": "Type in a room code to Join or Create a room",
"ROOM_CODE": "Room Code",
"LEAVE_ROOM": "Leave Room",
"LEAVE_ROOM_TEXT": "Are you sure you want to leave this room?",
"NOW": "Now",
"INPUT_PLACEHOLDER": "Type a message..."
},
"APPSTORE": {
"TITLE": "Apps",
"SEARCH": "Search",
"GET": "Get",
"OPEN": "Open",
"TODAY": "Today",
"GAMES": "Games",
"APPS": "Apps",
"WHAT_WE_PLAYING": "What we're playing",
"INFORMATION": "Information",
"PROVIDER": "Provider",
"SIZE": "Size",
"COMPATIBILITY": "Compatibility",
"IN_APP_PURCHASES": "In-App Purchases"
},
"PHOTOS": {
"TITLE": "Photos",
"SELECT": "Select",
"CANCEL": "Cancel",
"SELECT_ITEMS": "Select Items",
"SELECTED_COUNT": "{count} Items selected",
"PHOTO_COUNT": "{count} photos",
"DELETE_TITLE": "Delete {count} images",
"DELETE_TEXT": "Do you want to delete {count} images",
"DELETE_BUTTON_CANCEL": "Cancel",
"DELETE_BUTTON_DELETE": "Delete",
"DELETE_IMAGE_TITLE": "Delete image",
"DELETE_IMAGE_TEXT": "Do you want to delete this image?",
"DELETE_IMAGE_BUTTON_CANCEL": "Cancel",
"DELETE_IMAGE_BUTTON_DELETE": "Delete"
},
"WEATHER": {
"TITLE": "Weather",
"HOURLY_FORECAST": "Hourly Forecast",
"NOW": "Now",
"FEELS_LIKE": "Feels like",
"FEELS_LIKE_SAME": "Similar to the actual temperature.",
"FEELS_LIKE_HUMIDITY": "Humidity is making it feel warmer",
"FEELS_LIKE_WIND": "Wind is making it feel cooler",
"SUNRISE": "Sunrise",
"SUNSET": "Sunset",
"WIND": "Wind",
"PRECIPITATION": "Precipitation",
"LAST_24H": "in the last 24h",
"EXPECTED_24H": "expected in the next 24h",
"TYPES": {
"CLOUDY": "Cloudy",
"LIGHT_RAIN": "Light Rain",
"HEAVY_RAIN": "Heavy Rain",
"RAIN": "Rain",
"SNOW": "Snow",
"FOG": "Fog",
"CLEAR": "Clear",
"MOSTLY_CLEAR": "Mostly Clear",
"THUNDER": "Thunder",
"TORNADO": "Tornado",
"WINDY": "Windy"
}
},
"MESSAGES": {
"TITLE": "Messages",
"NEW_MESSAGE": "New Message",
"PEOPLE": "People",
"MEMBERS": "Members",
"OTHER": "Other",
"SENT_A_PHOTO": "Sent a photo",
"SENT": "Sent",
"REQUESTED": "Requested",
"MISSED_CALL": "{number} tried to call you but you didn't answer, press the number to call back",
"NOT_DELIVERED": "Not delivered",
"PLACEHOLDER": "Text Message",
"DONE": "Done",
"CANCEL": "Cancel",
"SEND": "Send",
"UNKNOWN": "Unknown",
"TO": "To",
"SEARCH": "Search",
"ADD_MEMBER": "Add Member",
"SHARE_LOCATION": "Share my Location",
"LEAVE_GROUP": "Leave Conversation",
"SENT_LOCATION": "Shared their location, click to open in Maps",
"SENT_LOCATION_SHORT": "Shared their location",
"DELETE": "Delete",
"REMOVE_POPUP": {
"TITLE": "Remove member",
"TEXT": "Are you sure you want to remove {name} from the group?",
"REMOVE": "Remove"
},
"LEAVE_POPUP": {
"TITLE": "Leave group",
"TEXT": "Are you sure you want to leave this group?",
"LEAVE": "Leave"
},
"ADD_POPUP": {
"TITLE": "Add member",
"TEXT": "Type in a number to add to '{name}' the group?",
"ADD": "Add"
},
"SEND_LOCATION_POPUP": {
"TITLE": "Share Location",
"TEXT": "Do you want to share your location?",
"CANCEL": "Cancel",
"SEND": "Send"
},
"PAY": {
"REQUEST": "Request",
"REQUESTED": "Requested",
"PAY": "Pay",
"SEND": "Send",
"SEND_TITLE": "Send {amount}",
"SEND_DESCRIPTION": "Do you want to send {amount} to {name}?",
"SEND_BUTTON_CANCEL": "Cancel",
"SEND_BUTTON_SEND": "Send"
}
},
"PHONE": {
"TITLE": "Phone",
"DONE": "Done",
"EDIT": "Edit",
"CANCEL": "Cancel",
"CALL": {
"CALL_TITLE": "Call {name}",
"CALL_TEXT": "Are you sure you want to call {name}?",
"CALL_BUTTON_CANCEL": "Cancel",
"CALL_BUTTON_CALL": "Call",
"NO_CALLER_ID": "No Caller ID",
"UNKNOWN": "Unknown",
"USER_BUSY": "User Busy",
"USER_UNAVAILABLE": "User Unavailable",
"CALL_BACK": "Call Back",
"DECLINE": "Decline",
"ACCEPT": "Accept",
"END": "End",
"VIDEO_CALL": "Video Call",
"MUTE": "mute",
"KEYPAD": "keypad",
"SPEAKER": "speaker",
"ADD_CALL": "add call",
"VIDEO": "video",
"CONTACTS": "contacts",
"MOBILE": "Mobile"
},
"CONTACTS": {
"TITLE": "Contacts",
"FIRST_NAME": "First Name",
"LAST_NAME": "Last Name",
"PHONE_NUMBER": "Phone Number",
"MY_CARD": "My Card",
"ADD_PHOTO": "Add Photo",
"REMOVE_CONTACT_TITLE": "Remove Contact",
"REMOVE_CONTACT_TEXT": "Are you sure you want to remove this contact?",
"REMOVE_CONTACT_BUTTON_CANCEL": "Cancel",
"REMOVE_CONTACT_BUTTON_DELETE": "Delete",
"DELETE_CONTACT": "Delete Contact",
"MESSAGE": "message",
"CALL": "call",
"VIDEO": "video",
"MAIN": "main",
"SHARE_CONTACT": "Share Contact",
"SHARE_LOCATION": "Share my Location",
"REMOVE_FAVORITE": "Remove from Favorites",
"ADD_FAVORITE": "Add to Favorites",
"ADD_CONTACT": "Add to Contacts",
"UNBLOCK_CALLER": "Unblock this Caller",
"BLOCK_CALLER": "Block this Caller",
"UNBLOCK_NUMBER_TITLE": "Unblock Number",
"UNBLOCK_NUMBER_TEXT": "Are you sure you want to unblock {number}?",
"UNBLOCK_NUMBER_BUTTON_CANCEL": "Cancel",
"UNBLOCK_NUMBER_BUTTON_UNBLOCK": "Unblock",
"BLOCK_NUMBER_TITLE": "Block Number",
"BLOCK_NUMBER_TEXT": "Are you sure you want to block {number}?",
"BLOCK_NUMBER_BUTTON_CANCEL": "Cancel",
"BLOCK_NUMBER_BUTTON_BLOCK": "Block"
},
"FAVOURITES": {
"TITLE": "Favorites",
"REMOVE_TITLE": "Remove from Favorites",
"REMOVE_TEXT": "Are you sure you want to remove this contact from your favorites?",
"REMOVE_BUTTON_CANCEL": "Cancel",
"REMOVE_BUTTON_REMOVE": "Remove"
},
"KEYPAD": {
"TITLE": "Keypad",
"ADD_NUMBER": "Add Number"
},
"RECENTS": {
"TITLE": "Recent"
}
},
"WALLET": {
"TITLE": "Wallet",
"BALANCE": "Balance",
"SEND": "Send",
"NEXT": "Next",
"DONE": "Done",
"DONE_SUBTITLE": "You sent {amount} to {number}",
"NO_REFUNDS": "Payments are non refundable, double check the number.",
"NEW_BALANCE": "New Balance",
"LATEST_TRANSACTIONS": "Latest Transactions",
"NOW": "Now",
"AGO": "ago"
},
"GARAGE": {
"TITLTE": "Garage",
"ACTIONS": "Actions",
"MY_CARS": "My Cars",
"OUT": "Out",
"GARAGE": "Garage",
"LOCATION": "Location",
"SUMMON": "Summon",
"VALET": "Valet",
"STATISTICS": "Statistics",
"FUEL": "Fuel",
"ENGINE": "Engine",
"BODY": "Body",
"WAYPOINT_POPUP": {
"TITLE": "Set Waypoint",
"TEXT": "Do you want to set a waypoint to your {model}?",
"CANCEL": "Cancel",
"PROCEED": "Proceed"
},
"VALET_POPUP": {
"TITLE": "Valet",
"TEXT": "Do you want to valet your {model} ({plate})?",
"TEXT_PAID": "Do you want to valet your {model} ({plate}) for {amount}?",
"CANCEL": "Cancel",
"PROCEED": "Proceed"
}
},
"HOME": {
"TITLE": "Home",
"MY_HOMES": "My Homes",
"MY_HOME": "My Home",
"KEY_ACCESS": "Key Access",
"ACTIONS": "Actions",
"FRONT_DOOR": "Front Door",
"LOCATION": "Location",
"SET_WAYPOINT": "Set Waypoint",
"UNLOCK": "Unlock",
"UNLOCKED": "Unlocked",
"LOCK": "Lock",
"LOCKED": "Locked",
"GIVE_KEY": "Give Key",
"MANAGE": "Manage",
"WAYPOINT_POPUP": {
"TITLE": "Set Waypoint",
"TEXT": "Do you want to set a waypoint to {home}?",
"CANCEL": "Cancel",
"PROCEED": "Proceed"
},
"LOCK_POPUP": {
"TITLE": "{toggle} Home",
"TEXT": "Do you want to {toggle} your home?",
"CANCEL": "Cancel",
"PROCEED": "Proceed"
},
"GIVE_KEY_POPUP": {
"TITLE": "Give Key",
"TEXT": "Insert the ID of the person you want to give a key to",
"CANCEL": "Cancel",
"PROCEED": "Proceed"
},
"REMOVE_KEY_POPUP": {
"TITLE": "Remove Keyholder",
"TEXT": "Are you sure you want to remove access from {name}?",
"CANCEL": "Cancel",
"PROCEED": "Proceed"
}
},
"MARKETPLACE": {
"CANCEL": "Cancel",
"SEARCH": "Search for listings or numbers",
"NEW_POST": "New Post",
"TITLE": "Title",
"DESCRIPTION": "Description",
"PRICE": "Price",
"POST": "Post",
"CONTACT": "Contact",
"REMOVE": "Remove",
"DELETE_POPUP": {
"TITLE": "Delete Listing",
"TEXT": "Are you sure you want to delete this listing?",
"CANCEL": "Cancel",
"PROCEED": "Delete"
}
},
"YELLOWPAGES": {
"SEARCH": "Search for posts or numbers",
"FROM": "From",
"CANCEL": "Cancel",
"NEW_POST": "New Post",
"TITLE": "Title",
"DESCRIPTION": "Description",
"PRICE": "Price",
"POST": "Post",
"CALL": "Call",
"DELETE_POPUP": {
"TITLE": "Delete Post",
"TEXT": "Are you sure you want to delete this post?",
"CANCEL": "Cancel",
"PROCEED": "Delete"
}
},
"MAIL": {
"TITLE": "Mail",
"YOU": "You",
"UPDATED_NOW": "Updated just now",
"NEW_MESSAGE": "New Message",
"INBOX": "Inbox",
"TO": "To",
"FROM": "From",
"SUBJECT": "Subject",
"MESSAGE": "Message",
"CANCEL": "Cancel",
"SEND": "Send",
"EMAIL": "Email",
"EMAIL_INVALID": "Invalid email address",
"EMAIL_EXISTS": "Email already exists",
"PASSWORD": "Password",
"WRONG_PASSWORD": "Wrong password",
"LOGIN": "Login",
"NO_EMAIL": "Don't have an email address?",
"CREATE_ONE": "Create one",
"UNREAD": "Unread",
"CREATE_MAIL": "Create Email",
"ALREADY_HAVE": "Already have an email address?",
"SIGN_OUT_POPUP": {
"TITLE": "Sign Out",
"DESCRIPTION": "Are you sure you want to sign out?",
"CANCEL": "Cancel",
"PROCEED": "Proceed"
}
},
"MAPS": {
"TITLE": "Maps",
"GO": "Go"
},
"MUSIC": {
"TITLE": "Music",
"LIBRARY": "Library",
"SEARCH": "Search",
"ADD_QUEUE": "Add to Queue",
"ADD_PLAYLIST": "Add to Playlist",
"REMOVE_SONG": "Remove Song",
"NOT_PLAYING": "Not Playing",
"DELETE_PLAYLIST": "Delete Playlist",
"SEARCH_PLACEHOLDER": "Artists, Songs, Albums, Playlists",
"SONGS": "Songs",
"ALBUMS": "Albums",
"PLAY": "Play",
"SHUFFLE": "Shuffle",
"ARTIST": "Artist",
"ALBUM": "Album",
"PLAYLIST": "Playlist",
"SONG": "Song",
"SONG_EXISTS_POPUP": {
"TITLE": "Song already exists",
"DESCRIPTION": "This song already exists in this playlist",
"CANCEL": "Cancel"
},
"NEW_PLAYLIST_POPUP": {
"TITLE": "New Playlist",
"DESCRIPTION": "Create a new playlist",
"PLACEHOLDER": "Playlist Name",
"CANCEL": "Cancel",
"PROCEED": "Proceed"
}
},
"TINDER": {
"TITLE": "Tinder",
"LIKES_YOU_TOO": "likes you too!",
"KEEP_SWIPING": "Keep swiping",
"SAY_SOMETHING_NICE": "Say something nice",
"NO_MORE": "We've run out of people for you to swipe on, check back later!",
"SEND": "Send",
"AGREE_TERMS": "By pressing 'Create Account' you agree to our Terms of Service and Privacy Policy",
"CREATE_ACCOUNT": "Create Account",
"AGE_PUBLIC": "Your age will be public",
"BE_OVER_18": "You must be over 18 to use this service",
"NAME_MINIMUM": "Your name must be at least 3 characters long",
"ADD_PHOTOS": "Add Photos",
"PHOTOS_MINIMUM": "You must have at least one photo",
"DESCRIPTION": "Tell us a bit about yourself",
"DESCRIPTION_MINIMUM": "Your description must be at least 10 characters long",
"SHOW_ME": "Show Me",
"WOMEN": "Women",
"MEN": "Men",
"EVERYONE": "Everyone",
"EVERYTHING": "Everything",
"I_AM": "I am a",
"MALE": "Male",
"FEMALE": "Female",
"CONTINUE": "Continue",
"NAME": "Name",
"PHOTOS": "Photos",
"ABOUT_ME": "About Me",
"INTERESTED_IN": "Interested In",
"GENDER": "Gender",
"SAVE": "Save",
"NEW_MATCHES": "New Matches",
"MESSAGES": "Messages",
"SEARCH_MATCHES": "Search Matches"
},
"INSTAGRAM": {
"TITLE": "Instagram",
"SEND": "Send",
"POST": "Post",
"MESSAGE_PLACEHOLDER": "Message...",
"NEW_MESSAGE": "New Message",
"NOW": "Now",
"GO_LIVE_POPUP": {
"TITLE": "Go Live",
"DESCRIPTION": "Are you sure you want to go live?",
"CANCEL": "Cancel",
"PROCEED": "Proceed"
},
"END_LIVE_POPUP": {
"TITLE": "End Live",
"DESCRIPTION": "Are you sure you want to {action} this live?",
"CANCEL": "Cancel",
"END": "End",
"LEAVE": "Leave"
},
"UNFOLLOW_POPUP": {
"TITLE": "Unfollow",
"DESCRIPTION": "Are you sure you want to unfollow {name}?",
"CANCEL": "Cancel",
"PROCEED": "Proceed"
},
"DELETE_POST_POPUP": {
"TITLE": "Delete Post",
"DESCRIPTION": "Are you sure you want to delete this post?",
"CANCEL": "Cancel",
"PROCEED": "Proceed"
},
"SIGN_OUT_POPUP": {
"TITLE": "Sign Out",
"DESCRIPTION": "Are you sure you want to sign out?",
"CANCEL": "Cancel",
"PROCEED": "Proceed"
},
"LIVE_ENDED": "Live Ended",
"COMMENT_PLACEHOLDER": "Comment",
"LIVE": "Live",
"YOUR_STORY": "Your Story",
"CREATE_STORY": "Create Story",
"GO_LIVE": "Go Live",
"EMPTY_FEED": "Start following people to see their photos and videos here",
"COMMENTS": "Comments",
"ADD_COMMENT_AS": "Add Comment as {name}",
"NEW_POST": "New Post",
"NEXT": "Next",
"CAPTION_PLACEHOLDER": "Write a caption...",
"ACTIVITY": "Activity",
"FOLLOW": "Follow",
"FOLLOWING": "Following",
"FOLLOWERS": "Followers",
"FOLLOWER": "Follower",
"LIKES": "Likes",
"LIKED_BY": "Liked by",
"VIEW_ALL_COMMENTS": "View all {count} comments",
"FIRST_COMMENT": "Be the first to comment...",
"NO_ACCOUNT": "There's no account with this username",
"WRONG_USERNAME_OR_PASSWORD": "Wrong username or password",
"LOG_IN": "Log In",
"ACCOUNT_WITH_USERNAME": "An account with this username already exists",
"CREATE_ACCOUNT": "Create Account",
"USERNAME_PLACEHOLDER": "Username",
"NAME_PLACEHOLDER": "Name",
"PASSWORD_PLACEHOLDER": "Password",
"NOT_HAVE_ACCOUNT": "Don't have an account?",
"HAVE_ACCOUNT": "Have an account?",
"LIKED_PHOTO": "liked your photo.",
"LIKED_COMMENT": "liked your comment: {comment}",
"COMMENTED": "commented on your post: {comment}",
"FOLLOWED": "started following you.",
"DONE": "Done",
"EDIT_PROFILE": "Edit Profile",
"CHANGE_PICTURE": "Change profile picture",
"NAME": "Name",
"BIO": "Bio",
"SIGN_OUT": "Sign Out",
"POSTS": "Posts",
"MESSAGE": "Message",
"SENT_A_PHOTO": "sent a photo",
"TO": "To"
},
"TWITTER": {
"TITLE": "Twitter",
"SEARCH_FOR": "Search for '{search}'",
"START_SEARCHING": "Start searching to explore Twitter",
"TRENDING_HASHTAGS": "Trending hashtags",
"SENT_ATTACHMENT": "sent an attachment",
"TO": "To",
"TWEETS": "Tweets",
"REPLIES": "Replies",
"MEDIA": "Media",
"LIKES": "Likes",
"CANCEL": "Cancel",
"TWEET": "Tweet",
"TWEET_REPLY": "Tweet your reply",
"TWEET_GENERAL": "What's happening?",
"EDIT_PROFILE": "Edit Profile",
"SAVE": "Save",
"NAME": "Name",
"JOIN_DATE": "Join Date",
"BIO": "Bio",
"SIGN_OUT": "Sign Out",
"SIGN_OUT_POPUP": {
"TITLE": "Sign Out",
"DESCRIPTION": "Are you sure you want to sign out?",
"CANCEL": "Cancel",
"PROCEED": "Proceed"
},
"UNFOLLOW_POPUP": {
"TITLE": "Unfollow",
"DESCRIPTION": "Are you sure you want to unfollow {name}?",
"CANCEL": "Cancel",
"PROCEED": "Proceed"
},
"RETWEET_POPUP": {
"RETWEET": "Retweet",
"UNDO_RETWEET": "Undo Retweet",
"DESCRIPTION": "Are you sure you want to {action}?",
"CANCEL": "Cancel"
},
"DELETE_POPUP": {
"TITLE": "Delete Tweet",
"DESCRIPTION": "Are you sure you want to delete this tweet?",
"CANCEL": "Cancel",
"PROCEED": "Proceed"
},
"YOU": "You",
"FOLLOW": "Follow",
"FOLLOWING": "Following",
"FOLLOWERS": "Followers",
"RETWEETED": "Retweeted",
"REPLYING_TO": "Replying to {name}",
"RETWEETED_BY": "Retweeted By",
"LIKED_BY": "Liked By",
"ALL": "All",
"NOTIFICATIONS": "Notifications",
"FOLLOWS_YOU": "Follows you",
"JOINED": "Joined {date}",
"LIKED_TWEET": "liked your tweet",
"RETWEETED_TWEET": "retweeted your tweet",
"FOLLOWED": "followed you",
"SIGN_UP_TEXT": "See what's happening in the world right now",
"TERMS_OF_SERVICE": "By signing up, you agree to our Terms of Service and Privacy Policy.",
"HAS_ACCOUNT": "Have an account already?",
"CREATE_YOUR_ACCOUNT": "Create your account",
"NAME_PLACEHOLDER": "Name",
"USERNAME_PLACEHOLDER": "Username",
"PASSWORD_PLACEHOLDER": "Password",
"GET_STARTED": "To get started, first enter your @username",
"FORGOT_PASSWORD": "Forgot password?",
"ENTER_PASSWORD": "Enter your password",
"SEARCH_DIRECT_MESSAGES": "Search direct messages",
"SEARCH_TWITTER": "Search Twitter",
"MESSAGE_PLACEHOLDER": "Message...",
"NOW": "Now",
"LOGIN": "Log In",
"CREATE_ACCOUNT": "Create Account"
}
},
"COMPONENTS": {
"CONTEXT_MENU": {
"CANCEL": "Cancel",
"CALL": "Call",
"VIDEO_CALL": "Video Call",
"MESSAGE": "Message"
},
"IMAGE": {
"SAVE_TO_GALLERY": "Save to Gallery"
},
"GALLERY": {
"CANCEL": "Cancel",
"EXTERNAL_URL": "External URL",
"NO_IMAGES": "No images"
},
"NOTIFICATIONS": {
"SENT_PHOTO": "Sent a photo",
"SENT_GIF": "Sent a GIF",
"NOW": "now"
},
"SHARE": {
"COPY_PHOTO": "Copy Photo",
"USE_WALLPAPER": "Use as Wallpaper",
"COPY_NUMBER": "Copy Number",
"AIRDROP_SENT": "Sent",
"WALLPAPER_POPUP": {
"TITLE": "Use as Wallpaper",
"TEXT": "Are you sure you want to set this image as your wallpaper?",
"CANCEL": "Cancel",
"PROCEED": "Proceed"
}
},
"AIRDROP": {
"TITLE": "Airdrop",
"TEXT": "{sender} would like to share a {type}",
"VIDEO": "video",
"PHOTO": "photo",
"CONTACT": "contact",
"DECLINE": "Decline",
"ACCEPT": "Accept"
}
},
"SETUP": {
"HELLO": "Hello",
"NEXT": "Click to open",
"CREATE_PASSCODE": "Create a Passcode",
"CREATE_PASSCODE_TEXT": "A passcode protects your data and is used to unlock your Phone.",
"SKIP": "Skip this step",
"FACE_ID_SETUP": "Face ID Setup",
"FACE_ID_TEXT": "Set up Face ID to automatically unlock your phone whilst you're face is in frame.",
"ENABLE_FACE_ID": "Enable Face ID",
"APPEARANCE": "Appearance",
"APPEARANCE_TEXT": "Select a light or dark appearance",
"CONTINUE": "Continue",
"WELCOME_TO": "Welcome to",
"CLICK": "Click to get started"
},
"HOMESCREEN": {
"DONE": "Done",
"REMOVE": "Remove",
"REMOVE_TEXT": "Deleting this app will NOT delete its data. The app can later be reinstalled from the App Store.",
"BUTTON_CANCEL": "Cancel",
"BUTTON_DELETE": "Delete"
},
"LOCKSCREEN": {
"ENTER_PASSCODE": "Enter Passcode",
"DELETE": "Delete"
}
}