You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: SECURITY.md
+5
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,11 @@ bug report to the GitHub repository.
7
7
8
8
Thanks for helping make Misskey safe for everyone.
9
9
10
+
> [!note]
11
+
> CNA [requires](https://www.cve.org/ResourcesSupport/AllResources/CNARules#section_5-2_Description) that CVEs include a description in English for inclusion in the CVE Catalog.
12
+
>
13
+
> When creating a security advisory, all content must be written in English (it is acceptable to include a non-English description along with the English one).
14
+
10
15
## When create a patch
11
16
12
17
If you can also create a patch to fix the vulnerability, please create a PR on the private fork.
registrationLogsCaption: "Logs will be displayed when updating or deleting Emojis. They will disappear after updating or deleting them, moving to a new page, or reloading."
@@ -2777,8 +2775,12 @@ _customEmojisManager:
2777
2775
markAsDeleteTargetRanges: "Mark rows in the selection as a target to delete"
2778
2776
alertUpdateEmojisNothingDescription: "There are no updated Emojis."
2779
2777
alertDeleteEmojisNothingDescription: "There are no Emojis to be deleted."
2778
+
confirmMovePage: ""
2779
+
confirmChangeView: ""
2780
2780
confirmUpdateEmojisDescription: "Update {count} Emoji(s). Are you sure to continue?"
2781
2781
confirmDeleteEmojisDescription: "Delete checked {count} Emoji(s). Are you sure to continue?"
2782
+
confirmResetDescription: ""
2783
+
confirmMovePageDesciption: "Changes have been made to the Emojis on this page.\nIf you leave the page without saving, all changes made on this page will be discarded."
2782
2784
dialogSelectRoleTitle: "Search by roll set in Emojis"
Copy file name to clipboardexpand all lines: locales/es-ES.yml
+6-3
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ introMisskey: "ยกBienvenido/a! Misskey es un servicio de microblogging descentra
5
5
poweredByMisskeyDescription: "{name} es uno de los servicios (tambiรฉn llamado instancia) que usa la plataforma de cรณdigo abierto <b>Misskey</b>"
6
6
monthAndDay: "{day}/{month}"
7
7
search: "Buscar"
8
+
reset: "Reiniciar"
8
9
notifications: "Notificaciones"
9
10
username: "Nombre de usuario"
10
11
password: "Contraseรฑa"
@@ -518,6 +519,7 @@ emojiStyle: "Estilo de emoji"
518
519
native: "Nativo"
519
520
menuStyle: "Diseรฑo del menรบ"
520
521
style: "Diseรฑo"
522
+
drawer: "Cajรณn de Aplicaciones"
521
523
popup: "Ventana emergente"
522
524
showNoteActionsOnlyHover: "Mostrar acciones de la nota sรณlo al pasar el cursor"
523
525
showReactionsCount: "Mostrar el nรบmero de reacciones en las notas"
@@ -683,7 +685,10 @@ smtpSecure: "Usar SSL/TLS implรญcito en la conexiรณn SMTP"
683
685
smtpSecureInfo: "Apagar cuando se use STARTTLS"
684
686
testEmail: "Prueba de envรญo"
685
687
wordMute: "Silenciar palabras"
688
+
wordMuteDescription: "Minimiza las notas que contienen la palabra o frase especificada. Las notas minimizadas pueden visualizarse haciendo clic sobre ellas."
686
689
hardWordMute: "Filtro de palabra fuerte"
690
+
showMutedWord: "Mostrar palabras silenciadas."
691
+
hardWordMuteDescription: "Oculta las notas que contienen la palabra o frase especificada. A diferencia de Silenciar palabra, la nota quedarรก completamente oculta a la vista."
687
692
regexpError: "Error de la expresiรณn regular"
688
693
regexpErrorDescription: "Ocurriรณ un error en la expresiรณn regular en la linea {line} de las palabras muteadas {tab}"
689
694
instanceMute: "Instancias silenciadas"
@@ -1134,6 +1139,7 @@ preventAiLearningDescription: "Pedirle a las araรฑas (crawlers) no usar los text
1134
1139
options: "Opciรณn"
1135
1140
specifyUser: "Especificar usuario"
1136
1141
lookupConfirm: "ยฟQuiere informarse?"
1142
+
specifyHost: "Especificar Host"
1137
1143
failedToPreviewUrl: "No se pudo generar la vista previa"
1138
1144
update: "Actualizar"
1139
1145
rolesThatCanBeUsedThisEmojiAsReaction: "Roles que pueden usar este emoji como reacciรณn"
@@ -2288,9 +2294,6 @@ _pages:
2288
2294
newPage: "Crear pรกgina"
2289
2295
editPage: "Editar pรกgina"
2290
2296
readPage: "Viendo la fuente"
2291
-
created: "La pรกgina fue creada"
2292
-
updated: "La pรกgina fue actualizada"
2293
-
deleted: "La pรกgina borrada"
2294
2297
pageSetting: "Configurar pรกgina"
2295
2298
nameAlreadyExists: "La URL de la pรกgina especificada ya existe"
0 commit comments