nextcloud/apps/files_reminders/l10n/it.json
Nextcloud bot 153eaca548
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
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-02-20 00:20:56 +00:00

33 lines
No EOL
2.6 KiB
JSON

{ "translations": {
"File reminders" : "Promemoria file",
"Reminder for {name}" : "Promemoria per {name}",
"View file" : "Visualizza file",
"View folder" : "Visualizza cartella",
"Files reminder" : "Files reminder",
"The \"files_reminders\" app can work properly." : "L'app \"files_reminders\" può funzionare correttamente.",
"The \"files_reminders\" app needs the notification app to work properly. You should either enable notifications or disable files_reminder." : "L'app \"files_reminders\" necessita dell'app di notifica per funzionare correttamente. È necessario abilitare le notifiche o disabilitare files_reminder.",
"Set file reminders" : "Imposta promemoria per i file",
"**📣 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." : "**📣 File reminders**I\n\nImposta promemoria file.\n\nNota: per usare l'app `Promemoria file`, assicurati che l'app `Notifiche` sia installata e abilitata. L'app `Notifiche` fornisce le API necessarie per il corretto funzionamento dell'app `File reminders`.",
"Please choose a valid date & time" : "Si prega di scegliere una data valida & ora",
"Reminder set for \"{fileName}\"" : "Promemoria impostato per \"{fileName}\"",
"Failed to set reminder" : "Impossibile impostare il promemoria",
"Reminder cleared for \"{fileName}\"" : "Promemoria cancellato per \"{fileName}\"",
"Failed to clear reminder" : "Impossibile cancellare il promemoria",
"Reminder at custom date & time" : "Promemoria a data e ora personalizzate",
"We will remind you of this file" : "Ti ricorderemo questo file",
"Cancel" : "Annulla",
"Clear reminder" : "Elimina promemoria",
"Set reminder" : "Imposta promemoria",
"Reminder set" : "Promemoria impostato",
"Custom reminder" : "Promemoria personalizzato",
"Later today" : "Più tardi oggi",
"Set reminder for later today" : "Imposta promemoria per più tardi oggi",
"Tomorrow" : "Domani",
"Set reminder for tomorrow" : "Imposta promemoria per domani",
"This weekend" : "Questo fine settimana",
"Set reminder for this weekend" : "Imposta promemoria per questo fine settimana",
"Next week" : "Settimana successiva",
"Set reminder for next week" : "Imposta promemoria per la prossima settimana",
"Set reminder for \"{fileName}\"" : "Imposta promemoria per \"{fileName}\""
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}