summaryrefslogtreecommitdiff
path: root/locales/es-ES.yml
blob: ff93ab6845f38c04fc6c6128bd88a9a2143673b1 (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
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
---
meta:
  lang: "Español"
  divider: ""
common:
  misskey: "Una ⭐️ del fediverso"
  about-title: "Una ⭐️ del fediverso"
  about: "Gracias por encontrae Misskey. Misskey es una <b>plataforma descentralizada de microblogging</b> nacida en la Tierra. Gracias a existir dentro del Fediverso (un universo donde se organizan varias plataformas sociales) se encuentra enlazada mutuamente con otras plataformas sociales. ¿Por què no te tomas un respiro del caos de la ciudad y te sumerges es una nueva manera de entender Internet?"
  intro:
    title: "Misskeyって?"
    about: "Misskeyはオープンソースの<b>分散型マイクロブログSNS</b>です。リッチで高度にカスタマイズできるUI、投稿へのリアクション、ファイルを一元管理できるドライブなど、先進的な機能を揃えています。また、Fediverseと呼ばれるネットワークに接続できるため、他のSNSともやり取りできます。例えば、あなたが何か投稿すると、その投稿はMisskeyだけでなく他のSNSにも伝わります。ちょうどある惑星から他の惑星に電波を発信している様子をイメージしてください。"
    features: "特徴"
    rich-contents: "投稿"
    rich-contents-desc: "自分の考え、話題の出来事、皆と共有したいことについて発信してください。必要であれば、様々な構文を使って投稿を装飾したり、好きな画像、動画などのファイルやアンケートを添付することもできます。"
    reaction: "リアクション"
    reaction-desc: "あなたの気持ちを伝える最も簡単な方法です。Misskeyは、他のユーザーの投稿に様々なリアクションを付けることができます。いちどMisskeyのリアクション機能を体験してしまうと、もう「いいね」の概念しか存在しないSNSには戻れなくなるかもしれません。"
    ui: "インターフェース"
    ui-desc: "どのようなUIが使いやすいかは人それぞれです。だから、Misskeyは自由度の高いUIを持っています。レイアウトやデザインを調整したり、カスタマイズ可能な様々なウィジェットを配置したりして、自分だけのホームを作ってください。"
    drive: "ドライブ"
    drive-desc: "以前投稿したことのある画像をまた投稿したくなったことはありませんか?もしくは、アップロードしたファイルをフォルダ分けして整理したくなったことはありませんか?Misskeyの根幹に組み込まれたドライブ機能によってそれらが解決します。ファイルの共有も簡単です。"
    outro: "他にもMisskeyにしかない機能はまだまだあるので、ぜひあなた自身の目で確かめてください。Misskeyは分散型SNSなので、このインスタンスが気に入らなければ他のインスタンスを試すこともできます。それでは、GLHF!"
  adblock:
    detected: "Por favor, desactive el bloqueador de publicidad."
    warning: "<strong>Misskey no tiene anuncios publicitarios.</strong> Sin embargo, algunas características podrían no estar disponibles si el bloqueador de publicidad está habilitado."
  application-authorization: "Autorizaciones de la aplicación."
  close: "Cerrar"
  do-not-copy-paste: "Por favor no copies código aquí. Tu cuenta puede resultar comprometida."
  load-more: "もっと読み込む"
  enter-password: "パスワードを入力してください"
  got-it: "¡Listo!"
  customization-tips:
    title: "Consejos de personalización"
    paragraph: "<p>ホームのカスタマイズでは、ウィジェットを追加/削除したり、ドラッグ&ドロップして並べ替えたりすることができます。</p><p>一部のウィジェットは、<strong><strong>右</strong>クリック</strong>することで表示を変更することができます。</p><p>ウィジェットを削除するには、ヘッダーの<strong>「ゴミ箱」</strong>と書かれたエリアにウィジェットをドラッグ&ドロップします。</p><p>カスタマイズを終了するには、右上の「完了」をクリックします。</p>"
    gotit: "¡Comprendido!"
  notification:
    file-uploaded: "Archivo cargado."
    message-from: "Mensaje de {}:"
    reversi-invited: "Invitado a un juego"
    reversi-invited-by: "Invitado por {}:"
    notified-by: "Notificado por {}:"
    reply-from: "Respuesta de {}:"
    quoted-by: "Citado por {}:"
  time:
    unknown: "Desconocido"
    future: "Futuro"
    just_now: "Ahora mismo"
    seconds_ago: "Hace {}"
    minutes_ago: "Hace {} minuto(s)"
    hours_ago: "Hace {} hora(s)"
    days_ago: "Hace {} dia(s)"
    weeks_ago: "Hace {} semana(s)"
    months_ago: "Hace {} mes(es)"
    years_ago: "Hace {} año(s)"
  month-and-day: "{day} de {month}"
  trash: "Papelera"
  drive: "ドライブ"
  messaging: "トーク"
  weekday-short:
    sunday: "domingo"
    monday: "lunes"
    tuesday: "martes"
    wednesday: "miércoles"
    thursday: "jueves"
    friday: "viernes"
    saturday: "sábado"
  weekday:
    sunday: "Domingo"
    monday: "Lunes"
    tuesday: "Martes"
    wednesday: "Miércoles"
    thursday: "Jueves"
    friday: "Viernes"
    saturday: "Sábado"
  reactions:
    like: "Me gusta"
    love: "amor"
    laugh: "risa"
    hmm: "hmm"
    surprise: "sorpresa"
    congrats: "felicidades"
    angry: "enfadado"
    confused: "confundido"
    rip: "RIP"
    pudding: "Chafado"
  note-visibility:
    public: "公開"
    home: "ホーム"
    home-desc: "ホームタイムラインにのみ公開"
    followers: "フォロワー"
    followers-desc: "自分のフォロワーにのみ公開"
    specified: "ダイレクト"
    specified-desc: "指定したユーザーにのみ公開"
    private: "非公開"
    local-public: "公開 (ローカルのみ)"
    local-home: "ホーム (ローカルのみ)"
    local-followers: "フォロワー (ローカルのみ)"
  note-placeholders:
    a: "¿Qué haces?"
    b: "¿Qué está pasando?"
    c: "¿Qué te pasa por la cabeza?"
    d: "¿Quieres decir algo?"
    e: "¡Escribe aquí!"
    f: "Esperando a que escribas algo..."
  search: "Buscar"
  delete: "eliminar"
  loading: "cargando"
  ok: "OK"
  update-available-title: "Actualización disponible"
  update-available: "Hay disponible una nueva versión de Misskey ({newer}, la versión actual es {current}). Refresca la página para aplicar las actualizaciones."
  my-token-regenerated: "Tu token se ha regenerado vas a ser desconectado."
  i-like-sushi: "Prefiero sushi a pudín"
  show-reversi-board-labels: "Mostrar etiquetas de filas y columnas en Reversi"
  use-contrast-reversi-stones: "Hacer el color de la piedra claro en Reversi"
  verified-user: "Cuenta verificada"
  disable-animated-mfm: "Desactivar texto animado en una publicación"
  always-show-nsfw: "常に閲覧注意のメディアを表示する"
  always-mark-nsfw: "常にメディアを閲覧注意として投稿"
  show-full-acct: "ユーザー名のホストを省略しない"
  show-via: "viaを表示する"
  reduce-motion: "UIの動きを減らす"
  this-setting-is-this-device-only: "このデバイスのみ"
  use-os-default-emojis: "OS標準の絵文字を使用"
  do-not-use-in-production: 'Esto está en desarrollo, no usarlo para producción.'
  is-remote-user: "このユーザー情報はコピーです。"
  is-remote-post: "この投稿情報はコピーです。"
  view-on-remote: "正確な情報を見る"
  renoted-by: "{user}がRenote"
  error:
    title: '問題が発生しました'
    retry: 'やり直す'
  reversi:
    drawn: "Empatado"
    my-turn: "Mi turno"
    opponent-turn: "Turno del oponente"
    turn-of: "{name}のターンです"
    past-turn-of: "{name}のターン"
    won: "{name}の勝ち"
    black: "Negro"
    white: "Blanco"
    total: "Total"
    this-turn: "{count}ターン目"
  widgets:
    analog-clock: "Reloj analógico"
    profile: "Perfil"
    calendar: "Calendario"
    timemachine: "Calendario (máquina del tiempo)"
    activity: "Actividad"
    rss: "Lector RSS"
    memo: "Notas adhesivas"
    trends: "Tendencias"
    photo-stream: "Secuencia de fotos"
    posts-monitor: "Gráfico de publicaciones"
    slideshow: "Diapositivas"
    version: "Versión"
    broadcast: "Transmisión"
    notifications: "Notificaciones"
    users: "Usuarios destacados"
    polls: "Encuestas"
    post-form: "Formulario"
    server: "Información del servidor"
    donation: "Donaciones"
    nav: "Navegación"
    tips: "Consejos"
    hashtags: "Etiquetas"
  dev: "アプリの作成に失敗しました。再度お試しください。"
  ai-chan-kawaii: "藍ちゃかわいい"
auth/views/form.vue:
  share-access: "<i>{name}</i>があなたのアカウントにアクセスすることを許可しますか?"
  permission-ask: "La aplicación requiere los siguientes permisos:"
  account-read: "Viendo información de la cuenta:"
  account-write: "Modificar información de la cuenta:"
  note-write: "Publicación."
  like-write: "Para reaccionar a las publicaciones."
  following-write: "Seguir o dejar de seguir"
  drive-read: "Leer tu unidad."
  drive-write: "Cargar o borrar archivos de tu unidad."
  notification-read: "Leer tus notificaciones."
  notification-write: "Administrar tus notificaciones."
  cancel: "Cancelar"
  accept: "Garantizar acceso."
auth/views/index.vue:
  loading: "Cargando"
  denied: "Acceso de aplicación denegado."
  denied-paragraph: "Esta aplicación no tendrá acceso a tu cuenta."
  already-authorized: "Esta aplicación ha sido previamente autorizada."
  allowed: "Accesos de aplicaciones autorizados."
  callback-url: "Volviendo a la aplicación."
  please-go-back: "Por favor, vuelve a la aplicación."
  error: "Esta sesión no existe."
  sign-in: "Por favor inicia sesión."
common/views/components/games/reversi/reversi.vue:
  matching:
    waiting-for: "Esperando por {}"
    cancel: "Cancelar"
common/views/components/games/reversi/reversi.game.vue:
  surrender: "Rendirse"
  surrendered: "Por rendirse"
  is-llotheo: "El último gana (Llotheo)"
  looped-map: "Mapa en bucle"
  can-put-everywhere: "Puedes colocar donde quieras"
common/views/components/games/reversi/reversi.index.vue:
  title: "Misskey Reversi"
  sub-title: "¡Juega Reversi con tus amigos!"
  invite: "Invitar"
  rule: "Cómo jugar"
  rule-desc: "リバーシは、相手と交互に石をボードに置いて、相手の石を挟んで自分の色に変えてゆき、最終的に残った石が多い方が勝ちというボードゲームです。"
  mode-invite: "Invitar"
  mode-invite-desc: "Invitar un usuario al juego."
  invitations: "¡Has recibido una invitación!"
  my-games: "Mis juegos"
  all-games: "Todos los juegos"
  enter-username: "Ingresar nombre de usuario"
  game-state:
    ended: "Finalizado"
    playing: "En progreso"
common/views/components/games/reversi/reversi.room.vue:
  settings-of-the-game: "Configuración de juego"
  choose-map: "Elije un mapa"
  random: "Aleatorio"
  black-or-white: "Negro/Blanco"
  black-is: "Negro es {}"
  rules: "Reglas"
  is-llotheo: "El que tenga menos gana"
  looped-map: "Mapa en bucle"
  can-put-everywhere: "Puedes colocar donde quieras"
  settings-of-the-bot: "Configuración de bot"
  this-game-is-started-soon: "El juego comenzará pronto"
  waiting-for-other: "Esperando a que se prepare el adversario"
  waiting-for-me: "Esperando por la preparación"
  waiting-for-both: "Esperando por ti"
  cancel: "Cancelar"
  ready: "Listo"
  cancel-ready: "Cancelar \"Listo\""
common/views/components/connect-failed.vue:
  title: "Imposible conectar al servidor"
  description: "Hay un problema en tu conexió o puede que el servidor esté caido o en mantenimiento. Por favor {try again} más tarde."
  thanks: "Gracias por usar Misskey."
  troubleshoot: "Problemas más frecuentes"
common/views/components/connect-failed.troubleshooter.vue:
  title: "Resolución de problemas"
  network: "Conexión de red"
  checking-network: "Verificar la conexión a la red"
  internet: "Conexión a Internet"
  checking-internet: "Comprobando la conexión a Internet"
  server: "Conexión al servidor"
  checking-server: "Probando la conexión al servidor"
  finding: "Buscando cualquier problema"
  no-network: "Sin conexión"
  no-network-desc: "Por favor, asegurate que estás conectado a una red"
  no-internet: "Sin conexión a Internet"
  no-internet-desc: "Por favor, asegurate de estar conectado a Internet."
  no-server: "Imposible conectarse al servidor de Misskey"
  no-server-desc: "La conexión de red de tu PC es correcta, aún así no puedes conectarte al servidor de Misskey. Es posible que el servidor esté caido o en mantenimiento. Por favor vuelve a intentarlo más tarde."
  success: "Conectado al servidor de Misskey de manera correcta"
  success-desc: "Parece que la conexión ha sido posible. Por favor refresca la página."
  flush: "Limpiar la memoria caché"
  set-version: "Escoge la versión"
common/views/components/media-banner.vue:
  sensitive: "閲覧注意"
  click-to-show: "クリックして表示"
common/views/components/theme.vue:
  light-theme: "非ダークモード時に使用するテーマ"
  dark-theme: "ダークモード時に使用するテーマ"
  light-themes: "明るいテーマ"
  dark-themes: "暗いテーマ"
  install-a-theme: "テーマのインストール"
  theme-code: "テーマコード"
  install: "インストール"
  installed: "「{}」をインストールしました"
  create-a-theme: "テーマの作成"
  save-created-theme: "テーマを保存"
  primary-color: "プライマリ カラー"
  secondary-color: "セカンダリ カラー"
  text-color: "文字色"
  base-theme: "ベーステーマ"
  base-theme-light: "Light"
  base-theme-dark: "Dark"
  theme-name: "テーマ名"
  preview-created-theme: "プレビュー"
  invalid-theme: "テーマが正しくありません。"
  already-installed: "既にそのテーマはインストールされています。"
  saved: "保存しました"
  manage-themes: "テーマの管理"
  builtin-themes: "標準テーマ"
  my-themes: "マイテーマ"
  installed-themes: "インストールされたテーマ"
  select-theme: "テーマを選択してください"
  uninstall: "アンインストール"
  uninstalled: "「{}」をアンインストールしました"
  author: "作者"
  desc: "説明"
  export: "エクスポート"
  import: "インポート"
  import-by-code: "またはコードをペースト"
  theme-name-required: "テーマ名は必須です。"
common/views/components/cw-button.vue:
  hide: "隠す"
  show: "もっと見る"
common/views/components/messaging.vue:
  search-user: "Encuentra un usuario"
  you: "Tu"
  no-history: "Sin historial"
common/views/components/messaging-room.vue:
  empty: "Sin conversaciones"
  no-history: "El historial se ha acabado"
  resize-form: "Arrastra para redimensionar"
  new-message: "Nuevo mensaje"
  only-one-file-attached: "Un único archivo se puede conectar al mensaje"
common/views/components/messaging-room.form.vue:
  input-message-here: "Escribe el mensaje aquí"
  send: "Enviar"
  attach-from-local: "Adjunta ficheros desde tu PC"
  attach-from-drive: "Adjunta ficheros desde tu disco"
  only-one-file-attached: "Un único archivo se puede conectar al mensaje"
common/views/components/messaging-room.message.vue:
  is-read: "Leer"
  deleted: "El mensaje se ha borrado"
common/views/components/nav.vue:
  about: "Sobre"
  stats: "Estadísticas"
  status: "Estado"
  wiki: "Wiki"
  donors: "Donantes"
  repository: "Repositorio"
  develop: "Desarrolladores"
  feedback: "Opiniones"
common/views/components/note-menu.vue:
  detail: "Detalles"
  copy-link: "Copiar enlace"
  favorite: "Me gusta esta nota"
  unfavorite: "お気に入り解除"
  pin: "Fijar en el perfil"
  unpin: "ピン留め解除"
  delete: "Borrar"
  delete-confirm: "¿Seguro que quieres borrar la publicación?"
  remote: "Ver el original"
common/views/components/poll.vue:
  vote-to: "'{}' para votar"
  vote-count: "{} votos"
  total-users: "{} usuario(s) que ha(n) votado"
  vote: "Vota"
  show-result: "Mostrar resultados"
  voted: "Votado"
common/views/components/poll-editor.vue:
  no-only-one-choice: "Selecciona dos o más opciones."
  choice-n: "{} opcion(es)"
  remove: "Borra la opción"
  add: "+ Añade una opción"
  destroy: "Cancelar la encuesta"
common/views/components/reaction-picker.vue:
  choose-reaction: "Escoge una reacción"
common/views/components/emoji-picker.vue:
  custom-emoji: "カスタム絵文字"
  people: "人"
  animals-and-nature: "動物&自然"
  food-and-drink: "食べ物&飲み物"
  activity: "アクティビティ"
  travel-and-places: "場所"
  objects: "物"
  symbols: "記号"
  flags: "旗"
common/views/components/signin.vue:
  username: "Usuario"
  password: "Contraseña"
  token: "Identificador"
  signing-in: "Entrando..."
  signin: "Entra"
  or: "O"
  signin-with-twitter: "Ingresar con Twitter"
  signin-with-github: "GitHubでログイン"
  signin-with-discord: "Discordでログイン"
  login-failed: "Autenticación fallida. Asegúrate de haber usado el nombre de usuario y contraseña correctos."
common/views/components/signup.vue:
  invitation-code: "Código de invitación"
  invitation-info: "Si no tienes un código de invitación, por favor contacta un <a href=\"{}\">administrador</a>."
  username: "Usuario"
  checking: "Comprobando..."
  available: "Disponible"
  unavailable: "Utilizado"
  error: "Error de conexión"
  invalid-format: "utiliza letras, números y/o -."
  too-short: "¡Mínimo tienes que introducir un caracter!"
  too-long: "No puedes usar más de 20 caracteres."
  password: "Contraseña"
  password-placeholder: "Te recomendamos más de 8 caracteres"
  weak-password: "Contraseña débil"
  normal-password: "No está mal"
  strong-password: "Muy buena contraseña"
  retype: "Inténtalo otra vez"
  retype-placeholder: "Confirma la contraseña"
  password-matched: "OK"
  password-not-matched: "Las contraseñas no son las mismas"
  recaptcha: "Verificar"
  create: "Crea una cuenta"
  some-error: "Por algún motivo no se ha podido crear la cuenta. Por favor inténtalo de nuevo."
common/views/components/special-message.vue:
  new-year: "¡Feliz Año Nuevo!"
  christmas: "¡Feliz Navidad!"
common/views/components/stream-indicator.vue:
  connecting: "Conectando"
  reconnecting: "Reconectando"
  connected: "Conectado"
common/views/components/twitter-setting.vue:
  description: "Si comectas tu cuenta de Twitter con tu cuenta de Misskey podrás ver la información de tu cuemta de Twitter en tu perfil y además podrás entrar usando Twitter."
  connected-to: "Estas comectado con las siguientes cuentas de Twitter"
  detail: "Detalles..."
  reconnect: "Conectar de nuevo"
  connect: "Conectate usando Twitter"
  disconnect: "Desconectado"
common/views/components/github-setting.vue:
  description: "お使いのGitHubアカウントをお使いのMisskeyアカウントに接続しておくと、プロフィールでGitHubアカウント情報が表示されるようになったり、GitHubを用いた便利なサインインを利用できるようになります。"
  connected-to: "次のGitHubアカウントに接続されています"
  detail: "詳細..."
  reconnect: "再接続する"
  connect: "GitHubと接続する"
  disconnect: "切断する"
common/views/components/discord-setting.vue:
  description: "お使いのDiscordアカウントをお使いのMisskeyアカウントに接続しておくと、プロフィールでDiscordアカウント情報が表示されるようになったり、Discordを用いた便利なサインインを利用できるようになります。"
  connected-to: "次のDiscordアカウントに接続されています"
  detail: "詳細..."
  reconnect: "再接続する"
  connect: "Discordと接続する"
  disconnect: "切断する"
common/views/components/uploader.vue:
  waiting: "Un momento"
common/views/components/visibility-chooser.vue:
  public: "Público"
  home: "Inicio"
  home-desc: "Publica solo en la página de inicio"
  followers: "Seguidores"
  followers-desc: "Piblica solo para tus seguidores"
  specified: "Directo"
  specified-desc: "Publica solo para los seguidores que quieras"
  private: "Privada"
  local-public: "公開 (ローカルのみ)"
  local-public-desc: "リモートへは公開しない"
  local-home: "ホーム (ローカルのみ)"
  local-followers: "フォロワー (ローカルのみ)"
common/views/components/trends.vue:
  count: "{}人が投稿"
  empty: "トレンドなし"
common/views/components/profile-editor.vue:
  title: "プロフィール"
  name: "名前"
  account: "アカウント"
  location: "場所"
  description: "自己紹介"
  birthday: "誕生日"
  avatar: "アイコン"
  banner: "バナー"
  is-cat: "このアカウントはCatです"
  is-bot: "このアカウントはBotです"
  is-locked: "フォローを承認制にする"
  careful-bot: "Botからのフォローだけ承認制にする"
  advanced: "その他"
  privacy: "プライバシー"
  save: "保存"
  saved: "プロフィールを保存しました"
  uploading: "アップロード中"
  upload-failed: "アップロードに失敗しました"
  email: "メール設定"
  email-address: "メールアドレス"
  email-verified: "メールアドレスが確認されました"
  email-not-verified: "メールアドレスが確認されていません。メールボックスをご確認ください。"
common/views/widgets/broadcast.vue:
  fetching: "Recuperando"
  no-broadcasts: "Sin emisión"
  have-a-nice-day: "¡Buenos dias!"
  next: "Siguiente"
common/views/widgets/calendar.vue:
  year: "Año {}"
  month: "Mes {}"
  day: "Día {}"
  today: "Hoy:"
  this-month: "Este mes:"
  this-year: "Este año:"
common/views/widgets/donation.vue:
  title: "Donaciones"
  text: "Para mantener Misskey funcionando tenemos que pagar por el dominio, los costos de hospedaje y otros costos. Como no recibimos dinero de publicidad, contamos con el apoyo de todos ustedes. Si estás interesado en ayudar, contacta a {}. ¡Muchas gracias por tu contribución!"
common/views/widgets/photo-stream.vue:
  title: "Galería de fotos"
  no-photos: "No hay fotos."
common/views/widgets/posts-monitor.vue:
  title: "Tabla de publicaciones"
  toggle: "Alternar vistas"
common/views/widgets/hashtags.vue:
  title: "Etiquetas"
common/views/widgets/server.vue:
  title: "Información del servidor"
  toggle: "Alternar vistas"
common/views/widgets/memo.vue:
  title: "Notas"
  memo: "¡Escribe aquí!"
  save: "Guardar"
common/views/widgets/slideshow.vue:
  folder-customize-mode: "Para especificar una carpeta, por favor sal de modo de personalización"
  folder: "Por favor, cliquea y especifica una carpeta"
  no-image: "No hay imágenes en esta carpeta"
common/views/widgets/tips.vue:
  tips-line1: "Puedes enfocarte en las publicaciones con <kbd>t</kbd>"
  tips-line2: "Abrir formulario de publicación con <kbd>p</kbd> or <kbd>n</kbd>"
  tips-line3: "Puedes arrastrar y soltar archivos en el formulario de publicación"
  tips-line4: "Puedes pegar una imagen del portapapeles en el formulario de publicación"
  tips-line5: "Puedes cargar archivos con sólo arrastrarlos y soltarlos en Drive"
  tips-line6: "Puedes mover una carpeta arrastrándola hacia el Drive"
  tips-line7: "Puedes mover una carpeta arrastrándola hacia el Drive"
  tips-line8: "Inicio se puede personalizar desde la configuración"
  tips-line9: "Misskey está hecho bajo licencia AGPLv3"
  tips-line10: "Usando el accesorio de Máquina del Tiempo puedes encontrar publicaciones antiguas"
  tips-line11: "Puedes resaltar publicaciones en la página de usuario haciendo click en \"...\""
  tips-line13: "Todos los archivos añadidos a la publicación se han guardado en tu unidad."
  tips-line14: "Cuando personalizas el inicio puedas dar click derecho a un accesorio y cambiar el diseño."
  tips-line17: "Al colocar ** delante y luego del texto, lo estarás destacando en negrillas"
  tips-line19: "Algunas ventanas pueden ser separadas fuera del navegador"
  tips-line20: "El porcentaje mostrando en el accesorio de calendario indica el porcentaje de tiempo transcurrido."
  tips-line21: "También puedes usar la API para desarrollar tus propios bots."
  tips-line23: "Mayu is tan bonito con sus cejas."
  tips-line24: "Misskey inició en 2014."
  tips-line25: "Puedes recibir notificaciones incluso si Misskey no está abierto en un navegador compatible."
common/views/pages/follow.vue:
  signed-in-as: "Autenticado como {}"
  following: "Siguiendo"
  follow: "Seguir"
  request-pending: "Solicitud pendiente"
  follow-processing: "フォロー処理中"
  follow-request: "Solicitar suscripción"
desktop:
  banner-crop-title: "Corta la parte que aparece como un banner"
  banner: "Banner"
  uploading-banner: "Cargando un nuevo banner"
  banner-updated: "Banner actualizado"
  choose-banner: "Escoge un banner"
  avatar-crop-title: "Corta la parte que aparece como un avatar"
  avatar: "Avatar"
  uploading-avatar: "Cargando un nuevo avatar"
  avatar-updated: "Avatar actualizado"
  choose-avatar: "Escoge una imagen de avatar"
  invalid-filetype: "Este tipo de archivo no es compatible aquí"
desktop/views/components/activity.chart.vue:
  total: "Negro ... Total"
  notes: "Azul ... Notas"
  replies: "Rojo ... Respuestas"
  renotes: "Verde ... Republicaciones"
desktop/views/components/activity.vue:
  title: "Actividad"
  toggle: "Alternar vistas"
desktop/views/components/calendar.vue:
  title: "{year}年 {month}月"
  prev: "Mes anterior"
  next: "Próximo mes"
  go: "Click para navegar"
desktop/views/components/choose-file-from-drive-window.vue:
  chosen-files: "{count}ファイル選択中"
  upload: "Cargar archivos de tu dispositivo"
  cancel: "Cancelar"
  ok: "OK"
  choose-prompt: "Escoger archivos"
desktop/views/components/choose-folder-from-drive-window.vue:
  cancel: "Cancelar"
  ok: "OK"
  choose-prompt: "Escoge una Carpeta"
desktop/views/components/crop-window.vue:
  skip: "Ignorar el cortado"
  cancel: "Cancelar"
  ok: "OK"
desktop/views/components/drive-window.vue:
  used: "usado"
desktop/views/components/drive.file.vue:
  avatar: "Avatar"
  banner: "Banner"
  nsfw: "Ver más"
  contextmenu:
    rename: "Renombrar"
    mark-as-sensitive: "Marcar como 'sensible'"
    unmark-as-sensitive: "Desmarcar como 'sensible'"
    copy-url: "Copia la URL"
    download: "Descargar"
    else-files: "Otros"
    set-as-avatar: "Utilizar como avatar"
    set-as-banner: "Utilizar como banner"
    open-in-app: "Abrir en la aplicación"
    add-app: "Añadir aplicación"
    rename-file: "Renombra el fichero"
    input-new-file-name: "Escribe el nombre nuevo"
    copied: "Copiado"
    copied-url-to-clipboard: "URL copiada al porta papeles"
desktop/views/components/drive.folder.vue:
  unable-to-process: "La operación no se puede llevar a cabo"
  circular-reference-detected: "La carpeta de destino es una sub-carpeta de la carpeta que quieres mover."
  unhandled-error: "Error desconocido"
  contextmenu:
    move-to-this-folder: "Mover a esta carpeta"
    show-in-new-window: "Abrir en una ventana nueva"
    rename: "Renombrar"
    rename-folder: "Renombrar carpeta"
    input-new-folder-name: "Escribe el nombre nuevo"
desktop/views/components/drive.vue:
  search: "Buscar"
  empty-draghover: "¡Saluda!"
  empty-drive: "Tu disco está vacio"
  empty-drive-description: "También puedes subir archivos seleccionándolos y con el botón derecho selecciona \"Subir fichero\" o puedes arrastrarlo hasta la ventana."
  empty-folder: "La carpeta está vacia"
  unable-to-process: "La operación no se puede llevar a cabo."
  circular-reference-detected: "La carpeta de destino es una sub-carpeta de la carpeta que quieres mover."
  unhandled-error: "Errer desconocido"
  url-upload: "Subir desde una URL"
  url-of-file: "URL del fichero que quieres subir"
  url-upload-requested: "Subida solicitada"
  may-take-time: "Subir el fichero puede tardar un tiempo."
  create-folder: "Crear una carpeta"
  folder-name: "Nombre de la carpeta"
  contextmenu:
    create-folder: "Crear una carpeta"
    upload: "Subir fichero"
    url-upload: "Subir desde una URL"
desktop/views/components/media-image.vue:
  sensitive: "El contenido es NSFW (no seguro para ver en el trabajo, 'not safe for work')"
  click-to-show: "Click para mostrar"
desktop/views/components/media-video.vue:
  sensitive: "Este contenido no es apropiado para ver en el trabajo"
  click-to-show: "Click para mostrar"
desktop/views/components/followers-window.vue:
  followers: "{} seguidores"
desktop/views/components/followers.vue:
  empty: "Parece que no tienes seguidores aún."
desktop/views/components/following-window.vue:
  following: "Siguiendo {}"
desktop/views/components/following.vue:
  empty: "Parece que aún no sigues a nadie."
desktop/views/components/friends-maker.vue:
  title: "Usuarios recomendados:"
  empty: "No se pudieron encontrar usuarios para recomendar"
  fetching: "Cargando"
  refresh: "Más"
  close: "Cerrar"
desktop/views/components/game-window.vue:
  game: "Reversi"
desktop/views/components/home.vue:
  done: "Listo"
  add-widget: "Agregar accesorio:"
  add: "Agregar"
desktop/views/input-dialog.vue:
  cancel: "Cancelar"
  ok: "OK"
desktop/views/components/messaging-room-window.vue:
  title: "Mensajes:"
desktop/views/components/messaging-window.vue:
  title: "Mensajes"
desktop/views/components/note-detail.vue:
  private: "Esta publicación es privada"
  deleted: "Esta publicación ha sido removida"
  location: "Localización"
  renote: "Republicar"
  add-reaction: "Agregar una reacción"
desktop/views/components/note.vue:
  reply: "返信"
  renote: "Renote"
  add-reaction: "リアクション"
  detail: "詳細"
  private: "この投稿は非公開です"
  deleted: "この投稿は削除されました"
desktop/views/components/notes.vue:
  error: "Error al cargar."
  retry: "Reintentar"
desktop/views/components/notifications.vue:
  empty: "No hay notificaciones"
desktop/views/components/post-form.vue:
  add-visible-user: "+Agregar usuario"
  attach-location-information: "Agregar localización"
  hide-contents: "Esconder contenidos"
  reply-placeholder: "Responder a esta nota..."
  quote-placeholder: "Citar esta nota..."
  submit: "Publicar"
  reply: "Responder"
  renote: "Republicar"
  posted: "¡Publicado!"
  replied: "¡Respondido!"
  reposted: "¡Republicado!"
  note-failed: "Error al publicar nota"
  reply-failed: "Error al responder"
  renote-failed: "Error al republicar"
  posting: "Publicando"
  attach-media-from-local: "Agregar medios de tu dispositivo"
  attach-media-from-drive: "Adjunta multimedia desde tu Disco"
  attach-cancel: "Quitar el archivo adjunto"
  insert-a-kao: "v('ω')v"
  create-poll: "Crea una encuesta"
  text-remain: "quedan {} caracteres"
  recent-tags: "Reciente"
  local-only-message: "この投稿はローカルにのみ公開されます"
  click-to-tagging: "Click para etiquetar"
  visibility: "Visibilidad"
  geolocation-alert: "Tu dispositivo no tiene soporte de geolocalización."
  error: "Error"
  enter-username: "Por favor escribe un nombre de usuario..."
  annotations: "Anotaciones a la publicación (opcional)"
desktop/views/components/post-form-window.vue:
  note: "Nota nueva"
  reply: "Responder"
  attaches: "{} archivo(s) multimedia adjuntados"
  uploading-media: "Subiendo {} archivo(s) multimedia"
desktop/views/components/progress-dialog.vue:
  waiting: "Un momento"
desktop/views/components/renote-form.vue:
  quote: "Cita..."
  cancel: "Cancelar"
  renote: "Volver a publicar"
  renote-home: "Renote (Home)"
  reposting: "Publicando de nuevo..."
  success: "¡Publicado!"
  failure: "La publicación ha fallado"
desktop/views/components/renote-form-window.vue:
  title: "¿Seguro qué quieres volver a publicarlo?"
desktop/views/pages/user-following-or-followers.vue:
  following: "{user}のフォロー"
  followers: "{user}のフォロワー"
desktop/views/components/settings-window.vue:
  settings: "Configuración"
desktop/views/components/settings.vue:
  profile: "Perfil"
  notification: "Notificación"
  apps: "Aplicaciones"
  tags: "ハッシュタグ"
  mute-and-block: "ミュート/ブロック"
  blocking: "ブロック"
  security: "Seguridad"
  signin: "Historial de inicios de sesión"
  password: "Contraseña"
  2fa: "Autenticación de Doble-Factor"
  other: "Otros"
  license: "Licencia"
  theme: "テーマ"
  behaviour: "Acciones"
  fetch-on-scroll: "Desplazamiento infinito"
  fetch-on-scroll-desc: "Cuando te deslizas al final de la página nuevo contenido se carga automáticamente."
  note-visibility: "投稿の公開範囲"
  default-note-visibility: "デフォルトの公開範囲"
  remember-note-visibility: "投稿の公開範囲を記憶する"
  web-search-engine: "ウェブ検索エンジン"
  web-search-engine-desc: "例: https://www.google.com/?#q={{query}}"
  auto-popout: "Ventana emergente automática"
  auto-popout-desc: "Muestra una ventana emergente si es posible. Esta configuración depende del navegador."
  advanced: "Configuración avanzada"
  api-via-stream: "Solicitar API por medio de un stream"
  api-via-stream-desc: "Las peticiones de las API se realizan por conexiones WebSocket en lugar de las tradicionales (para una mejora en el rendimiento). Esta función depende del navegador."
  deck-nav: "デッキ内ナビゲーション"
  deck-nav-desc: "デッキを使用しているとき、ナビゲーションが発生する際にページ遷移を行わずに一時的なカラムで受けるようにします。"
  deck-default: "デッキをデフォルトのUIにする"
  display: "Diseño y pantalla"
  customize: "Personaliza la página principal"
  wallpaper: "壁紙"
  choose-wallpaper: "Elije un fondo"
  delete-wallpaper: "Suprimir fondo"
  dark-mode: "Modo Nocturno"
  use-shadow: "UIに影を使用"
  rounded-corners: "UIの角を丸める"
  circle-icons: "Usar iconos circulares"
  contrasted-acct: "ユーザー名にコントラストを付ける"
  post-form-on-timeline: "Mostrar el formulario de las entradas encima de la línea de tiempo"
  suggest-recent-hashtags: "最近のハッシュタグを投稿フォームに表示する"
  show-clock-on-header: "右上に時計を表示する"
  show-reply-target: "リプライ先を表示する"
  timeline: "タイムライン"
  show-my-renotes: "自分の行ったRenoteをタイムラインに表示する"
  show-renoted-my-notes: "自分の投稿のRenoteをタイムラインに表示する"
  show-local-renotes: "ローカルの投稿のRenoteをタイムラインに表示する"
  show-maps: "マップの自動展開"
  remain-deleted-note: "削除された投稿を表示し続ける"
  deck-column-align: "デッキのカラムの位置"
  deck-column-align-center: "中央"
  deck-column-align-left: "左"
  sound: "サウンド"
  enable-sounds: "サウンドを有効にする"
  enable-sounds-desc: "投稿やメッセージを送受信したときなどにサウンドを再生します。この設定はブラウザに記憶されます。"
  volume: "ボリューム"
  test: "テスト"
  language: "言語"
  pick-language: "言語を選択"
  recommended: "推奨"
  auto: "自動"
  specify-language: "言語を指定"
  language-desc: "変更はページの再度読み込み後に反映されます。"
  cache: "キャッシュ"
  clean-cache: "クリーンアップ"
  cache-warn: "クリーンアップを行うと、ブラウザに記憶されたアカウント情報のキャッシュ、書きかけの投稿・返信・メッセージ、およびその他のデータ(設定情報含む)が削除されます。クリーンアップを行った後はページを再度読み込みする必要があります。"
  cache-cleared: "キャッシュを削除しました"
  cache-cleared-desc: "ページを再度読み込みしてください。"
  auto-watch: "投稿の自動ウォッチ"
  auto-watch-desc: "リアクションしたり返信したりした投稿に関する通知を自動的に受け取るようにします。"
  about: "Misskeyについて"
  operator: "このサーバーの運営者"
  update: "Misskey Update"
  version: "バージョン:"
  latest-version: "最新のバージョン:"
  update-checking: "アップデートを確認中"
  do-update: "Chequear por actualizaciones"
  update-settings: "Configuración avanzada"
  prevent-update: "Posponer actualizaciones (no recomendado)"
  prevent-update-desc: "Incluso si activas esta configuración, algunas actualizaciones podrían aplicarse. Esta configuración está habilitada sólo para este dispositivo."
  no-updates: "No hay actualizaciones disponibles"
  no-updates-desc: "Tu Misskey está actualizado"
  update-available: "Una nueva versión está disponible"
  update-available-desc: "Las actualizaciones se aplicarán cuando actualices la página nuevamente."
  advanced-settings: "Avanzado"
  debug-mode: "Habilitar modo de depuración"
  debug-mode-desc: "Esta configuración se ha guardado en el navegador."
  experimental: "Habilitar herramientas experimentales"
  experimental-desc: "Activar esto puede hacer que tu cliente de Misskey se vuelva inestable. La configuración se ha guardado en el navegador."
  tools: "Herramientas"
  task-manager: "Navegador de tareas"
  third-parties: "Servicios externos"
  navbar-position: "ナビゲーションバーの位置"
  navbar-position-top: "上"
  navbar-position-left: "左"
  navbar-position-right: "右"
desktop/views/components/settings.2fa.vue:
  intro: "二段階認証を設定すると、サインイン時にパスワードだけでなく、予め登録しておいた物理的なデバイス(例えばあなたのスマートフォンなど)も必要になり、よりセキュリティが向上します。"
  detail: "Ver detalles..."
  url: "https://www.google.com/landing/2step/"
  caution: "Si pierdes acceso al dispositivo, no podrás conectarte a Misskey."
  register: "Registrar un dispositivo"
  already-registered: "Un dispositivo ya fue registrado"
  unregister: "Inhabilitado"
  unregistered: "Autenticación de dos pasos fue deshabilitada."
  enter-password: "Escribe una contraseña"
  authenticator: "Primero, necesitas instalar Google Authenticator en tu dispositivo:"
  howtoinstall: "Cómo instalar"
  scan: "Luego, escanea el código QR:"
  done: "Por favor ingresa el token mostrado en tu dispositivo:"
  submit: "Enviar"
  success: "¡Configuraciones guardadas!"
  failed: "Error al configurar. Por favor asegúrate de que el token es correcto."
  info: "Desde ahora, ingresa el token que se muestra en tu dispositivo adicionalmente a tu contraseña cuando inicies sesión en Misskey"
common/views/components/api-settings.vue:
  intro: "APIを利用するには、上記のトークンを「i」というキーでパラメータに付加してリクエストします。"
  caution: "アカウントを不正利用される可能性があるため、このトークンは第三者に教えないでください(アプリなどにも入力しないでください)。"
  regeneration-of-token: "万が一このトークンが漏れたりその可能性がある場合はトークンを再生成できます。"
  regenerate-token: "トークンを再生成"
  token: "Token:"
  enter-password: "パスワードを入力してください"
  console:
    title: 'APIコンソール'
    endpoint: 'エンドポイント'
    parameter: 'パラメータ'
    credential-info: "「i」パラメータは自動で付与されます。"
    send: '送信'
    sending: '応答待ち'
    response: '結果'
desktop/views/components/settings.apps.vue:
  no-apps: "No hay aplicaciones asociadas"
common/views/components/drive-settings.vue:
  max: "容量"
  in-use: "使用中"
  stats: "統計"
common/views/components/mute-and-block.vue:
  mute-and-block: "ミュートとブロック"
  mute: "ミュート"
  block: "ブロック"
  no-muted-users: "ミュートしているユーザーはいません"
  no-blocked-users: "ブロックしているユーザーはいません"
  word-mute: "ワードミュート"
  muted-words: "ミュートされたキーワード"
  muted-words-description: "スペースで区切るとAND指定になり、改行で区切るとOR指定になります"
  save: "保存"
common/views/components/password-settings.vue:
  reset: "パスワードを変更する"
  enter-current-password: "現在のパスワードを入力してください"
  enter-new-password: "新しいパスワードを入力してください"
  enter-new-password-again: "もう一度新しいパスワードを入力してください"
  not-match: "新しいパスワードが一致しません"
  changed: "パスワードを変更しました"
desktop/views/components/sub-note-content.vue:
  private: "この投稿は非公開です"
  deleted: "この投稿は削除されました"
  media-count: "{}つのメディア"
  poll: "アンケート"
desktop/views/components/taskmanager.vue:
  title: "タスクマネージャ"
desktop/views/components/timeline.vue:
  home: "ホーム"
  local: "ローカル"
  hybrid: "ソーシャル"
  global: "グローバル"
  mentions: "あなた宛て"
  messages: "メッセージ"
  list: "リスト"
  hashtag: "ハッシュタグ"
  add-tag-timeline: "ハッシュタグを追加"
  add-list: "リストを追加"
  list-name: "リスト名"
desktop/views/components/ui.header.vue:
  welcome-back: "Bienvenido/a de vuelta,"
  adjective: "-san"
desktop/views/components/ui.header.account.vue:
  profile: "Tu perfil"
  favorites: "Favoritos"
  lists: "Listas"
  follow-requests: "Solicitudes de seguimiento"
  customize: "Personalizar la página de inicio"
  admin: "Admin"
  settings: "Configuraciones"
  signout: "Desconectarse"
  dark: "Sumergirse en la oscuridad"
desktop/views/components/ui.header.nav.vue:
  home: "Inicio"
  deck: "Cubierta"
  game: "Juegos"
desktop/views/components/ui.header.notifications.vue:
  title: "Notificaciones"
desktop/views/components/ui.header.post.vue:
  post: "Crear una publicación"
desktop/views/components/ui.header.search.vue:
  placeholder: "Buscar"
desktop/views/components/received-follow-requests-window.vue:
  title: "Solicitudes de seguidores"
  accept: "Aceptar"
  reject: "Rechazar"
desktop/views/components/user-lists-window.vue:
  title: "Listas de usuario"
  create-list: "Crear lista"
  list-name: "Nombre de lista"
desktop/views/components/user-preview.vue:
  notes: "Publicaciones"
  following: "フォロー"
  followers: "フォロワー"
desktop/views/components/users-list.vue:
  all: "すべて"
  iknow: "知り合い"
  fetching: "読み込んでいます"
desktop/views/components/users-list-item.vue:
  followed: "フォローされています"
desktop/views/components/window.vue:
  popout: "ポップアウト"
  close: "閉じる"
admin/views/index.vue:
  dashboard: "ダッシュボード"
  instance: "インスタンス"
  emoji: "カスタム絵文字"
  moderators: "モデレーター"
  users: "ユーザー"
  federation: "連合"
  announcements: "お知らせ"
  hashtags: "ハッシュタグ"
  back-to-misskey: "Misskeyに戻る"
admin/views/dashboard.vue:
  dashboard: "ダッシュボード"
  accounts: "アカウント"
  notes: "投稿"
  drive: "ドライブ"
  instances: "インスタンス"
  this-instance: "このインスタンス"
  federated: "連合"
admin/views/instance.vue:
  instance: "インスタンス"
  instance-name: "インスタンス名"
  instance-description: "インスタンスの紹介"
  host: "ホスト"
  banner-url: "バナー画像URL"
  languages: "インスタンスの対象言語"
  languages-desc: "スペースで区切って複数設定できます。"
  maintainer-config: "管理者情報"
  maintainer-name: "管理者名"
  maintainer-email: "管理者の連絡先"
  drive-config: "ドライブの設定"
  cache-remote-files: "リモートのファイルをキャッシュする"
  cache-remote-files-desc: "この設定を無効にすると、リモートファイルをキャッシュせず直リンクするようになります。そのためサーバーのストレージを節約できますが、プライバシー設定で直リンクを無効にしているユーザーにはファイルが見えなくなったり、サムネイルが生成されないので通信量が増加します。通常はこの設定をオンにしておくことをおすすめします。"
  local-drive-capacity-mb: "ローカルユーザーひとりあたりのドライブ容量"
  remote-drive-capacity-mb: "リモートユーザーひとりあたりのドライブ容量"
  mb: "メガバイト単位"
  recaptcha-config: "reCAPTCHAの設定"
  recaptcha-info: "reCAPTCHAを有効にする場合、reCAPTCHAトークンを取得する必要があります。https://www.google.com/recaptcha/intro/ にアクセスしてトークンを取得してください。"
  enable-recaptcha: "reCAPTCHAを有効にする"
  recaptcha-site-key: "reCAPTCHA site key"
  recaptcha-secret-key: "reCAPTCHA secret key"
  twitter-integration-config: "Twitter連携の設定"
  twitter-integration-info: "コールバックURLは {url} に設定します。"
  enable-twitter-integration: "Twitter連携を有効にする"
  twitter-integration-consumer-key: "Consumer key"
  twitter-integration-consumer-secret: "Consumer secret"
  github-integration-config: "GitHub連携の設定"
  github-integration-info: "コールバックURLは {url} に設定します。"
  enable-github-integration: "GitHub連携を有効にする"
  github-integration-client-id: "Client ID"
  github-integration-client-secret: "Client Secret"
  discord-integration-config: "Discord連携の設定"
  discord-integration-info: "コールバックURLは {url} に設定します。"
  enable-discord-integration: "Discord連携を有効にする"
  discord-integration-client-id: "Client ID"
  discord-integration-client-secret: "Client Secret"
  proxy-account-config: "プロキシアカウントの設定"
  proxy-account-info: "プロキシアカウントは、特定の条件下でユーザーのリモートフォローを代行するアカウントです。例えば、ユーザーがリモートユーザーをリストに入れたとき、リストに入れられたユーザーを誰もフォローしていないとアクティビティがサーバーに配達されないため、代わりにプロキシアカウントがフォローするようにします。"
  proxy-account-username: "プロキシアカウントのユーザー名"
  proxy-account-username-desc: "プロキシとして使用するアカウントのユーザー名を指定してください。"
  proxy-account-warn: "アカウントは自動で作られないため、そのユーザー名のアカウントを予め作成しておく必要があります。"
  max-note-text-length: "投稿の最大文字数"
  disable-registration: "ユーザー登録の受付を停止する"
  disable-local-timeline: "ローカルタイムラインを無効にする"
  invite: "招待"
  save: "保存"
  saved: "保存しました"
  user-recommendation-config: "おすすめユーザー"
  enable-external-user-recommendation: "外部ユーザーレコメンデーションを有効にする"
  external-user-recommendation-engine: "エンジン"
  external-user-recommendation-engine-desc: "例: https://vinayaka.distsn.org/cgi-bin/vinayaka-user-match-misskey-api.cgi?{{host}}+{{user}}+{{limit}}+{{offset}}"
  external-user-recommendation-timeout: "タイムアウト"
  external-user-recommendation-timeout-desc: "ミリ秒単位 (例: 300000)"
  email-config: "メールサーバーの設定"
  email-config-info: "メールアドレス確認やパスワードリセットの際に使われます。"
  enable-email: "メール配信を有効にする"
  email: "メールアドレス"
  smtp-secure: "SMTP接続に暗黙的なSSL/TLSを使用する"
  smtp-secure-info: "STARTTLS使用時はオフにします。"
  smtp-host: "SMTPホスト"
  smtp-port: "SMTPポート"
  smtp-user: "SMTPユーザー"
  smtp-pass: "SMTPパスワード"
admin/views/charts.vue:
  title: "チャート"
  per-day: "1日ごと"
  per-hour: "1時間ごと"
  federation: "フェデレーション"
  notes: "投稿"
  users: "ユーザー"
  drive: "ドライブ"
  network: "ネットワーク"
  charts:
    federation-instances: "インスタンスの増減"
    federation-instances-total: "インスタンスの積算"
    notes: "投稿の増減 (統合)"
    local-notes: "投稿の増減 (ローカル)"
    remote-notes: "投稿の増減 (リモート)"
    notes-total: "投稿の積算"
    users: "ユーザーの増減"
    users-total: "ユーザーの積算"
    drive: "ドライブ使用量の増減"
    drive-total: "ドライブ使用量の積算"
    drive-files: "ドライブのファイル数の増減"
    drive-files-total: "ドライブのファイル数の積算"
    network-requests: "リクエスト"
    network-time: "応答時間"
    network-usage: "通信量"
admin/views/users.vue:
  operation: "操作"
  username-or-userid: "ユーザー名またはユーザーID"
  user-not-found: "ユーザーが見つかりません"
  lookup: "照会"
  reset-password: "パスワードをリセット"
  password-updated: "パスワードは現在「{password}」です"
  suspend: "凍結"
  suspended: "凍結しました"
  unsuspend: "凍結の解除"
  unsuspended: "凍結を解除しました"
  verify: "公式アカウントにする"
  verified: "公式アカウントにしました"
  unverify: "公式アカウントを解除する"
  unverified: "公式アカウントを解除しました"
  users:
    title: "ユーザー"
    sort:
      title: "ソート"
      createdAtAsc: "登録日時が古い順"
      createdAtDesc: "登録日時が新しい順"
      updatedAtAsc: "更新日時が古い順"
      updatedAtDesc: "更新日時が新しい順"
    origin:
      title: "オリジン"
      combined: "ローカル+リモート"
      local: "ローカル"
      remote: "リモート"
    createdAt: "登録日時"
    updatedAt: "更新日時"
admin/views/moderators.vue:
  add-moderator:
    title: "モデレーターの登録"
    add: "登録"
    added: "モデレーターを登録しました"
admin/views/emoji.vue:
  add-emoji:
    title: "絵文字の登録"
    name: "絵文字名"
    name-desc: "a~z 0~9 _ の文字が使えます。"
    aliases: "エイリアス"
    aliases-desc: "スペースで区切って複数設定できます。"
    url: "絵文字画像URL"
    add: "追加"
    info: "50KB以下のPNG画像をおすすめします。"
    added: "絵文字を登録しました"
  emojis:
    title: "絵文字一覧"
    update: "更新"
    remove: "削除"
  updated: "更新しました"
  remove-emoji:
    are-you-sure: "「$1」を削除しますか?"
    removed: "削除しました"
admin/views/announcements.vue:
  announcements: "お知らせ"
  save: "保存"
  remove: "削除"
  add: "追加"
  title: "タイトル"
  text: "内容"
  saved: "保存しました"
  _remove:
    are-you-sure: "「$1」を削除しますか?"
    removed: "削除しました"
admin/views/hashtags.vue:
  hided-tags: "Hidden Tags"
desktop/views/pages/welcome.vue:
  about: "詳しく..."
  gotit: "わかった"
  signin: "ログイン"
  signup: "新規登録"
  signin-button: "やってる"
  signup-button: "やる"
  timeline: "タイムライン"
  announcements: "お知らせ"
  photos: "最近の画像"
  powered-by-misskey: "Powered by <b>Misskey</b>."
  info: "情報"
desktop/views/pages/drive.vue:
  title: "Misskey Drive"
desktop/views/pages/home-customize.vue:
  title: "ホームのカスタマイズ"
desktop/views/pages/note.vue:
  prev: "前の投稿"
  next: "次の投稿"
desktop/views/pages/selectdrive.vue:
  title: "ファイルを選択してください"
  ok: "決定"
  cancel: "キャンセル"
  upload: "PCからドライブにファイルをアップロード"
desktop/views/pages/search.vue:
  not-available: "検索機能はインスタンスの設定で無効になっています。"
  not-found: "「{q}」に関する投稿は見つかりませんでした。"
desktop/views/pages/share.vue:
  share-with: "{name}で共有"
desktop/views/pages/tag.vue:
  no-posts-found: "ハッシュタグ「{q}」が付けられた投稿は見つかりませんでした。"
desktop/views/pages/user-list.users.vue:
  users: "ユーザー"
  add-user: "ユーザーを追加"
  username: "ユーザー名"
desktop/views/pages/user/user.followers-you-know.vue:
  title: "知り合いのフォロワー"
  loading: "読み込み中"
  no-users: "知り合いのフォロワーはいません"
desktop/views/pages/user/user.friends.vue:
  title: "よく話すユーザー"
  loading: "読み込み中"
  no-users: "よく話すユーザーはいません"
desktop/views/pages/user/user.photos.vue:
  title: "フォト"
  loading: "読み込み中"
  no-photos: "写真はありません"
desktop/views/pages/user/user.profile.vue:
  follows-you: "フォローされています"
  stalk: "ストークする"
  stalking: "ストーキングしています"
  unstalk: "ストーク解除"
  mute: "ミュートする"
  muted: "ミュートしています"
  unmute: "ミュート解除"
  block: "ブロックする"
  unblock: "ブロック解除"
  block-confirm: "このユーザーをブロックしますか?"
  push-to-a-list: "リストに追加"
  list-pushed: "{user}を{list}に追加しました。"
desktop/views/pages/user/user.header.vue:
  posts: "投稿"
  following: "フォロー"
  followers: "フォロワー"
  is-bot: "このアカウントはBotです"
  years-old: "{age}歳"
  year: "年"
  month: "月"
  day: "日"
desktop/views/pages/user/user.timeline.vue:
  default: "投稿"
  with-replies: "投稿と返信"
  with-media: "メディア"
  empty: "このユーザーはまだ何も投稿していないようです。"
desktop/views/widgets/messaging.vue:
  title: "メッセージ"
desktop/views/widgets/notifications.vue:
  title: "通知"
  settings: "通知の設定"
desktop/views/widgets/polls.vue:
  title: "アンケート"
  refresh: "他を見る"
  nothing: "ありません!"
desktop/views/widgets/post-form.vue:
  title: "投稿"
  note: "投稿"
desktop/views/widgets/profile.vue:
  update-banner: "クリックでバナー編集"
  update-avatar: "クリックでアバター編集"
desktop/views/widgets/trends.vue:
  title: "トレンド"
  refresh: "他を見る"
  nothing: "ありません!"
desktop/views/widgets/users.vue:
  title: "おすすめユーザー"
  refresh: "他を見る"
  no-one: "いません!"
mobile/views/components/drive.vue:
  used: "使用中"
  folder-count: "フォルダ"
  count-separator: "、"
  file-count: "ファイル"
  nothing-in-drive: "ドライブには何もありません"
  folder-is-empty: "このフォルダは空です"
  prompt: "何をしますか?(数字を入力してください): <1  ファイルをアップロード | 2  ファイルをURLでアップロード | 3  フォルダ作成 | 4  このフォルダ名を変更 | 5  このフォルダを移動 | 6  このフォルダを削除>"
  deletion-alert: "ごめんなさい!フォルダの削除は未実装です...。"
  folder-name: "フォルダー名"
  root-rename-alert: "現在いる場所はルートで、フォルダではないため名前の変更はできません。名前を変更したいフォルダに移動してからやってください。"
  root-move-alert: "現在いる場所はルートで、フォルダではないため移動はできません。移動したいフォルダに移動してからやってください。"
  url-prompt: "アップロードしたいファイルのURL"
  uploading: "アップロードをリクエストしました。アップロードが完了するまで時間がかかる場合があります。"
mobile/views/components/drive-file-chooser.vue:
  select-file: "ファイルを選択"
mobile/views/components/drive-folder-chooser.vue:
  select-folder: "フォルダーを選択"
mobile/views/components/drive.file.vue:
  nsfw: "閲覧注意"
mobile/views/components/drive.file-detail.vue:
  download: "ダウンロード"
  rename: "名前を変更"
  move: "移動"
  hash: "ハッシュ (md5)"
  exif: "EXIF"
  nsfw: "閲覧注意"
  mark-as-sensitive: "閲覧注意に設定"
  unmark-as-sensitive: "閲覧注意を解除"
mobile/views/components/media-image.vue:
  sensitive: "閲覧注意"
  click-to-show: "クリックして表示"
mobile/views/components/media-video.vue:
  sensitive: "閲覧注意"
  click-to-show: "クリックして表示"
common/views/components/follow-button.vue:
  following: "フォロー中"
  follow: "フォロー"
  request-pending: "フォロー許可待ち"
  follow-processing: "フォロー処理中"
  follow-request: "フォロー申請"
mobile/views/components/friends-maker.vue:
  title: "気になるユーザーをフォロー"
  empty: "おすすめのユーザーは見つかりませんでした。"
  fetching: "読み込んでいます"
  refresh: "もっと見る"
  close: "閉じる"
mobile/views/components/note.vue:
  private: "この投稿は非公開です"
  deleted: "この投稿は削除されました"
  location: "位置情報"
mobile/views/components/note-detail.vue:
  reply: "返信"
  reaction: "リアクション"
  private: "この投稿は非公開です"
  deleted: "この投稿は削除されました"
  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/notifications.vue:
  empty: "ありません!"
mobile/views/components/post-form.vue:
  add-visible-user: "ユーザーを追加"
  submit: "投稿"
  reply: "返信"
  renote: "Renote"
  quote-placeholder: "この投稿を引用... (オプション)"
  reply-placeholder: "この投稿への返信..."
  cw-placeholder: "内容への注釈 (オプション)"
  location-alert: "お使いの端末は位置情報に対応していません"
  error: "エラー"
  username-prompt: "ユーザー名を入力してください"
mobile/views/components/sub-note-content.vue:
  private: "この投稿は非公開です"
  deleted: "この投稿は削除されました"
  media-count: "{}つのメディア"
  poll: "アンケート"
mobile/views/components/timeline.vue:
  empty: "投稿がありません"
mobile/views/components/ui.header.vue:
  welcome-back: "おかえりなさい、"
  adjective: "さん"
mobile/views/components/ui.nav.vue:
  timeline: "タイムライン"
  notifications: "通知"
  follow-requests: "フォロー申請"
  search: "検索"
  favorites: "お気に入り"
  user-lists: "リスト"
  widgets: "ウィジェット"
  game: "ゲーム"
  darkmode: "ダークモード"
  settings: "設定"
  admin: "管理"
  about: "Misskeyについて"
mobile/views/components/user-timeline.vue:
  no-notes: "このユーザーは投稿していないようです。"
  no-notes-with-media: "メディア付き投稿はありません。"
mobile/views/components/users-list.vue:
  all: "すべて"
  known: "知り合い"
mobile/views/pages/favorites.vue:
  title: "お気に入り"
mobile/views/pages/user-lists.vue:
  title: "リスト"
  enter-list-name: "リスト名を入力してください"
mobile/views/pages/signup.vue:
  lets-start: "📦 始めましょう"
mobile/views/pages/followers.vue:
  followers-of: "{name}のフォロワー"
mobile/views/pages/following.vue:
  following-of: "{name}のフォロー"
mobile/views/pages/home.vue:
  home: "ホーム"
  local: "ローカル"
  hybrid: "ソーシャル"
  global: "グローバル"
  mentions: "あなた宛て"
  messages: "メッセージ"
mobile/views/pages/tag.vue:
  no-posts-found: "ハッシュタグ「{q}」が付けられた投稿は見つかりませんでした。"
mobile/views/pages/welcome.vue:
  signup: "新規登録"
mobile/views/pages/widgets.vue:
  dashboard: "ダッシュボード"
  widgets-hints: "ウィジェットを追加/削除したり並べ替えたりできます。ウィジェットを移動するには「三」をドラッグします。ウィジェットを削除するには「x」をタップします。いくつかのウィジェットはタップすることで表示を変更できます。"
  add-widget: "追加"
  customization-tips: "カスタマイズのヒント"
mobile/views/pages/widgets/activity.vue:
  activity: "アクティビティ"
mobile/views/pages/share.vue:
  share-with: "{name}で共有"
mobile/views/pages/received-follow-requests.vue:
  title: "フォロー申請"
  accept: "承認"
  reject: "拒否"
mobile/views/pages/note.vue:
  title: "投稿"
  prev: "前の投稿"
  next: "次の投稿"
mobile/views/pages/notifications.vue:
  notifications: "通知"
  read-all: "すべての通知を既読にしますか?"
mobile/views/pages/games/reversi.vue:
  reversi: "リバーシ"
mobile/views/pages/search.vue:
  search: "検索"
  not-found: "「{q}」に関する投稿は見つかりませんでした。"
mobile/views/pages/selectdrive.vue:
  select-file: "ファイルを選択"
mobile/views/pages/settings.vue:
  signed-in-as: "{}としてサインイン中"
  lang: "言語"
  lang-tip: "変更はページの再読み込み後に反映されます。"
  recommended: "推奨"
  auto: "自動"
  specify-language: "言語を指定"
  design: "デザインと表示"
  dark-mode: "ダークモード"
  i-am-under-limited-internet: "私は通信を制限されている"
  circle-icons: "円形のアイコンを使用"
  contrasted-acct: "ユーザー名にコントラストを付ける"
  timeline: "タイムライン"
  show-reply-target: "リプライ先を表示する"
  show-my-renotes: "自分の行ったRenoteを表示する"
  show-renoted-my-notes: "自分の投稿のRenoteを表示する"
  show-local-renotes: "ローカルの投稿のRenoteを表示する"
  post-style: "投稿の表示スタイル"
  post-style-standard: "標準"
  post-style-smart: "スマート"
  notification-position: "通知の表示"
  notification-position-bottom: "下"
  notification-position-top: "上"
  theme: "テーマ"
  behavior: "動作"
  fetch-on-scroll: "スクロールで自動読み込み"
  note-visibility: "投稿の公開範囲"
  default-note-visibility: "デフォルトの公開範囲"
  remember-note-visibility: "投稿の公開範囲を記憶する"
  web-search-engine: "ウェブ検索エンジン"
  web-search-engine-desc: "例: https://www.google.com/?#q={{query}}"
  disable-via-mobile: "「モバイルからの投稿」フラグを付けない"
  load-raw-images: "添付された画像を高画質で表示する"
  load-remote-media: "リモートサーバーのメディアを表示する"
  twitter: "Twitter連携"
  twitter-connect: "Twitterアカウントに接続する"
  twitter-reconnect: "再接続する"
  twitter-disconnect: "切断する"
  github: "GitHub連携"
  github-connect: "GitHubアカウントに接続する"
  github-reconnect: "再接続する"
  github-disconnect: "切断する"
  discord: "Discord連携"
  discord-connect: "Discordアカウントに接続する"
  discord-reconnect: "再接続する"
  discord-disconnect: "切断する"
  update: "Misskey Update"
  version: "バージョン:"
  latest-version: "最新のバージョン:"
  update-checking: "アップデートを確認中"
  check-for-updates: "アップデートを確認"
  no-updates: "利用可能な更新はありません"
  no-updates-desc: "お使いのMisskeyは最新です。"
  update-available: "新しいバージョンが利用可能です"
  update-available-desc: "ページを再度読み込みすると更新が適用されます。"
  settings: "設定"
  signout: "サインアウト"
  sound: "サウンド"
  enable-sounds: "サウンドを有効にする"
  mark-as-read-all-unread-notes: "すべての投稿を既読にする"
  password: "パスワード"
mobile/views/pages/user.vue:
  follows-you: "フォローされています"
  following: "フォロー"
  followers: "フォロワー"
  notes: "投稿"
  overview: "概要"
  timeline: "タイムライン"
  media: "メディア"
  is-suspended: "このユーザーは凍結されています。"
  mute: "ミュート"
  unmute: "ミュート解除"
  block: "ブロック"
  unblock: "ブロック解除"
  years-old: "{age}歳"
mobile/views/pages/user/home.vue:
  recent-notes: "最近の投稿"
  images: "画像"
  activity: "アクティビティ"
  keywords: "キーワード"
  domains: "頻出ドメイン"
  frequently-replied-users: "よく会話するユーザー"
  followers-you-know: "知り合いのフォロワー"
  last-used-at: "最終ログイン"
mobile/views/pages/user/home.followers-you-know.vue:
  no-users: "知り合いのユーザーはいません"
mobile/views/pages/user/home.friends.vue:
  no-users: "よく会話するユーザーはいません"
mobile/views/pages/user/home.notes.vue:
  no-notes: "投稿はありません"
mobile/views/pages/user/home.photos.vue:
  no-photos: "写真はありません"
deck:
  widgets: "ウィジェット"
  home: "ホーム"
  local: "ローカル"
  hybrid: "ソーシャル"
  hashtag: "ハッシュタグ"
  global: "グローバル"
  mentions: "あなた宛て"
  direct: "ダイレクト投稿"
  notifications: "通知"
  list: "リスト"
  swap-left: "左に移動"
  swap-right: "右に移動"
  swap-up: "上に移動"
  swap-down: "下に移動"
  remove: "カラムを削除"
  add-column: "カラムを追加"
  rename: "名前を変更"
  stack-left: "左に重ねる"
  pop-right: "右に出す"
deck/deck.tl-column.vue:
  is-media-only: "メディア投稿のみ"
  is-media-view: "メディアビュー"
  edit: "オプション"
deck/deck.user-column.vue:
  posts: "投稿"
  following: "フォロー"
  followers: "フォロワー"
  images: "画像"
  activity: "アクティビティ"
  timeline: "タイムライン"
  pinned-notes: "ピン留めされた投稿"
  push-to-a-list: "リストに追加"
docs:
  edit-this-page-on-github: "間違いや改善点を見つけましたか?"
  edit-this-page-on-github-link: "このページをGitHubで編集"
  api:
    entities:
      properties: "プロパティ"
    endpoints:
      params: "パラメータ"
      no-params: "パラメータはありません"
      res: "レスポンス"
      require-credential: "このエンドポイントは認証情報が必須です。"
      require-permission: "このエンドポイントは{permission}の権限を必要とします。"
      has-limit: "レートリミットがあります。"
      duration-limit: "直近{duration}ミリ秒の間のこのエンドポイントへのリクエスト数の合計が{max}を超える場合はリクエストできません。"
      min-interval-limit: "前回のリクエストから{interval}ミリ秒経っていない場合はリクエストできません。"
      show-src: "このエンドポイントのソースコードも閲覧できます。"
      show-src-link: "コードをGitHubで見る"
      generated: "このドキュメントはAPI定義に基づき自動生成されています。"
    props:
      name: "名前"
      type: "型"
      description: "説明"
dev/views/index.vue:
  manage-apps: "アプリの管理"
dev/views/apps.vue:
  manage-apps: "アプリを管理"
  create-app: "アプリ作成"
  app-missing: "アプリなし"
dev/views/new-app.vue:
  create-app: "アプリケーションの作成"
  app-name: "アプリケーション名"
  app-name-desc: "あなたのアプリの名称。"
  app-name-ex: "ex) Misskey for iOS"
  app-overview: "アプリの概要"
  app-desc: "あなたのアプリの簡単な説明や紹介。"
  app-desc-ex: "ex) Misskey iOSクライアント。"
  callback-url: "コールバックURL (オプション)"
  callback-url-desc: "ユーザーが認証フォームで認証した際にリダイレクトするURLを設定できます。"
  authority: "権限"
  authority-desc: "ここで要求した機能だけがAPIからアクセスできます。"
  authority-warning: "アプリ作成後も変更できますが、新たな権限を付与する場合、その時点で関連付けられているユーザーキーはすべて無効になります。"
  account-read: "アカウントの情報を見る。"
  account-write: "アカウントの情報を操作する。"
  note-write: "投稿する。"
  reaction-write: "リアクションしたりリアクションをキャンセルする。"
  following-write: "フォローしたりフォロー解除する。"
  drive-read: "ドライブを見る。"
  drive-write: "ドライブを操作する。"
  notification-read: "通知を見る。"
  notification-write: "通知を操作する。"