-
Notifications
You must be signed in to change notification settings - Fork 63
/
en.json
1807 lines (1756 loc) · 70 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
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
{
"LABEL": "English",
"SEARCH": "Search",
"CANCEL": "Cancel",
"NOW": "now",
"D": "d",
"H": "h",
"M": "m",
"S": "s",
"APP_NAMES": {
"Phone": "Phone",
"Messages": "Messages",
"Notes": "Notes",
"Settings": "Settings",
"Photos": "Photos",
"Camera": "Camera",
"Weather": "Weather",
"Calculator": "Calculator",
"AppStore": "Apps",
"Clock": "Clock",
"Maps": "Maps",
"YellowPages": "Pages",
"MarketPlace": "MarketPlace",
"Wallet": "Wallet",
"Home": "Home",
"Garage": "Garage",
"Music": "Music",
"DarkChat": "Dark Chat",
"Crypto": "Crypto",
"Mail": "Mail",
"Services": "Services",
"VoiceMemo": "Voice Memos",
"Twitter": "Birdy",
"Instagram": "InstaPic",
"Tinder": "Spark",
"TikTok": "Trendy"
},
"APPS": {
"SETTINGS": {
"TITLE": "Settings",
"BACK": "Back",
"DONE": "Done",
"EDIT": "Edit",
"AIRPLANE_MODE": "Airplane Mode",
"AIRPLANE_MODE_DESCRIPTION": "Disable calls, cellular data, etc.",
"STREAMER_MODE": "Streamer Mode",
"STREAMER_MODE_DESCRIPTION": "Blurs sensitive information",
"GENERAL": "General",
"GENERAL_DESCRIPTION": "General settings for your phone",
"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",
"CELCIUS": "Celsius",
"FAHRENHEIT": "Fahrenheit",
"BATTERY": "Battery",
"BATTERY_DESCRIPTION": "View battery life and usage",
"SOUND_HAPTICS": "Sound & Haptics",
"SOUND_HAPTICS_DESCRIPTION": "Change sounds and vibrations",
"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",
"DISPLAY_BRIGHTNESS_DESCRIPTION": "Adjust display & brightness",
"DARK": "Dark",
"LIGHT": "Light",
"APPEARANCE": "Appearance",
"AUTOMATIC": "Automatic",
"BRIGHTNESS": "Brightness",
"PHONE_SCALE": "Phone Scale",
"FRAME_COLOR": "Frame Color",
"WALLPAPER": "Wallpaper",
"WALLPAPER_DESCRIPTION": "Change wallpaper and other background settings",
"WALLPAPERS": "Wallpapers",
"CHOOSE_NEW_WALLPAPER": "Choose a New Wallpaper",
"NOTIFICATIONS": "Notifications",
"NOTIFICATIONS_DESCRIPTION": "Choose which apps can send notifications",
"ALLOW_NOTIFICATIONS": "Allow Notifications",
"SOUNDS": "Sounds",
"PHONE": "Phone",
"PHONE_DESCRIPTION": "Toggle caller id, block numbers, etc.",
"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 Unlock & Passcode",
"FACE_ID_PASSWORD_DESCRIPTION": "Secure your phone",
"ENTER_PASSCODE": "Enter Passcode",
"PASSCODE": "Passcode",
"FACE_ID": "Face Unlock",
"RESET_FACE_ID": "Reset Face Unlock",
"ENABLE_FACE_ID": "Enable Face Unlock",
"PIN_CODE": "Pin code",
"PIN_CODE_ERROR": {
"TITLE": "Error",
"WRONG": "Wrong Pin Code",
"OK": "OK"
},
"DISABLE_FACE_ID_POPUP": {
"TITLE": "Turn Off Face Unlock",
"TEXT": "Are you sure you want to turn off Face Unlock?",
"CANCEL": "Cancel",
"CONFIRM": "Turn Off"
},
"ENABLE_FACE_ID_POPUP": {
"TITLE": "Enable Face Unlock",
"TEXT": "Are you sure you want to enable Face Unlock?",
"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 Unlock)",
"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",
"BACKUPS": "Backups",
"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"
},
"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"
},
"BACKUP_ERROR_POPUP": {
"WARNING": "Warning",
"ERROR": "Error",
"ALREADY_HAVE": "You already have a backup for this number",
"SAME_PHONE": "You cannot apply a backup created from the same phone",
"OK": "OK"
},
"SUCCESS": "Success",
"SUCCESS_TEXT": "Phone will restart in 5 seconds...",
"OK": "OK",
"ON": "On",
"OFF": "Off",
"REMOVE_BACKUP_POPUP": {
"TITLE": "Remove Backup",
"TEXT": "Are you sure you want to remove this backup?",
"CANCEL": "Cancel",
"CONFIRM": "Remove"
},
"RESET_POPUP": {
"TITLE": "Reset Phone",
"TEXT": "Are you sure you want to reset your phone? [THIS WILL REMOVE EVERYTHING]",
"CANCEL": "Cancel",
"CONFIRM": "Reset"
},
"UP_TO_DATE": "Your phone is up to date",
"BLUR_HOMESCREEN": "Blur Homescreen"
},
"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",
"LOCAL_TIME": "Local Time",
"HRS": "{time} hrs"
},
"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",
"ALARMS": "Alarms",
"NEW_ALARM": "New Alarm",
"EDIT_ALARM": "Edit Alarm"
},
"STOPWATCH": {
"TITLE": "Stopwatch",
"START": "Start",
"STOP": "Stop",
"RESET": "Reset",
"LAP": "Lap",
"TIME": "Time",
"TOTAL": "Total",
"NO_LAPS": "No Laps"
},
"TIMER": {
"TITLE": "Timer",
"START": "Start",
"STOP": "Stop",
"CANCEL": "Cancel",
"HOURS": "Hours",
"MINUTES": "Minutes",
"SECONDS": "Seconds",
"NO_RECENTS": "No Recents"
},
"ALERT": {
"STOP": "Stop",
"RESTART": "Restart"
}
},
"CAMERA": {
"VIDEO": "Video",
"PHOTO": "Photo",
"LANDSCAPE": "Landscape",
"UPLOADING": "Uploading"
},
"DARKCHAT": {
"TITLE": "Dark Chat",
"SEARCH": "Search channels",
"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...",
"NO_CHATS": "No Chats",
"NO_CHATS_TEXT": "You haven’t joined a channel yet. Join/create one by pressing the plus sign in the top-right corner.",
"MEMBER": "Member",
"MEMBERS": "Members",
"USERNAME": "Username",
"PASSWORD": "Password",
"LOGIN": "Log In",
"SIGN_UP": "Sign Up",
"NO_ACCOUNT": "Don't have an account?",
"ALREADY_HAVE": "Already have an account?",
"CHANGE_ACCOUNT": "Change Account",
"CHANGE_PASSWORD": "Change Password",
"DELETE_ACCOUNT": "Delete Account",
"ERROR": "Error",
"INVALID_LENGTH": "Password needs to be minimum 3 characters",
"USERNAME_TAKEN": "Username is already taken",
"UNKNOWN": "Unknown error",
"INVALID_USERNAME": "Username does not exist",
"INCORRECT_PASSWORD": "Incorrect password",
"OK": "OK",
"LEAVE_CHANNEL": {
"TITLE": "Leave Channel",
"DESCRIPTION": "Are you sure you want to leave this channel?",
"CANCEL": "Cancel",
"PROCEED": "Leave"
},
"SET_PASSWORD_POPUP": {
"TITLE": "Set Password",
"DESCRIPTION": "You need to set a password for your account",
"PLACEHOLDER": "Password"
}
},
"APPSTORE": {
"TITLE": "Apps",
"SEARCH": "Search",
"GET": "Get",
"OPEN": "Open",
"TODAY": "Today",
"POPULAR_APPS": "Popular Apps",
"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",
"WORKS_WITH_PHONE": "Works with this phone",
"NO": "No",
"YES": "Yes",
"PURCHASE_APP_POPUP": {
"TITLE": "Purchase App",
"DESCRIPTION": "Do you want to purchase {app} for {price}?",
"CANCEL": "Cancel",
"PROCEED": "Purchase"
}
},
"PHOTOS": {
"TITLE": "Photos",
"SELECT": "Select",
"CANCEL": "Cancel",
"EDIT": "Edit",
"DONE": "Done",
"DELETE": "Delete",
"SELECT_ITEMS": "Select Items",
"SELECTED_COUNT": "{count} Items selected",
"PHOTOS": "Photos",
"ALBUMS": "Albums",
"LIBRARY": "Library",
"GALLERY": "Gallery",
"MY_ALBUMS": "My Albums",
"MEDIA_TYPES": "Media Types",
"NEW_ALBUM_POPUP": {
"TITLE": "New Album",
"DESCRIPTION": "Enter a name for this album",
"PLACEHOLDER": "Title",
"CANCEL": "Cancel",
"PROCEED": "Save"
},
"REMOVE_ALBUM": {
"TITLE": "Remove \"{name}\"",
"DESCRIPTION": "Are you sure you want to delete the album \"{name}\"? The photos will not be deleted",
"CANCEL": "Cancel",
"PROCEED": "Remove"
},
"RENAME_ALBUM_POPUP": {
"TITLE": "Rename Album",
"DESCRIPTION": "Enter a new name for this album",
"PLACEHOLDER": "New album name",
"CANCEL": "Cancel",
"PROCEED": "Proceed"
},
"DELETE_IMAGE_POPUP": {
"TITLE": "Delete Image",
"DESCRIPTION": "Are you sure you want to delete this image?",
"CANCEL": "Cancel",
"PROCEED": "Delete"
},
"IMPORT_IMAGE_POPUP": {
"TITLE": "Import to Album",
"DESCRIPTION": "Import an image to this album",
"CANCEL": "Cancel",
"PROCEED": "Import",
"PLACEHOLDER": "Image URL"
},
"NO_PHOTOS": "No Photos or Videos",
"NO_PHOTOS_INSTRUCTIONS": "You can take photos and videos using the camera",
"PHOTO_COUNT": "{amount} Photos",
"VIDEO_COUNT": "{amount} Videos",
"DELETE_CONTEXT_TITLE": "Do you want to delete {type} or remove them from this album",
"THESE_PHOTOS": "these photos",
"THIS_PHOTO": "this photo",
"REMOVE_FROM_ALBUM": "Remove from Album",
"ADD_TO_ALBUM": "Add to Album",
"ADD_TO_FAVOURITES": "Add to Favourites",
"REMOVE_FROM_FAVOURITES": "Remove from Favourites",
"VIDEOS": "Videos",
"SELFIES": "Selfies",
"SCREENSHOTS": "Screenshots",
"IMPORTS": "Imports",
"DUPLICATES": "Duplicates",
"YEARS": "Years",
"MONTHS": "Months",
"DAYS": "Days",
"ALL_PHOTOS": "All Photos",
"FAVOURITES": "Favourites",
"RECENTS": "Recents"
},
"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_AUDIO_MESSAGE": "Sent an audio message",
"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",
"EDIT": "Edit",
"READ": "Read",
"CANCEL": "Cancel",
"SEND": "Send",
"UNKNOWN": "Unknown",
"TO": "To",
"SEARCH": "Search",
"ADD_MEMBER": "Add Member",
"SHARE_LOCATION": "Share my Location",
"LEAVE_GROUP": "Leave Group",
"SENT_LOCATION": "Shared their location, click to open in Maps",
"SENT_LOCATION_SHORT": "Shared their location",
"TRIED_TO_CALL": "{number} tried to call you",
"DELETE": "Delete",
"GROUP": "Group",
"GROUP_NAME": "Group Name",
"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"
},
"PAYMENT_FAILED_POPUP": {
"TITLE": "Payment Failed",
"DESCRIPTION": "Error: {error}",
"CLOSE": "Close"
},
"DELETE_CONVERSATION": {
"TITLE": "Delete conversation",
"DESCRIPTION": "Are you sure you want to delete this conversation?",
"CANCEL": "Cancel",
"DELETE": "Delete"
},
"REMOVE_AVATAR_POPUP": {
"TITLE": "Remove Avatar",
"DESCRIPTION": "Are you sure you want to remove the group avatar?",
"CANCEL": "Cancel",
"REMOVE": "Remove"
},
"MARK_AS_READ": "Mark as read",
"MESSAGE_DELETED": "Message deleted",
"OPEN_IN_MAPS": "Open in Maps",
"USERS_LOCATION": "{user}'s location",
"START_RECORDING": "Press the button to start recording",
"LOADING": "Loading...",
"EMPTY_RECORDING": {
"TITLE": "Empty Recording",
"DESCRIPTION": "You can't send an empty recording",
"OK": "OK"
}
},
"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",
"VIDEO_CALL_REQUEST": {
"TITLE": "Video Call Request",
"DESCRIPTION": "Would you like to accept the video call?",
"CANCEL": "Cancel",
"PROCEED": "Accept"
},
"REQUEST_VIDEO": {
"TITLE": "Video Call",
"DESCRIPTION": "Would you like to start a video call?",
"CANCEL": "Cancel",
"PROCEED": "Proceed"
},
"STOP_VIDEO": {
"TITLE": "Stop Video",
"DESCRIPTION": "Are you sure you want to stop sharing your video?",
"CANCEL": "Cancel",
"PROCEED": "Stop"
}
},
"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",
"SHARE": "share",
"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",
"EMAIL": "Email",
"ADDRESS": "Address",
"CHANGE_AVATAR": "Change Avatar",
"REMOVE_AVATAR": "Remove Avatar"
},
"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": "Recents",
"ALL": "All",
"MISSED": "Missed"
},
"VOICEMAIL": {
"TITLE": "Voicemail",
"AT": "at",
"DELETE_POPUP": {
"TITLE": "Delete Voicemail",
"DESCRIPTION": "Are you sure you want to delete this voicemail?",
"CANCEL": "Cancel",
"PROCEED": "Delete"
},
"CALL_POPUP": {
"TITLE": "Call",
"DESCRIPTION": "Are you sure you want to call {number}?",
"CANCEL": "Cancel",
"PROCEED": "Call"
}
}
},
"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",
"HOME": "Home",
"LATEST_TRANSACTIONS": "Latest Transactions",
"TRANSACTIONS": "Transactions",
"ALL_TRANSACTIONS": "All Transactions",
"LATEST_BILLS": "Latest Bills",
"NOW": "Now",
"AGO": "ago",
"SELECT_CONTACT": "Select Contact",
"TODAY": "Today",
"YESTERDAY": "Yesterday",
"INSUFFICIENT_FUNDS": {
"TITLE": "Not enough money",
"DESCRIPTION": "You do not have enough money to send this amount"
},
"NUMBER_DOES_NOT_EXIST": {
"TITLE": "Could not proceed",
"DESCRIPTION": "The number you entered does not exist or the player is not online"
},
"AIRPLANE_MODE": {
"TITLE": "Error",
"DESCRIPTION": "You're trying to perform an action that requires internet access, disable airplane mode to continue."
},
"INVALID_AMOUNT": {
"TITLE": "Invalid amount",
"DESCRIPTION": "You entered an invalid amount"
},
"FAILED_SEND": {
"TITLE": "Failed to send",
"DESCRIPTION": "Failed to send money (no phone equipped)"
},
"EXCEED_DAILY": {
"TITLE": "Daily limit exceeded",
"DESCRIPTION": "You have exceeded your daily limit"
},
"EXCEED_WEEKLY": {
"TITLE": "Weekly limit exceeded",
"DESCRIPTION": "You have exceeded your weekly limit"
},
"FAILED_ADD": {
"TITLE": "Failed to add money",
"DESCRIPTION": "Failed to add money to the specified account"
},
"OK": "OK"
},
"GARAGE": {
"TITLTE": "Garage",
"ACTIONS": "Actions",
"MY_CARS": "My Cars",
"OUT": "Out",
"GARAGE": "Garage",
"IMPOUNDED": "Impounded",
"IMPOUND_INFO": "Impound info",
"LOCATION": "Location",
"SUMMON": "Summon",
"VALET": "Valet",
"STATISTICS": "Statistics",
"FUEL": "Fuel",
"ENGINE": "Engine",
"BODY": "Body",
"VEHICLE": "Vehicle",
"STATUS": "Status",
"LOCKED": "Locked",
"LOCK": "Lock",
"UNLOCKED": "Unlocked",
"UNLOCK": "Unlock",
"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"
},
"LOCK_POPUP": {
"TITLE": "{toggle} vehicle",
"TEXT": "Do you want to {toggle} your vehicle?",
"CANCEL": "Cancel",
"PROCEED": "Proceed"
},
"IMPOUND_REASON": {
"REASON": "Reason",
"RETRIEVABLE": "Retrievable",
"IMPOUNDER": "Impounded by",
"PRICE": "Cost"
}
},
"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": {
"MARKETPLACE": "Marketplace",
"TITLE": "Title",
"SEARCH": "Search for listings or numbers",
"HOME": "Home",
"YOUR_POSTS": "Your Posts",
"PRICE": "Price",
"DESCRIPTION": "Description",
"IMAGES": "Images",
"POST": "Post",
"AMOUNT_OF_TOTAL": "{amount} of {total}",
"MESSAGE": "Message",
"CALL": "Call",
"REMOVE": "Remove",
"ERROR_POPUP": {
"TITLE": "Error",
"NO_TITLE": "You need to enter a title",
"NO_DESCRIPTION": "You need to enter a description",
"NO_PRICE": "You need to enter a price",
"NO_ATTACHMENTS": "You need to attach at least one image",
"OK": "OK"
},
"DELETE_POPUP": {
"TITLE": "Delete Listing",
"TEXT": "Are you sure you want to delete this listing?",
"CANCEL": "Cancel",
"PROCEED": "Delete"
}
},
"YELLOWPAGES": {
"PAGES": "Pages",
"SEARCH": "Search for posts or numbers",
"FROM": "From",
"CANCEL": "Cancel",
"NEW_POST": "New Post",
"TITLE": "Title",
"DESCRIPTION": "Description",
"PRICE": "Price",
"POST": "Post",
"CALL": "Call",
"ERROR_POPUP": {
"TITLE": "Error",
"NO_TITLE": "You need to enter a title",
"NO_DESCRIPTION": "You need to enter a description",
"OK": "OK"
},
"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?",
"ADD_EMAIL": "Add Email",
"RE": "Re: {subject}",
"CHANGE_ACCOUNT": "Change Account",
"CHANGE_PASSWORD": "Change Password",
"DELETE_ACCOUNT": "Delete Account",
"SIGN_OUT_POPUP": {
"TITLE": "Sign Out",
"DESCRIPTION": "Are you sure you want to sign out?",
"CANCEL": "Cancel",
"PROCEED": "Proceed"
},
"DELETE_MAIL_POPUP": {
"TITLE": "Delete Email",
"DESCRIPTION": "Are you sure you want to delete this email?",
"CANCEL": "Cancel",
"DELETE": "Delete"
}
},
"MAPS": {
"TITLE": "Maps",
"GO": "Go",
"ADD": "Add",
"EDIT": "Edit",
"DELETE": "Delete",
"SET_WAYPOINT": "Set Waypoint",
"SHARE": "Share",
"ADD_LOCATION_POPUP": {
"TITLE": "Add Location",
"DESCRIPTION": "Enter the name of the location you want to add",
"PLACEHOLDER": "Name",
"CANCEL": "Cancel",
"PROCEED": "Proceed"
},
"CHANGE_NAME_POPUP": {
"TITLE": "Change Name",
"DESCRIPTION": "Enter the new name of the location",
"PLACEHOLDER": "Name",
"CANCEL": "Cancel",
"PROCEED": "Proceed"
}
},
"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",
"EDIT_PLAYLIST": "Edit Playlist",
"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"
},
"REMOVE_SONG_POPUP": {
"TITLE": "Remove Song",
"DESCRIPTION": "Are you sure you want to remove this song from the playlist?",
"CANCEL": "Cancel",
"PROCEED": "Proceed"
}
},
"TINDER": {
"TITLE": "Spark",
"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",
"VISIBILITY": "Profile Visibility",
"VISIBLE": "Visible",
"HIDDEN": "Hidden",
"HIDDEN_WARNING": "Your account is currently hidden. You will not be shown to other users, and not able to swipe.",
"HIDDEN_PROFILE": "Your profile is not active. You can activate your profile in settings.",
"SEARCH_MATCHES": "Search Matches",
"DELETE_ACCOUNT": "Delete Account"
},
"INSTAGRAM": {
"TITLE": "InstaPic",
"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"
},