summaryrefslogtreecommitdiff
path: root/locales/en-US.yml
blob: 20dce602d79288bf2f41b4b3b1343cde4789d96a (plain)
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
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
---
meta:
  lang: "English"
  divider: ""
common:
  misskey: "A  of the fediverse"
  about-title: "A  of the fediverse."
  about: "Thank you for finding Misskey. Misskey is a <b>decentralized microblogging platform</b> born on Earth. Since it exists within the Fediverse (a universe where various social media platforms are organized), it is mutually linked with other social media platforms. Why don't you take a short break from the hustle and bustle of the city, and dive into a new Internet?"
  intro:
    title: "What is Misskey?"
    about: "Misskey is a open-source <b>decentralized microblogging service</b>. Sophisticated fully customizable Ui, varieties of reaction for posts, free file storage providing integrated management system and other advancing functions are available. Also, network system called “Fediverse” enables us to communicate with users on other SNSs. Like, if you post something, then your posts will sent not only to Misskey but also mastodon. Just imagine that the planet is sending a microwave to other planet to communication."
    features: "Features"
    rich-contents: "Post"
    rich-contents-desc: "Just post your idea, hot topics and anything you want to share. You may want to decorate your words, attach your favorite pictures, send files including movies and create a poll - those are the things you can do on Misskey!"
    reaction: "Reactions"
    reaction-desc: "Easiest way to tell your emotions. Misskey allows you to add various type of reactions to other’s post. The emotional experience on Misskey will never be on other SNSs which only able to push “likes”."
    ui: "Interface"
    ui-desc: "No UI fits for everyone. Therefore, Misskey has a highly customizable UI for your taste. Make your original home by editing, adjusting layouts of timeline and placing selectable widgets you can easily customize."
    drive: "Misskey Drive"
    drive-desc: "Wanna post a picture you have already uploaded? Wish to organize, name and create a folder for your uploaded files? Misskey Drive is the best solution for you. Very easy to share your files online."
    outro: "Check further Misskey-unique features on your eyes! Feeling like this is not for you, try other instances as Misskey is a decentralized SNS so that you can easily find your mates. Then, GLHF!"
  adblock:
    detected: "Please disable ad blocker."
    warning: "Some features may be unavailable or cause malfunctions if ad blocking features are enabled. <strong>Misskey is not running ads</strong>."
  application-authorization: "Application authorizations"
  close: "Close"
  do-not-copy-paste: "Please do not enter or paste the code here. Account may be compromised."
  BSoD:
    fatal-error: ":( 致命的な問題が発生しました。"
    update-browser-os: "お使いのブラウザ(またはOS)のバージョンを更新すると解決する可能性があります。"
    error-code: "エラーコード"
    browser-version: "ブラウザ バージョン"
    client-version: "クライアント バージョン"
    email-support: "問題が解決しない場合は、上記の情報をお書き添えの上 syuilotan@yahoo.co.jp までご連絡ください。"
    thanks: "Thank you for using Misskey."
  got-it: "Got it!"
  customization-tips:
    title: "Customization tips"
    paragraph1: "Home customization allows you to add/delete, drag and drop and rearrange widgets."
    paragraph2: "You can change the display by <strong><strong>right</strong> clicking</strong> on some widgets."
    paragraph3: "To delete a widget, drag and drop the widget onto <strong>the area labeled \"Trash\"</strong> in the header."
    paragraph4: "To finish the customization, click \"Finish\" on the upper right."
    gotit: "Got it!"
  notification:
    file-uploaded: "File uploaded!"
    message-from: "Message from {}:"
    reversi-invited: "Invited to a game"
    reversi-invited-by: "Invited by {}:"
    notified-by: "Notified by {}:"
    reply-from: "Reply from {}:"
    quoted-by: "Quoted by {}:"
  time:
    unknown: "unknown"
    future: "future"
    just_now: "now"
    seconds_ago: "{}s ago"
    minutes_ago: "{}m ago"
    hours_ago: "{}h ago"
    days_ago: "{}d ago"
    weeks_ago: "{}week(s) ago"
    months_ago: "{}month(s) ago"
    years_ago: "{}year(s) ago"
  month-and-day: "{month}/{day}"
  trash: "Trash"
  weekday-short:
    sunday: "S"
    monday: "M"
    tuesday: "T"
    wednesday: "W"
    thursday: "T"
    friday: "F"
    saturday: "S"
  weekday:
    sunday: "Sunday"
    monday: "Monday"
    tuesday: "Tuesday"
    wednesday: "Wednesday"
    thursday: "Thursday"
    friday: "Friday"
    saturday: "Saturday"
  reactions:
    like: "Like"
    love: "Love"
    laugh: "Laugh"
    hmm: "Hmm...?"
    surprise: "Wow"
    congrats: "Congrats!"
    angry: "Angry"
    confused: "Confused"
    rip: "RIP"
    pudding: "Pudding"
  note-visibility:
    public: "Public"
    home: "Home"
    home-desc: "Post to the home timeline only"
    followers: "Followers"
    followers-desc: "Post to followers only"
    specified: "Direct"
    specified-desc: "Post to specified users only"
    private: "Private"
  note-placeholders:
    a: "What are you doing?"
    b: "What's happening?"
    c: "What’s on your mind?"
    d: "Would you post any words?"
    e: "Write here"
    f: "Waiting for your writing."
  search: "Search"
  delete: "Delete"
  loading: "Loading"
  ok: "OK"
  update-available-title: "Update available"
  update-available: "A new version of Misskey is now available({newer}, the current version is {current}). Reload the page to apply updates."
  my-token-regenerated: "Your token has been regenerated, so you will be signed out."
  i-like-sushi: "I prefer sushi rather than pudding"
  show-reversi-board-labels: "Show row and column labels in Reversi"
  use-contrast-reversi-stones: "Make the stone color clear in reversi"
  verified-user: "Verified account"
  disable-animated-mfm: "Disable animated texts in a post"
  always-show-nsfw: "Always show NSFW contents"
  always-mark-nsfw: "Always mark posts with media attachments as NSFW"
  show-full-acct: "Do not omit the hostname from the username"
  reduce-motion: "Reduce motion in UI"
  this-setting-is-this-device-only: "Only for this device"
  do-not-use-in-production: 'As this is for development, do not use this in production.'
  error:
    title: 'Something happened :('
    retry: 'Retry'
  reversi:
    drawn: "Draw"
    my-turn: "Your turn"
    opponent-turn: "Opponent's turn"
    turn-of: "{}'s turn"
    past-turn-of: "{}'s turn"
    won: "{} won"
    black: "Black"
    white: "White"
    total: "Total"
    this-turn: "Turn {}"
  widgets:
    analog-clock: "Analog clock"
    profile: "Profile"
    calendar: "Calendar"
    timemachine: "Calendar (Time Machine)"
    activity: "Activity"
    rss: "RSS reader"
    memo: "Sticky note"
    trends: "Trends"
    photo-stream: "Photostream"
    posts-monitor: "Chart of posts"
    slideshow: "Slideshow"
    version: "Version"
    broadcast: "Broadcast"
    notifications: "Notifications"
    users: "Recommended users"
    polls: "Polls"
    post-form: "Post form"
    messaging: "Messages"
    server: "Server info"
    donation: "Request for donations"
    nav: "Navigation"
    tips: "Tips"
    hashtags: "Hashtags"
  deck:
    widgets: "Widgets"
    home: "Home"
    local: "Local"
    hybrid: "Social"
    hashtag: "Hashtag"
    global: "Global"
    mentions: "Mentions"
    direct: "Direct post"
    notifications: "Notifications"
    list: "Lists"
    swap-left: "Move to the left"
    swap-right: "Move to the right"
    swap-up: "Move up"
    swap-down: "Move downward"
    remove: "Remove"
    add-column: "Add a column"
    rename: "Rename"
    stack-left: "Stack to the left"
    pop-right: "Dock on the right"
auth/views/form.vue:
  share-access: "Would you <b>allow</b> <i>{{ app.name }}</i> to access your account?"
  permission-ask: "This application requires the following permissions:"
  account-read: "View account information."
  account-write: "Modify account information."
  note-write: "Post."
  like-write: "React to posts."
  following-write: "Follow and unfollow."
  drive-read: "Read your drive."
  drive-write: "Upload/delete files in your drive."
  notification-read: "Read your notifications."
  notification-write: "Manage your notifications."
  cancel: "Cancel"
  accept: "Allow access."
auth/views/index.vue:
  loading: "Loading"
  denied: "Application authorization has been denied."
  denied-paragraph: "This application will not access your account."
  already-authorized: "This application has already been authorized."
  allowed: "Application authorizations allowed."
  callback-url: "Going back to the application."
  please-go-back: "Please go back to the application."
  error: "Session does not exist."
  sign-in: "Please sign in."
common/views/components/games/reversi/reversi.vue:
  matching:
    waiting-for: "Waiting for {}"
    cancel: "Cancel"
common/views/components/games/reversi/reversi.game.vue:
  surrender: "Surrender"
  surrendered: "By surrender"
  is-llotheo: "The lesser one wins(Llotheo)"
  looped-map: "Looped map"
  can-put-everywhere: "Can put everywhere"
common/views/components/games/reversi/reversi.index.vue:
  title: "Misskey Reversi"
  sub-title: "Play reversi with your friends!"
  invite: "Invite"
  rule: "How to play"
  rule-desc: "Reversi is a strategy board game for two players, played on an 8×8 uncheckered board. There are sixty-four identical game pieces called disks (often spelled \"discs\"), which are light on one side and dark on the other. Players take turns placing disks on the board with their assigned color facing up. During a play, any disks of the opponent's color that are in a straight line and bounded by the disk just placed and another disk of the current player's color are turned over to the current player's color. The object of the game is to have the majority of disks turned to display your color when the last playable empty square is filled."
  mode-invite: "Invite"
  mode-invite-desc: "Game with a specified user."
  invitations: "You’ve got an invitation!"
  my-games: "My game"
  all-games: "All games"
  enter-username: "Enter a username"
  game-state:
    ended: "Finished"
    playing: "In Progress"
common/views/components/games/reversi/reversi.room.vue:
  settings-of-the-game: "Game settings"
  choose-map: "Choose a map"
  random: "Random"
  black-or-white: "Black/White"
  black-is: "Black is {}"
  rules: "Rules"
  is-llotheo: "The lesser side wins"
  looped-map: "Looped map"
  can-put-everywhere: "Can put everywhere"
  settings-of-the-bot: "Bot settings"
  this-game-is-started-soon: "The game will begin in seconds"
  waiting-for-other: "Waiting for the opponent"
  waiting-for-me: "Waiting for the your preparation"
  waiting-for-both: "Prepareing"
  cancel: "Cancel"
  ready: "Ready"
  cancel-ready: "Cancel \"Ready\""
common/views/components/connect-failed.vue:
  title: "Unable to connect to the server"
  description: "There is a problem with your Internet connection, or the server may be down or under maintenance. Please {try again} later."
  thanks: "Thank you for using Misskey."
  troubleshoot: "Troubleshoot"
common/views/components/connect-failed.troubleshooter.vue:
  title: "Troubleshooting"
  network: "Network connection"
  checking-network: "Checking network connection"
  internet: "Internet connection"
  checking-internet: "Checking Internet connection"
  server: "Server connection"
  checking-server: "Checking server connection"
  finding: "Searching for issues"
  no-network: "No connection"
  no-network-desc: "Please make sure that you have a network connection."
  no-internet: "There is no Internet connection"
  no-internet-desc: "Please make sure you are connected to the Internet."
  no-server: "Unable to connect to the Misskey server"
  no-server-desc: "The network connection of your device is normal, but you could not connect to the Misskey server. There is a possibility that the server is either down, or under maintenance, please try again later."
  success: "Successfully connected to the Misskey server"
  success-desc: "Looks like we have a connection. Please reload the page."
  flush: "Clean cache"
  set-version: "Specify version"
common/views/components/media-banner.vue:
  sensitive: "NSFW"
  click-to-show: "Click to show"
common/views/components/theme.vue:
  light-theme: "Theme"
  dark-theme: "Theme during dark mode"
  light-themes: "Light theme"
  dark-themes: "Dark theme"
  install-a-theme: "Install a theme"
  theme-code: "Theme code"
  install: "Install"
  installed: "\"{}\" has been installed"
  create-a-theme: "Create a theme"
  save-created-theme: "Save a theme"
  primary-color: "Primary color"
  secondary-color: "Secondary color"
  text-color: "Text color"
  base-theme: "Base theme"
  base-theme-light: "Light"
  base-theme-dark: "Dark"
  theme-name: "Theme name"
  preview-created-theme: "Preview"
  invalid-theme: "Not valid theme"
  already-installed: "This theme is already installed."
  saved: "Saved"
  manage-themes: "Themes manager"
  builtin-themes: "Standard themes"
  my-themes: "My themes"
  installed-themes: "Installed themes"
  select-theme: "Select your theme"
  uninstall: "Uninstall"
  uninstalled: "\"{}\" has been uninstalled"
  author: "Author"
  desc: "Description"
  export: "Export"
  import: "Import"
  import-by-code: "or paste code"
  theme-name-required: "Theme name is required"
common/views/components/cw-button.vue:
  hide: "Hide"
  show: "See more"
common/views/components/messaging.vue:
  search-user: "Find a user"
  you: "You"
  no-history: "Without history"
common/views/components/messaging-room.vue:
  empty: "No conversations"
  more: "Read more"
  no-history: "There is no further history"
  resize-form: "Drag to resize"
  new-message: "New message"
  only-one-file-attached: "Only ONE file can be attached to a message."
common/views/components/messaging-room.form.vue:
  input-message-here: "Enter message here"
  send: "Send"
  attach-from-local: "Attach files from your device"
  attach-from-drive: "Attach files from your Drive"
  only-one-file-attached: "Only one file can be attached to the message."
common/views/components/messaging-room.message.vue:
  is-read: "Read"
  deleted: "This message has been deleted"
common/views/components/nav.vue:
  about: "About"
  stats: "Stats"
  status: "Status"
  wiki: "Wiki"
  donors: "Donators"
  repository: "Repository"
  develop: "Developers"
  feedback: "Feedback"
common/views/components/note-menu.vue:
  detail: "Details"
  copy-link: "Copy link"
  favorite: "Favorite this note"
  unfavorite: "Unfavorite"
  pin: "Pin to your profile"
  unpin: "Unpin"
  delete: "Delete"
  delete-confirm: "Delete this post?"
  remote: "Show original note"
common/views/components/poll.vue:
  vote-to: "Vote for '{}'"
  vote-count: "{} votes"
  total-users: "{} users voted"
  vote: "Vote"
  show-result: "Show results"
  voted: "Voted"
common/views/components/poll-editor.vue:
  no-only-one-choice: "At least two choices are required"
  choice-n: "Choice {}"
  remove: "Delete the choice"
  add: "+ Add a choice"
  destroy: "Discard the poll"
common/views/components/reaction-picker.vue:
  choose-reaction: "Send a reaction"
common/views/components/signin.vue:
  username: "Username"
  password: "Password"
  token: "Token"
  signing-in: "Signing in..."
  signin: "Sign in"
  or: "Or"
  signin-with-twitter: "Log in with Twitter"
  login-failed: "Log in failed. Make sure you have entered your correct username and password."
common/views/components/signup.vue:
  invitation-code: "Invitation code"
  invitation-info: "If you do not have an invitation code, please contact an <a href=\"{}\">administrator</a>."
  username: "Username"
  checking: "Confirming..."
  available: "Available"
  unavailable: "Unavailable"
  error: "Network error"
  invalid-format: "letters, numbers and _ are acceptable."
  too-short: "Should not be blank!"
  too-long: "Enter within 20 characters."
  password: "Password"
  password-placeholder: "More than 8 characters are recommended."
  weak-password: "Weak password"
  normal-password: "Fair password"
  strong-password: "Strong password"
  retype: "Re-enter"
  retype-placeholder: "Confirm your password"
  password-matched: "OK"
  password-not-matched: "Doesn't match"
  recaptcha: "Verification"
  create: "Create an Account"
  some-error: "An attempt at account creation has failed for some reason. Please try again."
common/views/components/special-message.vue:
  new-year: "Happy New Year!"
  christmas: "Merry Christmas!"
common/views/components/stream-indicator.vue:
  connecting: "Connecting"
  reconnecting: "Reconnecting"
  connected: "Connected"
common/views/components/twitter-setting.vue:
  description: "Once you connect your Twitter account to your Misskey account, you will be able to see information about your Twitter account on your profile, and you will be able to sign-in using Twitter."
  connected-to: "You are connected to this Twitter account"
  detail: "Details..."
  reconnect: "Reconnect"
  connect: "Link your Twitter account"
  disconnect: "Disconnect"
common/views/components/uploader.vue:
  waiting: "Waiting"
common/views/components/visibility-chooser.vue:
  public: "Public"
  home: "Home"
  home-desc: "Post to Home only"
  followers: "Followers"
  followers-desc: "Post to Followers only"
  specified: "Direct"
  specified-desc: "Post to specified users only"
  private: "Private"
common/views/components/trends.vue:
  count: "{} users mentioned"
  empty: "No popular hashtag trends"
common/views/components/profile-editor.vue:
  title: "Profile"
  name: "Name"
  account: "Account"
  location: "Location"
  description: "About me"
  birthday: "Birthday"
  avatar: "Avatar"
  banner: "Banner"
  is-cat: "This account is a Cat"
  is-bot: "This account is a Bot"
  is-locked: "Follower requests require approval"
  careful-bot: "Follower requests from bots require approval"
  advanced: "Advanced"
  privacy: "Privacy"
  save: "Update profile"
  saved: "Profile updated successfully"
  uploading: "Uploading"
  upload-failed: "Failed to upload"
common/views/widgets/broadcast.vue:
  fetching: "Fetching"
  no-broadcasts: "No announcements"
  have-a-nice-day: "Have a nice day!"
  next: "Next"
common/views/widgets/calendar.vue:
  year: "Year {}"
  month: "{},"
  day: "{}"
  today: "Today: "
  this-month: "This month: "
  this-year: "This year: "
common/views/widgets/donation.vue:
  title: "Request for donations"
  text: "To keep Misskey up and running, there have to happen some expense for the domain name, the server and so on. Since our policy is not to display any advertisements, we count on your donations. If you're interested in helping, contact {}. Thank you for your contribution!"
common/views/widgets/photo-stream.vue:
  title: "Photo stream"
  no-photos: "No photos"
common/views/widgets/posts-monitor.vue:
  title: "Chart of posts"
  toggle: "Toggle views"
common/views/widgets/hashtags.vue:
  title: "Hashtags"
common/views/widgets/server.vue:
  title: "Server info"
  toggle: "Toggle views"
common/views/widgets/memo.vue:
  title: "Sticky note"
  memo: "Write here!"
  save: "Save"
common/views/widgets/slideshow.vue:
  folder-customize-mode: "To specify a folder, please exit customize mode"
  folder: "Please click and specify a folder"
  no-image: "There is no image in this folder"
common/views/widgets/tips.vue:
  tips-line1: "You can focus on the timeline with <kbd>t</kbd>."
  tips-line2: "Open posting form with <kbd>p</kbd> or <kbd>n</kbd>."
  tips-line3: "You can drag and drop files on the post form."
  tips-line4: "You can paste an image from the clipboard into the submission form."
  tips-line5: "You can upload files by dragging and dropping them to Drive."
  tips-line6: "You can move a folder by dragging it within the Drive."
  tips-line7: "You can move folders by dragging them within the Drive."
  tips-line8: "Home can be customized from the settings."
  tips-line9: "Misskey is licensed under AGPLv3."
  tips-line10: "Using the Time Machine widget makes it easy to trace back to the past timeline."
  tips-line11: "You can pin posts to user page by clicking on \"...\""
  tips-line13: "All the files attached to the post are saved to Drive."
  tips-line14: "While customizing your home layout, you can right click on a widget to change its design."
  tips-line17: "Surrounding the text with ** ** will highlight it."
  tips-line19: "Several windows can be detached outside the browser."
  tips-line20: "The percentage of the calendar widget shows the percentage of time elapsed."
  tips-line21: "You can also use the API to develop bots."
  tips-line23: "Mayu is so cute with its eyebrows."
  tips-line24: "Misskey has been running since 2014."
  tips-line25: "In a browser compatible with notification features, you can receive notifications in case Misskey is not open"
common/views/pages/follow.vue:
  signed-in-as: "Signed in as {}"
  following: "Following"
  follow: "Follow"
  request-pending: "Pending follow request"
  follow-processing: "Processing follow"
  follow-request: "Follow request"
desktop:
  banner-crop-title: "Crop the part that appears as a banner"
  banner: "Banner"
  uploading-banner: "Uploading a new banner"
  banner-updated: "Successfully updated the banner"
  choose-banner: "Choose the banner"
  avatar-crop-title: "Crop the part that appears as an avatar"
  avatar: "Avatar"
  uploading-avatar: "Uploading a new avatar"
  avatar-updated: "Successfully updated the avatar"
  choose-avatar: "Select an image for the avatar"
  invalid-filetype: "This filetype is not acceptable here"
desktop/views/components/activity.chart.vue:
  total: "Black ... Total"
  notes: "Blue ... Notes"
  replies: "Red ... Replies"
  renotes: "Green ... Repost"
desktop/views/components/activity.vue:
  title: "Activity"
  toggle: "Toggle views"
desktop/views/components/calendar.vue:
  title: "{1} / {2}"
  prev: "Previous month"
  next: "Next month"
  go: "Click to navigate"
desktop/views/components/charts.vue:
  title: "Charts"
  per-day: "per Day"
  per-hour: "per Hour"
  notes: "Posts"
  users: "Users"
  drive: "Drive"
  network: "Network"
  charts:
    notes: "The number of posts: increase/decrease (Combined)"
    local-notes: "The number of posts: increase/decrease (Local)"
    remote-notes: "The number of posts: increase/decrease (Remote)"
    notes-total: "Total posts"
    users: "The number of users: increase/decrease"
    users-total: "Total users"
    drive: "Capacity used as the storage: increase/decrease"
    drive-total: "Total usage of Drive"
    drive-files: "The number of files on the storage: increase/decrease"
    drive-files-total: "Total number of files on Drive"
    network-requests: "Requests"
    network-time: "Response time"
    network-usage: "Traffic"
desktop/views/components/choose-file-from-drive-window.vue:
  choose-file: "Choose files"
  upload: "Upload files from your device"
  cancel: "Cancel"
  ok: "OK"
  choose-prompt: "Choose files"
desktop/views/components/choose-folder-from-drive-window.vue:
  cancel: "Cancel"
  ok: "OK"
  choose-prompt: "Choose a folder"
desktop/views/components/crop-window.vue:
  skip: "Skip cropping"
  cancel: "Cancel"
  ok: "OK"
desktop/views/components/drive-window.vue:
  used: "used"
  drive: "Media storage"
desktop/views/components/drive.file.vue:
  avatar: "Avatar"
  banner: "Banner"
  nsfw: "NSFW"
  contextmenu:
    rename: "Rename"
    mark-as-sensitive: "Mark as 'sensitive'"
    unmark-as-sensitive: "Unmark as 'sensitive'"
    copy-url: "Copy URL"
    download: "Download"
    else-files: "Others"
    set-as-avatar: "Set as avatar"
    set-as-banner: "Set as banner"
    open-in-app: "Open in app"
    add-app: "Add app"
    rename-file: "Rename file"
    input-new-file-name: "Enter new name"
    copied: "Copied"
    copied-url-to-clipboard: "URL has been copied to clipboard"
desktop/views/components/drive.folder.vue:
  unable-to-process: "The operation could not be completed."
  circular-reference-detected: "The destination folder is a subfolder of the folder you wish to move."
  unhandled-error: "Unknown error"
  contextmenu:
    move-to-this-folder: "Move to this folder"
    show-in-new-window: "Open in new window"
    rename: "Rename"
    rename-folder: "Rename folder"
    input-new-folder-name: "Enter new name"
desktop/views/components/drive.nav-folder.vue:
  drive: "Media storage"
desktop/views/components/drive.vue:
  search: "Search"
  load-more: "Load more"
  empty-draghover: "Drop it here! Yep, cuz you know I'm cute, right?"
  empty-drive: "Your media storage is empty"
  empty-drive-description: "Right-click to open the menu, or drag and drop a file onto here for uploading."
  empty-folder: "This folder is empty"
  unable-to-process: "The operation could not be completed."
  circular-reference-detected: "The destination folder is a subfolder of the folder you wish to move."
  unhandled-error: "Unknown error"
  url-upload: "Upload from a URL"
  url-of-file: "URL of file you want to upload"
  url-upload-requested: "Upload requested"
  may-take-time: "It may take some time until the upload is complete."
  create-folder: "Create a folder"
  folder-name: "Folder name"
  contextmenu:
    create-folder: "Create a folder"
    upload: "Upload a file"
    url-upload: "Upload from a URL"
desktop/views/components/media-image.vue:
  sensitive: "NSFW"
  click-to-show: "Click to show"
desktop/views/components/media-video.vue:
  sensitive: "The content is NSFW"
  click-to-show: "Click to show"
desktop/views/components/follow-button.vue:
  following: "Following"
  follow: "Follow"
  request-pending: "Pending follow request"
  follow-processing: "Processing follow"
  follow-request: "Follow request"
desktop/views/components/followers-window.vue:
  followers: "{}'s followers"
desktop/views/components/followers.vue:
  empty: "Seems like you don’t have any followers."
desktop/views/components/following-window.vue:
  following: "Following {}"
desktop/views/components/following.vue:
  empty: "It seems you don't have any following users…"
desktop/views/components/friends-maker.vue:
  title: "Recommended users:"
  empty: "Couldn't find any recommended users."
  fetching: "Loading"
  refresh: "More"
  close: "Close"
desktop/views/components/game-window.vue:
  game: "Reversi"
desktop/views/components/home.vue:
  done: "Done"
  add-widget: "Add widget:"
  add: "Add"
desktop/views/input-dialog.vue:
  cancel: "Cancel"
  ok: "OK"
desktop/views/components/messaging-room-window.vue:
  title: "Messages:"
desktop/views/components/messaging-window.vue:
  title: "Messaging"
desktop/views/components/note-detail.vue:
  more: "Load more conversations"
  private: "Post is private"
  deleted: "Post has been removed"
  reposted-by: "Reposted by {}"
  location: "Location"
  renote: "Repost"
  add-reaction: "Add a reaction"
desktop/views/components/note.vue:
  reposted-by: "Reposted by {}"
  reply: "Reply"
  renote: "Renote"
  add-reaction: "Add a reaction"
  detail: "Details"
  private: "This post is private"
  deleted: "This post has been deleted"
desktop/views/components/notes.vue:
  error: "Loading failed."
  retry: "Retry"
  load-more: "Read more"
desktop/views/components/notifications.vue:
  more: "More"
  empty: "No notifications!"
desktop/views/components/post-form.vue:
  add-visible-user: "+Add a user"
  attach-location-information: "Attach location information"
  hide-contents: "Hide contents"
  reply-placeholder: "Reply to this post..."
  quote-placeholder: "Quote this Post..."
  submit: "Post"
  reply: "Reply"
  renote: "Repost"
  posted: "Posted!"
  replied: "Replied!"
  reposted: "Reposted!"
  note-failed: "Failed to post"
  reply-failed: "Failed to reply"
  renote-failed: "Failed to repost"
  posting: "Posting"
  attach-media-from-local: "Attach media from your device"
  attach-media-from-drive: "Attach media from your Drive"
  attach-cancel: "Cancel attachment"
  insert-a-kao: "v('ω')v"
  create-poll: "Create a poll"
  text-remain: "{} characters remaining"
  recent-tags: "Recent"
  click-to-tagging: "Click to tagging"
  visibility: "Visibility"
  geolocation-alert: "Your device does not provide location services."
  error: "Error"
  enter-username: "Please enter a username..."
  annotations: "Annotations for the post (optional)"
desktop/views/components/post-form-window.vue:
  note: "New Post"
  reply: "Reply"
  attaches: "{} media attached"
  uploading-media: "Uploading {} media"
desktop/views/components/progress-dialog.vue:
  waiting: "Waiting"
desktop/views/components/renote-form.vue:
  quote: "Quote..."
  cancel: "Cancel"
  renote: "Repost"
  reposting: "Reposting..."
  success: "Reposted!"
  failure: "Failed to Repost"
desktop/views/components/renote-form-window.vue:
  title: "Do you want to Repost it?"
desktop/views/components/settings-window.vue:
  settings: "Settings"
desktop/views/components/settings.vue:
  profile: "Profile"
  notification: "Notification"
  apps: "Apps"
  mute: "Mute"
  drive: "Drive"
  security: "Security"
  signin: "Sign in history"
  password: "Password"
  2fa: "Two-factor authentication"
  other: "Other"
  license: "License"
  theme: "Theme"
  behaviour: "Behavior"
  fetch-on-scroll: "Endless loading on scroll"
  fetch-on-scroll-desc: "When you scroll down the page, it automatically fetches additional content."
  note-visibility: "Post visibility"
  default-note-visibility: "Default visibility"
  remember-note-visibility: "Remember post visibility"
  auto-popout: "Auto pop-out window"
  auto-popout-desc: "If it's possible, pop-out display will be used instead of opening a new window. This setting is stored in your browser."
  advanced: "Advanced settings"
  api-via-stream: "API request via stream"
  api-via-stream-desc: "API request is performed via the WebSocket connection instead of native fetch API (for better performance). This setting is stored in the browser."
  deck-nav: "デッキ内ナビゲーション"
  deck-nav-desc: "デッキを使用しているとき、ナビゲーションが発生する際にページ遷移を行わずに一時的なカラムで受けるようにします。"
  deck-default: "Use Deck as default UI"
  display: "Design and display"
  customize: "Customize home layout"
  wallpaper: "Wallpaper"
  choose-wallpaper: "Choose a background"
  delete-wallpaper: "Remove background"
  dark-mode: "Dark Mode"
  use-shadow: "Use shadows in the UI"
  rounded-corners: "Round corners of UI"
  circle-icons: "Use circle icons"
  contrasted-acct: "Add contrast to username"
  post-form-on-timeline: "Display post form at the top of the timeline"
  suggest-recent-hashtags: "Show recent popular hashtags on the post form"
  show-clock-on-header: "Show clock on upper-right"
  show-reply-target: "Display reply target"
  timeline: "Timeline"
  show-my-renotes: "Show my renotes in the timeline"
  show-renoted-my-notes: "Show renoted my posts in timelines"
  show-local-renotes: "Show renoted local posts in timelines"
  show-maps: "Display a map to show the location"
  deck-column-align: "Deck column alignment"
  deck-column-align-center: "Center"
  deck-column-align-left: "Left"
  sound: "Sound"
  enable-sounds: "Enable sound"
  enable-sounds-desc: "Play a sound when you receive a post/message. This setting is stored in the browser."
  volume: "Volume"
  test: "Test"
  language: "Language"
  pick-language: "Select a language"
  recommended: "Recommended"
  auto: "Automatic"
  specify-language: "Specify language"
  language-desc: "You need to reload the page for the changes to take effect."
  cache: "Cache"
  clean-cache: "Clear cache"
  cache-warn: "The cache of account info/posts/replies/messages/settings stored in the browser will be deleted. You need to reload the page after cleaning up."
  cache-cleared: "Cache cleared"
  cache-cleared-desc: "Please reload the page."
  auto-watch: "Automatic watch"
  auto-watch-desc: "Receive notifications about the post/reply/reaction automatically."
  about: "About Misskey"
  operator: "The admin of this instance"
  update: "Misskey Update"
  version: "Version:"
  latest-version: "Latest version:"
  update-checking: "Checking for updates"
  do-update: "Check for updates"
  update-settings: "Advanced settings"
  prevent-update: "Postpone updates (not recommended)"
  prevent-update-desc: "Even if you turn this setting on, updates may apply. This setting is enabled only for this device."
  no-updates: "No updates available"
  no-updates-desc: "Your Misskey is up to date."
  update-available: "A new version is available"
  update-available-desc: "The updates will apply if you reload the page again."
  advanced-settings: "Advanced"
  debug-mode: "Enable the debug mode"
  debug-mode-desc: "This setting is stored in the browser."
  experimental: "Enable experimental features"
  experimental-desc: "Activating this might make the Misskey client unstable. This setting is stored in the browser."
  tools: "Tools"
  task-manager: "Task Manager"
  third-parties: "Third-parties"
  navbar-position: "Navigation bar position"
  navbar-position-top: "Top"
  navbar-position-left: "Left"
  navbar-position-right: "Right"
desktop/views/components/settings.2fa.vue:
  intro: "If you set up 2-step verification, you will not only need a password at sign-in, but also a pre-registered physical device (such as your smartphone), which will improve security."
  detail: "Details…"
  url: "https://www.google.com/landing/2step/"
  caution: "If you lose access to your registered device, you won't be able to connect to Misskey anymore!"
  register: "Register a device"
  already-registered: "This device is already registered"
  unregister: "Unregister"
  unregistered: "Two-factor authentication has been disabled."
  enter-password: "Enter the password"
  authenticator: "First, you need to install Google Authenticator on your device:"
  howtoinstall: "How to install"
  scan: "And then, scan the QR code:"
  done: "Please enter the token displayed on your device:"
  submit: "Submit"
  success: "Settings saved!"
  failed: "Failed to setup. Please ensure that the token is correct."
  info: "From the next time you sign in to Misskey, the token displayed on your device will be necessary too, as well as the password."
desktop/views/components/settings.api.vue:
  intro: "To access the API, set this token as the key 'i' of request parameters."
  caution: "Do not enter this token to any apps nor tell this token to others otherwise your account may get compromised."
  regeneration-of-token: "If your token gets leaked, you can regenerate it."
  regenerate-token: "Regenerate the token"
  token: "Token:"
  enter-password: "Please enter the password"
desktop/views/components/settings.apps.vue:
  no-apps: "No linked applications"
desktop/views/components/settings.drive.vue:
  max: "Max"
  in-use: "In use"
desktop/views/components/settings.mute.vue:
  no-users: "No muted users"
desktop/views/components/settings.password.vue:
  reset: "Change password"
  enter-current-password: "Enter the current password"
  enter-new-password: "Enter the new password"
  enter-new-password-again: "Enter new password again"
  not-match: "The new passwords do not match"
  changed: "Password updated"
desktop/views/components/sub-note-content.vue:
  private: "This post is private"
  deleted: "This post has been deleted"
  media-count: "{} media attached"
  poll: "Poll"
desktop/views/components/taskmanager.vue:
  title: "Task Manager"
desktop/views/components/timeline.vue:
  home: "Home"
  local: "Local"
  hybrid: "Social"
  global: "Global"
  mentions: "Mentions"
  messages: "Messages"
  list: "Lists"
  hashtag: "Hashtag"
  add-tag-timeline: "Add hashtag tl"
  add-list: "Add list"
  list-name: "List name"
desktop/views/components/ui.header.vue:
  welcome-back: "Welcome back,"
  adjective: "-san"
desktop/views/components/ui.header.account.vue:
  profile: "Your profile"
  drive: "Media storage"
  favorites: "Favorites"
  lists: "Lists"
  follow-requests: "Follow requests"
  customize: "Customize home layout"
  admin: "Admin"
  settings: "Settings"
  signout: "Sign out"
  dark: "Toggle dark mode"
desktop/views/components/ui.header.nav.vue:
  home: "Home"
  deck: "Deck"
  messaging: "Messages"
  game: "Games"
desktop/views/components/ui.header.notifications.vue:
  title: "Notifications"
desktop/views/components/ui.header.post.vue:
  post: "Compose new Post"
desktop/views/components/ui.header.search.vue:
  placeholder: "Search"
desktop/views/components/received-follow-requests-window.vue:
  title: "Follow requests"
  accept: "Accept"
  reject: "Reject"
desktop/views/components/user-lists-window.vue:
  title: "User lists"
  create-list: "Create list"
  list-name: "List name"
desktop/views/components/user-preview.vue:
  notes: "Posts"
  following: "Following"
  followers: "Followers"
desktop/views/components/users-list.vue:
  all: "All"
  iknow: "You know"
  load-more: "More"
  fetching: "Loading…"
desktop/views/components/users-list-item.vue:
  followed: "Follows you"
desktop/views/components/window.vue:
  popout: "Pop-out"
  close: "Close"
desktop/views/pages/admin/admin.vue:
  dashboard: "Dashboard"
  drive: "Drive"
  users: "Users"
  update: "Updates"
desktop/views/pages/admin/admin.dashboard.vue:
  dashboard: "Dashboard"
  all-users: "All Users"
  original-users: "Users on this instance"
  all-notes: "All the posts"
  original-notes: "Posts on this instance"
  invite: "Invite"
desktop/views/pages/admin/admin.suspend-user.vue:
  suspend-user: "Suspend a user"
  suspend: "Suspend"
  suspended: "Successfully suspended."
desktop/views/pages/admin/admin.unsuspend-user.vue:
  unsuspend-user: "Unsuspend users"
  unsuspend: "Unsuspend"
  unsuspended: "The user has successfully unsuspended."
desktop/views/pages/admin/admin.verify-user.vue:
  verify-user: "User account verification settings"
  verify: "Verify account"
  verified: "The account is now being verified"
desktop/views/pages/admin/admin.unverify-user.vue:
  unverify-user: "User account unverification settings"
  unverify: "Unverify account"
  unverified: "The account is now being unverified"
desktop/views/pages/deck/deck.tl-column.vue:
  is-media-only: "Only media posts"
  is-media-view: "Media view"
  edit: "Options"
desktop/views/pages/deck/deck.user-column.vue:
  pinned-notes: "Pinned posts"
desktop/views/pages/stats/stats.vue:
  all-users: "All Users"
  original-users: "Users on this instance"
  all-notes: "All the posts"
  original-notes: "Posts on this instance"
desktop/views/pages/welcome.vue:
  about: "More details..."
  gotit: "Got it!"
  signin: "Log In"
  signup: "Sign up"
  signin-button: "Logging in..."
  signup-button: "Sign up"
  timeline: "Timeline"
  announcements: "Announcements"
  photos: "Recent Images"
  powered-by-misskey: "Powered by <b>Misskey</b>."
  info: "Information"
desktop/views/pages/drive.vue:
  title: "Misskey storage"
desktop/views/pages/favorites.vue:
  more: "Load more"
desktop/views/pages/home-customize.vue:
  title: "Customize home layout"
desktop/views/pages/note.vue:
  prev: "Previous post"
  next: "Next post"
desktop/views/pages/selectdrive.vue:
  title: "Choose file(s)"
  ok: "OK"
  cancel: "Cancel"
  upload: "Upload files from your device"
desktop/views/pages/search.vue:
  not-available: "Search feature is turned off in the settings for this instance."
  not-found: "No posts were found for '{}'"
desktop/views/pages/share.vue:
  share-with: "Share with {}."
desktop/views/pages/tag.vue:
  no-posts-found: "No posts contains \"{}\" found."
desktop/views/pages/user-list.users.vue:
  users: "User"
  add-user: "Add a user"
  username: "Username"
desktop/views/pages/user/user.followers-you-know.vue:
  title: "Followers you may know"
  loading: "Loading"
  no-users: "No followers you know"
desktop/views/pages/user/user.friends.vue:
  title: "Frequent mentions"
  loading: "Loading"
  no-users: "No frequent mentions"
desktop/views/pages/user/user.vue:
  is-suspended: "This account has been suspended."
  is-remote: "This profile belongs to a remote user. The profile that you see here may not be complete. "
  view-remote: "See their complete profile"
desktop/views/pages/user/user.home.vue:
  last-used-at: "Last active:"
desktop/views/pages/user/user.photos.vue:
  title: "Photos"
  loading: "Loading"
  no-photos: "No photos"
desktop/views/pages/user/user.profile.vue:
  follows-you: "Follows you"
  stalk: "Stalk"
  stalking: "Stalking"
  unstalk: "Unstalk"
  mute: "Mute"
  muted: "Muting"
  unmute: "Unmute"
  push-to-a-list: "Add to list"
  list-pushed: "Successfully added {user} to {list}."
desktop/views/pages/user/user.header.vue:
  posts: "Notes"
  following: "Following"
  followers: "Followers"
  is-bot: "This account is a Bot"
desktop/views/pages/user/user.timeline.vue:
  default: "Posts"
  with-replies: "Posts and replies"
  with-media: "Media"
  empty: "This user doesn't seem to have posted anything yet."
desktop/views/widgets/messaging.vue:
  title: "Message"
desktop/views/widgets/notifications.vue:
  title: "Notifications"
  settings: "Settings"
desktop/views/widgets/polls.vue:
  title: "Polls"
  refresh: "refresh"
  nothing: "No polls found!"
desktop/views/widgets/post-form.vue:
  title: "Post"
  note: "Post"
desktop/views/widgets/profile.vue:
  update-banner: "Click to edit your banner"
  update-avatar: "Click to edit your avatar"
desktop/views/widgets/trends.vue:
  title: "Trend"
  refresh: "refresh"
  nothing: "No trends found!"
desktop/views/widgets/users.vue:
  title: "Recommended users"
  refresh: "refresh"
  no-one: "Anyone!"
mobile/views/components/drive.vue:
  drive: "Media storage"
  used: "used"
  folder-count: "Folder(s)"
  count-separator: ", "
  file-count: "File(s)"
  load-more: "Load more"
  nothing-in-drive: "There's nothing stored."
  folder-is-empty: "This folder is empty"
  prompt: "What do you want to do? (Please enter a number): <1  Upload a file | 2  Upload a file from a URL | 3  Create a folder | 4  Change this folder's name | 5  Move this folder | 6  Delete this folder>"
  deletion-alert: "Sorry! Deleting a folder is not yet implemented."
  folder-name: "Folder name"
  root-rename-alert: "You're in the root; it can't be renamed because it's not a folder. Navigate to a folder you want to rename and try again."
  root-move-alert: "You're in the root; it can't be moved because it's not a folder. Navigate to a folder you want to move and try again."
  url-prompt: "URL of the file you want to upload"
  uploading: "Upload requested. It may take a while for the upload to finish."
mobile/views/components/drive-file-detail.vue:
  rename: "Rename"
mobile/views/components/drive-file-chooser.vue:
  select-file: "Choose files"
mobile/views/components/drive-folder-chooser.vue:
  select-folder: "Choose a folder"
mobile/views/components/drive.file.vue:
  nsfw: "NSFW"
mobile/views/components/drive.file-detail.vue:
  download: "Download"
  rename: "Rename"
  move: "Move"
  hash: "Hash (md5)"
  exif: "EXIF"
  nsfw: "NSFW"
  mark-as-sensitive: "Mark as 'sensitive'"
  unmark-as-sensitive: "Unmark as 'sensitive'"
mobile/views/components/media-image.vue:
  sensitive: "NSFW"
  click-to-show: "Click to show"
mobile/views/components/media-video.vue:
  sensitive: "The content is NSFW"
  click-to-show: "Click to show"
mobile/views/components/follow-button.vue:
  following: "Following"
  follow: "Follow"
  request-pending: "Pending follow request"
  follow-processing: "Processing follow"
  follow-request: "Follow request"
mobile/views/components/friends-maker.vue:
  title: "Let's follow them"
  empty: "Featured user was not found."
  fetching: "Loading"
  refresh: "See more"
  close: "Close"
mobile/views/components/note.vue:
  reposted-by: "Reposted by {}"
  private: "This post is private"
  deleted: "This post has been deleted"
  location: "Location"
mobile/views/components/note-detail.vue:
  reply: "Reply"
  reaction: "Reaction"
  reposted-by: "Reposted by {}"
  private: "This post is private"
  deleted: "This post has been deleted"
  location: "Location"
mobile/views/components/note-preview.vue:
  admin: "admin"
  bot: "bot"
  cat: "cat"
mobile/views/components/note-sub.vue:
  admin: "admin"
  bot: "bot"
  cat: "cat"
mobile/views/components/notes.vue:
  failed: "Failed to load"
  retry: "Retry"
mobile/views/components/notifications.vue:
  more: "See more"
  empty: "No notifications"
mobile/views/components/post-form.vue:
  add-visible-user: "Add a user"
  submit: "Post"
  reply: "Reply"
  renote: "Renote"
  quote-placeholder: "Quote this post... (optional)"
  reply-placeholder: "Reply to this note..."
  cw-placeholder: "Comments for the post (optional)"
  location-alert: "Your device does not provide location services"
  error: "Error"
  username-prompt: "Enter user name"
mobile/views/components/sub-note-content.vue:
  private: "This post is private"
  deleted: "This post has been deleted"
  media-count: "{} media attached"
  poll: "Poll"
mobile/views/components/timeline.vue:
  empty: "No notes"
  load-more: "More"
mobile/views/components/ui.header.vue:
  welcome-back: "Welcome back, "
  adjective: "Sir"
mobile/views/components/ui.nav.vue:
  timeline: "Timeline"
  notifications: "Notifications"
  messaging: "Messages"
  follow-requests: "Follow requests"
  search: "Search"
  drive: "Drive"
  favorites: "Favorites"
  user-lists: "Lists"
  widgets: "Widgets"
  game: "Games"
  darkmode: "Dark theme"
  settings: "Settings"
  admin: "Admin"
  about: "About Misskey"
mobile/views/components/user-timeline.vue:
  no-notes: "It seems this user hasn't posted anything yet."
  no-notes-with-media: "There are no notes with media attachments"
  load-more: "More"
mobile/views/components/users-list.vue:
  all: "All"
  known: "You know"
  load-more: "More"
mobile/views/pages/favorites.vue:
  title: "Favorites"
mobile/views/pages/user-lists.vue:
  title: "Lists"
  enter-list-name: "Enter a name of the list to make"
mobile/views/pages/drive.vue:
  drive: "Drive"
  more: "Load more"
mobile/views/pages/signup.vue:
  lets-start: "Your account is now ready! 📦"
mobile/views/pages/followers.vue:
  followers-of: "Followers of {}"
mobile/views/pages/following.vue:
  following-of: "Following of {}"
mobile/views/pages/home.vue:
  home: "Home"
  local: "Local"
  hybrid: "Social"
  global: "Global"
  mentions: "Mentions"
  messages: "Messages"
mobile/views/pages/tag.vue:
  no-posts-found: "No posts \"{}\" found."
mobile/views/pages/welcome.vue:
  signup: "Sign up"
mobile/views/pages/widgets.vue:
  dashboard: "Dashboard"
  widgets-hints: "You can add/delete/rearrange widgets. To move the widget, drag \"三\". Tap \"x\" to delete the widget. Some widgets can change display by tapping."
  add-widget: "Add"
  customization-tips: "Customization tips"
mobile/views/pages/widgets/activity.vue:
  activity: "Activity"
mobile/views/pages/share.vue:
  share-with: "Share with {}."
mobile/views/pages/messaging.vue:
  messaging: "Messaging"
mobile/views/pages/messaging-room.vue:
  messaging: "Messaging"
mobile/views/pages/received-follow-requests.vue:
  title: "Follow requests"
  accept: "Accept"
  reject: "Reject"
mobile/views/pages/note.vue:
  title: "Post"
  prev: "Previous note"
  next: "Next note"
mobile/views/pages/notifications.vue:
  notifications: "Notifications"
  read-all: "Do you wish to mark all notifications as read?"
mobile/views/pages/games/reversi.vue:
  reversi: "Reversi"
mobile/views/pages/search.vue:
  search: "Search"
  empty: "No posts were found for '{}'"
  not-found: "No posts were found for \"{}\"."
mobile/views/pages/selectdrive.vue:
  select-file: "Choose files"
mobile/views/pages/settings.vue:
  signed-in-as: "Signed in as {}"
  lang: "Language"
  lang-tip: "You will need to reload the page for the changes to take effect."
  recommended: "Recommended"
  auto: "Auto"
  specify-language: "Select your language"
  design: "Design and display"
  dark-mode: "Dark Mode"
  i-am-under-limited-internet: "I'm in limited bandwidth"
  circle-icons: "Use circle icons"
  contrasted-acct: "Add contrast to username"
  timeline: "Timeline"
  show-reply-target: "Show reply target"
  show-my-renotes: "Show my reposts"
  show-renoted-my-notes: "Show renoted my posts"
  show-local-renotes: "Show renoted local posts"
  post-style: "Post design"
  post-style-standard: "Standard"
  post-style-smart: "Smart"
  notification-position: "Notification style"
  notification-position-bottom: "Bottom"
  notification-position-top: "Top"
  theme: "Theme"
  behavior: "Behavior"
  fetch-on-scroll: "Endless loading on scroll"
  note-visibility: "Post visibility"
  default-note-visibility: "Default visibility"
  remember-note-visibility: "Remember post visibility"
  disable-via-mobile: "Don't mark the post as 'from mobile'"
  load-raw-images: "Show attached images in original quality"
  load-remote-media: "Show media from a remote server"
  twitter: "Twitter integration"
  twitter-connect: "Connect to your Twitter account"
  twitter-reconnect: "Reconnect"
  twitter-disconnect: "Disconnect"
  update: "Misskey Update"
  version: "Current version:"
  latest-version: "Latest version:"
  update-checking: "Checking for updates"
  check-for-updates: "Check for updates"
  no-updates: "No updates available"
  no-updates-desc: "Your Misskey is up to date."
  update-available: "A new version is available"
  update-available-desc: "Updates will be applied after reloading the page"
  settings: "Settings"
  signout: "Sign out"
  sound: "Sounds"
  enable-sounds: "Enable sounds"
mobile/views/pages/user.vue:
  follows-you: "Follows you"
  following: "Following"
  followers: "Followers"
  notes: "Posts"
  overview: "Overview"
  timeline: "Timeline"
  media: "Media"
  is-suspended: "This account has been suspended."
  is-remote: "The user is a remote user. The profile that you see here may not complete."
  view-remote: "See his/her complete profile"
mobile/views/pages/user/home.vue:
  recent-notes: "Recent notes"
  images: "Images"
  activity: "Activity"
  keywords: "Keywords"
  domains: "Domains"
  frequently-replied-users: "Frequently mentioned users"
  followers-you-know: "Followers you know"
  last-used-at: "Last active:"
mobile/views/pages/user/home.followers-you-know.vue:
  loading: "Loading"
  no-users: "No users you know"
mobile/views/pages/user/home.friends.vue:
  loading: "Loading"
  no-users: "There are no users that you know"
mobile/views/pages/user/home.notes.vue:
  loading: "Loading"
  no-notes: "No notes"
mobile/views/pages/user/home.photos.vue:
  loading: "Loading"
  no-photos: "No photos"
docs:
  edit-this-page-on-github: "Found a mistake or want to contribute for the documentation?"
  edit-this-page-on-github-link: "Edit this page at GitHub!"
  api:
    entities:
      properties: "Properties"
    endpoints:
      params: "Parameters"
      no-params: "No parameter."
      res: "Response"
      require-credential: "This endpoint requires the authentication information."
      require-permission: "This endpoint requires {permission} permission."
      has-limit: "There is a rate limit."
      duration-limit: "If you have sent your requests more than {max} times in {duration} milliseconds, you will be unable to send more requests."
      min-interval-limit: "If {interval} milliseconds haven't passed since the last request, you can't send a request."
      show-src: "You can view the source code for this endpoint."
      show-src-link: "See the code on GitHub"
      generated: "This document is generated by the API definition."
    props:
      name: "Name"
      type: "Type"
      description: "Description"
dev/views/index.vue:
  manage-apps: "Manage apps"