0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-02-22 16:09:14 +00:00
nextcloud_server/apps/files_reminders/l10n/en_GB.js
Nextcloud bot fef721e641
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-12-13 00:21:04 +00:00

32 lines
1.9 KiB
JavaScript

OC.L10N.register(
"files_reminders",
{
"File reminders" : "File reminders",
"Reminder for {name}" : "Reminder for {name}",
"View file" : "View file",
"View folder" : "View folder",
"Set file reminders" : "Set file reminders",
"**📣 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**\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.",
"We will remind you of this file" : "We will remind you of this file",
"Please choose a valid date & time" : "Please choose a valid date & time",
"Cancel" : "Cancel",
"Clear reminder" : "Clear reminder",
"Set reminder" : "Set reminder",
"Set reminder for \"{fileName}\"" : "Set reminder for \"{fileName}\"",
"Set reminder at custom date & time" : "Set reminder at custom date & time",
"Reminder set for \"{fileName}\"" : "Reminder set for \"{fileName}\"",
"Failed to set reminder" : "Failed to set reminder",
"Reminder cleared for \"{fileName}\"" : "Reminder cleared for \"{fileName}\"",
"Failed to clear reminder" : "Failed to clear reminder",
"Reminder set" : "Reminder set",
"Set custom reminder" : "Set custom reminder",
"Later today" : "Later today",
"Set reminder for later today" : "Set reminder for later today",
"Tomorrow" : "Tomorrow",
"Set reminder for tomorrow" : "Set reminder for tomorrow",
"This weekend" : "This weekend",
"Set reminder for this weekend" : "Set reminder for this weekend",
"Next week" : "Next week",
"Set reminder for next week" : "Set reminder for next week"
},
"nplurals=2; plural=(n != 1);");