mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Some checks are pending
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
Integration sqlite / changes (push) Waiting to run
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, --tags ~@large files_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, capabilities_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, collaboration_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, comments_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, dav_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, federation_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, file_conversions) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, files_reminders) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, filesdrop_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, ldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, openldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, openldap_numerical_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, remoteapi_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, routing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, setup_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, sharees_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, sharing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, theming_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, videoverification_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite-summary (push) Blocked by required conditions
Psalm static code analysis / static-code-analysis (push) Waiting to run
Psalm static code analysis / static-code-analysis-security (push) Waiting to run
Psalm static code analysis / static-code-analysis-ocp (push) Waiting to run
Psalm static code analysis / static-code-analysis-ncu (push) Waiting to run
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
33 lines
No EOL
2.7 KiB
JSON
33 lines
No EOL
2.7 KiB
JSON
{ "translations": {
|
|
"File reminders" : "Recordatorios de archivo",
|
|
"Reminder for {name}" : "Recordatorio para {name}",
|
|
"View file" : "Ver archivo",
|
|
"View folder" : "Ver carpeta",
|
|
"Files reminder" : "Recordatorios de archivo",
|
|
"The \"files_reminders\" app can work properly." : "La app \"files_reminders\" puede trabajar de forma apropiada.",
|
|
"The \"files_reminders\" app needs the notification app to work properly. You should either enable notifications or disable files_reminder." : "La app \"files_reminders\" requiere la app de notificaciones para trabajar de forma apropiada. Debería o bien habilitar las notificaciones o deshabilitar files_reminder.",
|
|
"Set file reminders" : "Establecer recordatorios de archivo",
|
|
"**📣 File reminders**\n\nSet file reminders.\n\nNote: to use the `File reminders` app, ensure that the `Notifications` app is installed and enabled. The `Notifications` app provides the necessary APIs for the `File reminders` app to work correctly." : "**📣 Recordatorios de archivo**\n\nEstablecer recordatorios de archivo.\n\nNota: para usar la app de `Recordatorios de archivo`, asegúrese de que la app de `Notificaciones` está instalada y habilitada. La app de `Notificaciones` provee las APIs necesarias para que la app de `Recordatorios de archivo` funcione correctamente.",
|
|
"Please choose a valid date & time" : "Por favor, escoja una fecha y hora válidas",
|
|
"Reminder set for \"{fileName}\"" : "Se estableció recordatorio para \"{fileName}\"",
|
|
"Failed to set reminder" : "No se pudo establecer el recordatorio",
|
|
"Reminder cleared for \"{fileName}\"" : "Se limpió el recordatorio para \"{fileName}\"",
|
|
"Failed to clear reminder" : "Fallo al borrar el recordatorio",
|
|
"Reminder at custom date & time" : "Recordatorio en una fecha y hora personalizada",
|
|
"We will remind you of this file" : "Le recordaremos de este archivo",
|
|
"Cancel" : "Cancelar",
|
|
"Clear reminder" : "Borrar recordatorio",
|
|
"Set reminder" : "Establecer recordatorio",
|
|
"Reminder set" : "Recordatorio establecido",
|
|
"Custom reminder" : "Recordatorio personalizado",
|
|
"Later today" : "Más tarde hoy",
|
|
"Set reminder for later today" : "Establecer recordatorio para hoy, más tarde",
|
|
"Tomorrow" : "Mañana",
|
|
"Set reminder for tomorrow" : "Establecer recordatorio para mañana",
|
|
"This weekend" : "Este fin de semana",
|
|
"Set reminder for this weekend" : "Establecer recordatorio para este fin de semana",
|
|
"Next week" : "Próxima semana",
|
|
"Set reminder for next week" : "Establecer recordatorio para la próxima semana",
|
|
"Set reminder for \"{fileName}\"" : "Establecer recordatorio para \"{fileName}\""
|
|
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
|
} |