这是indexloc提供的服务,不要输入任何密码
Skip to content

release: 1.0.2 #594

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions lib/i18n/aria/aria_es-ES.i18n.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
aboutAria: "Acerca de Aria"
accessToken: "Token de acceso"
accessTokenUpdated: "Se actualizó correctamente un token de acceso"
accountAdded: "Se añadió una cuenta correctamente"
acknowledgements(rich): "Aria es una fork de {miria}.\nLas traducciones de Aria se basan en los archivos de localización de {misskey}.\nNos gustaría mostrar nuestro agradecimiento a todos los contribuyentes de estos proyectos."
addTab: "Añadir pestaña"
alwaysExpandCw: "Mostrar la advertencia de contenido"
Expand All @@ -12,9 +14,11 @@ authenticated: "Autenticado"
avatarSize: "Tamaño del avatar"
background: "Fondo"
buttonTypes: "Tipos de botón"
calculating: "Calculado..."
confirmBeforeFollow: "Confirmar antes de seguir"
confirmBeforePost: "Confirmar antes de publicar"
confirmBeforeReact: "Confirmar antes de reaccionar"
confirmBeforeRenote: "Confirmar antes de renotar"
copied: "Copiado al portapapeles"
copyName: "Copiar nombre"
crop: "Recortar"
Expand Down Expand Up @@ -43,6 +47,7 @@ enableFederation: "Habilitar federación"
enablePredictiveBack: "Habilitar animaciones de gesto atrás predictivo"
enableSpellCheck: "Activar el corrector ortográfico"
endpoint: "Endpoint"
exitPlayConfirm: "¿Estás seguro de salir de Play?"
expandNote: "Mostrar nota"
extraMentionsWarning: "Esta nota incluye menciones que no están incluidas en la nota a responder"
fileNotFound: "Archivo no encontrado"
Expand Down Expand Up @@ -81,6 +86,7 @@ noThemes: "No hay temas"
noteDoubleTapAction: "Acción de doble toque en notas"
noteFooterSize: "Tamaño del botón de acción en notas"
noteLongPressAction: "Acción de pulsación larga en notas"
noteScheduled: "La nota ha sido programada"
noteTapAction: "Acción de toque de nota"
notesAfterRenotes: "Notas después de renotar"
onlineUsersCount(rich): "{n} usuarios en línea"
Expand All @@ -101,6 +107,7 @@ pinToEmojiPicker: "Fijar al selector de emojis"
playAudio: "Reproducir audio"
playVideo: "Reproducir vídeo"
pleaseCopyResponse: "Por favor copie esta respuesta"
pleaseLoginAs: "Por favor, inicia sesión como {user}"
postConfirm: "¿Estás seguro de publicar esta nota?"
reactionConfirm: "¿Estás seguro de añadir una reacción?"
recentlyUsedEmojis: "Emojis usados recientemente"
Expand All @@ -110,6 +117,10 @@ renotedBy(rich): "Renotado por {user}"
reset: "Restablecer"
rotate: "Rotar"
scale: "Escala"
schedule: "Calendario"
scheduledNoteError: "La publicación de la nota programada ha fallado"
scheduledNotePosted: "La nota programada ha sido publicada"
scheduledNotes: "Notas programadas"
selectIcon: "Seleccione un icono"
selfRenotedBy(rich): "Auto-renotado por {user}"
serverUrl: "URL del servidor"
Expand All @@ -125,8 +136,12 @@ showMenuButtonInTabBar: "Mostrar el botón de menú en la barra de pestañas"
showNoteCreatedAt: "Mostrar fecha de creación de notas"
showNoteFooter: "Mostrar botones de acción en notas"
showNoteReactionsViewer: "Mostrar los que reaccionaron en notas"
showOnlineStatus: "Mostrar estado de conexión"
showPopupOnNewNote: "Mostrar ventana emergente en nueva nota"
showQuoteButtonInNoteFooter: "Añadir \"Citar\" al menú de acciones"
showReactionsCountForEachTypes: "Ver el número de reacciones por cada tipo de reacción"
showRenotesCount: "Ver el número de renotas en notas"
showRepliesCount: "Ver el número de respuestas en notas"
showSelfRenotes: "Mostrar auto-renotes"
showSmallButtons: "Mostrar botones pequeños"
showSquaredButtons: "Mostrar botones cuadrados"
Expand Down Expand Up @@ -157,3 +172,4 @@ userSaysSomethingSensitive(rich): "La publicación de {name} contiene material s
vibrateNote: "Vibrar en una nueva nota"
vibrateNotification: "Vibrar en una nueva notificación"
webBrowser: "Navegador"
willBePostedOn: "Se publicará en {date}"
2 changes: 1 addition & 1 deletion lib/i18n/strings.g.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/// To regenerate, run: `dart run slang`
///
/// Locales: 31
/// Strings: 58696 (1893 per locale)
/// Strings: 58712 (1893 per locale)

// coverage:ignore-file
// ignore_for_file: type=lint, unused_import
Expand Down
16 changes: 16 additions & 0 deletions lib/i18n/strings_es_ES.g.dart
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ class _TranslationsAriaEsEs extends TranslationsAriaEnUs {
// Translations
@override String get aboutAria => 'Acerca de Aria';
@override String get accessToken => 'Token de acceso';
@override String get accessTokenUpdated => 'Se actualizó correctamente un token de acceso';
@override String get accountAdded => 'Se añadió una cuenta correctamente';
@override TextSpan acknowledgements({required InlineSpan miria, required InlineSpan misskey}) => TextSpan(children: [
const TextSpan(text: 'Aria es una fork de '),
miria,
Expand All @@ -63,9 +65,11 @@ class _TranslationsAriaEsEs extends TranslationsAriaEnUs {
@override String get avatarSize => 'Tamaño del avatar';
@override String get background => 'Fondo';
@override String get buttonTypes => 'Tipos de botón';
@override String get calculating => 'Calculado...';
@override String get confirmBeforeFollow => 'Confirmar antes de seguir';
@override String get confirmBeforePost => 'Confirmar antes de publicar';
@override String get confirmBeforeReact => 'Confirmar antes de reaccionar';
@override String get confirmBeforeRenote => 'Confirmar antes de renotar';
@override String get copied => 'Copiado al portapapeles';
@override String get copyName => 'Copiar nombre';
@override String get crop => 'Recortar';
Expand Down Expand Up @@ -96,6 +100,7 @@ class _TranslationsAriaEsEs extends TranslationsAriaEnUs {
@override String get enablePredictiveBack => 'Habilitar animaciones de gesto atrás predictivo';
@override String get enableSpellCheck => 'Activar el corrector ortográfico';
@override String get endpoint => 'Endpoint';
@override String get exitPlayConfirm => '¿Estás seguro de salir de Play?';
@override String get expandNote => 'Mostrar nota';
@override String get extraMentionsWarning => 'Esta nota incluye menciones que no están incluidas en la nota a responder';
@override String get fileNotFound => 'Archivo no encontrado';
Expand Down Expand Up @@ -148,6 +153,7 @@ class _TranslationsAriaEsEs extends TranslationsAriaEnUs {
@override String get noteDoubleTapAction => 'Acción de doble toque en notas';
@override String get noteFooterSize => 'Tamaño del botón de acción en notas';
@override String get noteLongPressAction => 'Acción de pulsación larga en notas';
@override String get noteScheduled => 'La nota ha sido programada';
@override String get noteTapAction => 'Acción de toque de nota';
@override String get notesAfterRenotes => 'Notas después de renotar';
@override TextSpan onlineUsersCount({required InlineSpan n}) => TextSpan(children: [
Expand Down Expand Up @@ -179,6 +185,7 @@ class _TranslationsAriaEsEs extends TranslationsAriaEnUs {
@override String get playAudio => 'Reproducir audio';
@override String get playVideo => 'Reproducir vídeo';
@override String get pleaseCopyResponse => 'Por favor copie esta respuesta';
@override String pleaseLoginAs({required Object user}) => 'Por favor, inicia sesión como ${user}';
@override String get postConfirm => '¿Estás seguro de publicar esta nota?';
@override String get reactionConfirm => '¿Estás seguro de añadir una reacción?';
@override String get recentlyUsedEmojis => 'Emojis usados recientemente';
Expand All @@ -191,6 +198,10 @@ class _TranslationsAriaEsEs extends TranslationsAriaEnUs {
@override String get reset => 'Restablecer';
@override String get rotate => 'Rotar';
@override String get scale => 'Escala';
@override String get schedule => 'Calendario';
@override String get scheduledNoteError => 'La publicación de la nota programada ha fallado';
@override String get scheduledNotePosted => 'La nota programada ha sido publicada';
@override String get scheduledNotes => 'Notas programadas';
@override String get selectIcon => 'Seleccione un icono';
@override TextSpan selfRenotedBy({required InlineSpan user}) => TextSpan(children: [
const TextSpan(text: 'Auto-renotado por '),
Expand All @@ -212,8 +223,12 @@ class _TranslationsAriaEsEs extends TranslationsAriaEnUs {
@override String get showNoteCreatedAt => 'Mostrar fecha de creación de notas';
@override String get showNoteFooter => 'Mostrar botones de acción en notas';
@override String get showNoteReactionsViewer => 'Mostrar los que reaccionaron en notas';
@override String get showOnlineStatus => 'Mostrar estado de conexión';
@override String get showPopupOnNewNote => 'Mostrar ventana emergente en nueva nota';
@override String get showQuoteButtonInNoteFooter => 'Añadir "Citar" al menú de acciones';
@override String get showReactionsCountForEachTypes => 'Ver el número de reacciones por cada tipo de reacción';
@override String get showRenotesCount => 'Ver el número de renotas en notas';
@override String get showRepliesCount => 'Ver el número de respuestas en notas';
@override String get showSelfRenotes => 'Mostrar auto-renotes';
@override String get showSmallButtons => 'Mostrar botones pequeños';
@override String get showSquaredButtons => 'Mostrar botones cuadrados';
Expand Down Expand Up @@ -255,6 +270,7 @@ class _TranslationsAriaEsEs extends TranslationsAriaEnUs {
@override String get vibrateNote => 'Vibrar en una nueva nota';
@override String get vibrateNotification => 'Vibrar en una nueva notificación';
@override String get webBrowser => 'Navegador';
@override String willBePostedOn({required Object date}) => 'Se publicará en ${date}';
}

// Path: misskey
Expand Down
2 changes: 1 addition & 1 deletion misskey
Submodule misskey updated 51 files
+1 −1 .github/workflows/api-misskey-js.yml
+1 −1 .github/workflows/changelog-check.yml
+1 −1 .github/workflows/check-misskey-js-autogen.yml
+1 −1 .github/workflows/get-api-diff.yml
+4 −4 .github/workflows/lint.yml
+1 −1 .github/workflows/locale.yml
+1 −1 .github/workflows/on-release-created.yml
+1 −1 .github/workflows/storybook.yml
+2 −2 .github/workflows/test-backend.yml
+1 −1 .github/workflows/test-federation.yml
+2 −2 .github/workflows/test-frontend.yml
+1 −1 .github/workflows/test-misskey-js.yml
+1 −1 .github/workflows/test-production.yml
+1 −1 .github/workflows/validate-api-json.yml
+1 −1 CHANGELOG.md
+7 −1 locales/ca-ES.yml
+3 −3 locales/de-DE.yml
+11 −5 locales/en-US.yml
+1 −0 locales/es-ES.yml
+5 −21 locales/index.d.ts
+5 −9 locales/ja-JP.yml
+7 −1 locales/zh-CN.yml
+6 −0 locales/zh-TW.yml
+1 −1 package.json
+0 −5 packages/backend/src/server/web/boot.js
+1 −1 packages/frontend-embed/package.json
+0 −2 packages/frontend-shared/themes/_dark.json5
+0 −2 packages/frontend-shared/themes/_light.json5
+0 −2 packages/frontend-shared/themes/d-astro.json5
+0 −2 packages/frontend-shared/themes/d-u0.json5
+0 −2 packages/frontend-shared/themes/l-u0.json5
+0 −2 packages/frontend-shared/themes/l-vivid.json5
+1 −1 packages/frontend/package.json
+19 −5 packages/frontend/src/components/MkThemePreview.vue
+9 −1 packages/frontend/src/components/global/PageWithAnimBg.vue
+0 −1 packages/frontend/src/local-storage.ts
+24 −1 packages/frontend/src/pages/settings/deck.vue
+1 −23 packages/frontend/src/pages/settings/theme.vue
+3 −0 packages/frontend/src/preferences/def.ts
+1 −1 packages/frontend/src/ui/_common_/navbar-for-mobile.vue
+1 −1 packages/frontend/src/ui/_common_/navbar-h.vue
+1 −1 packages/frontend/src/ui/_common_/navbar.vue
+8 −7 packages/frontend/src/ui/deck.vue
+2 −2 packages/frontend/src/ui/deck/column.vue
+12 −12 packages/frontend/src/utility/autogen/settings-search-index.ts
+11 −10 packages/frontend/src/utility/intl-string.ts
+3 −3 packages/misskey-js/generator/package.json
+6 −6 packages/misskey-js/package.json
+509 −164 pnpm-lock.yaml
+68 −68 scripts/changelog-checker/package-lock.json
+5 −5 scripts/changelog-checker/package.json
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: aria
description: "A client app for Misskey, a federated social media platform."
publish_to: "none"
version: 1.0.1+59
version: 1.0.2+60

environment:
sdk: ">=3.7.0 <4.0.0"
Expand Down
Loading