2022-03-18 09:37:49 +03:00
|
|
|
{
|
|
|
|
"string": {
|
|
|
|
"ApplicationLabelCalendar": "Calendar",
|
|
|
|
"Calendars": "Calendars",
|
|
|
|
"Participants": "Participants",
|
|
|
|
"NoParticipants": "No participants added",
|
|
|
|
"PersonsLabel": "{name}",
|
|
|
|
"AddDescription": "Add description",
|
|
|
|
"Date": "Date",
|
|
|
|
"DueTo": "Due date",
|
|
|
|
"Description": "Description",
|
|
|
|
"Title": "Title",
|
|
|
|
"Location": "Location",
|
|
|
|
"Company": "Company",
|
2022-03-18 19:07:42 +03:00
|
|
|
"CreateCalendar": "Create Calendar",
|
|
|
|
"Calendar": "Calendar",
|
|
|
|
"Events": "Events",
|
|
|
|
"Event": "Event",
|
|
|
|
"ModeDay": "Day",
|
|
|
|
"ModeWeek": "Week",
|
|
|
|
"ModeMonth": "Month",
|
|
|
|
"ModeYear": "Year",
|
2022-03-23 12:03:41 +03:00
|
|
|
"Today": "Today",
|
|
|
|
"TableView": "Table",
|
|
|
|
"DueMinutes": "{minutes, plural, =0 {less than a minute} =1 {a minute} other {# minutes}}",
|
|
|
|
"DueHours": "{hours, plural, =0 {less than an hour} =1 {1 hour} other {# hours}}",
|
2022-03-26 20:34:06 +03:00
|
|
|
"DueDays": "{days, plural, =0 {today} =1 {1 day} other {# days}}",
|
|
|
|
"Reminder": "Reminder",
|
|
|
|
"ReminderTime": "Reminder time",
|
|
|
|
"RemindMeAt": "Remind me at",
|
|
|
|
"CreateReminder": "Create reminder",
|
|
|
|
"CreatedReminder": "Created a reminder",
|
2022-05-05 14:42:32 +03:00
|
|
|
"Reminders": "Reminders",
|
|
|
|
"Shift": "Shift",
|
2022-05-25 08:56:06 +03:00
|
|
|
"State": "State",
|
2022-06-15 15:00:32 +03:00
|
|
|
"NoReminders": "No reminders",
|
|
|
|
"AllDay": "All day",
|
|
|
|
"AndMore": "And {count} more",
|
2022-08-25 06:09:33 +03:00
|
|
|
"CreateEvent": "Create event",
|
2023-04-25 10:34:10 +03:00
|
|
|
"EventFor": "Event for: ",
|
|
|
|
"ConfigLabel": "Calendar",
|
2023-07-10 18:50:29 +03:00
|
|
|
"ConfigDescription": "Extension to see calendar with Events",
|
|
|
|
"HideDetails": "Hide details",
|
2023-08-04 13:27:20 +03:00
|
|
|
"ReccuringEvent": "Recurring event",
|
2023-07-10 18:50:29 +03:00
|
|
|
"ExternalParticipants": "External participants",
|
|
|
|
"IntegrationDescr": "Use Google Calendar integration",
|
|
|
|
"Connect": "Connect",
|
2023-10-05 05:09:59 +03:00
|
|
|
"RedirectGoogle": "You will be redirect to google auth page. Please make sure to select all permissions.",
|
2023-07-10 18:50:29 +03:00
|
|
|
"ConnectCalendar": "Connect Google Calendar account",
|
|
|
|
"EditRecEvent": "Edit recurring event",
|
|
|
|
"RemoveRecEvent": "Remove recurring event",
|
|
|
|
"ThisEvent": "This event",
|
|
|
|
"ThisAndNext": "This and following events",
|
2023-08-13 19:28:12 +03:00
|
|
|
"AllEvents": "All events",
|
2024-03-01 19:47:39 +03:00
|
|
|
"EventTitlePlaceholder": "Event title",
|
2023-08-13 19:28:12 +03:00
|
|
|
"TimeZone": "Time zone",
|
|
|
|
"Repeat": "Repeat",
|
|
|
|
"On": "On",
|
|
|
|
"Every": "Every",
|
|
|
|
"After": "After",
|
|
|
|
"Ends": "Ends",
|
|
|
|
"Never": "Never",
|
|
|
|
"Day": "Day",
|
|
|
|
"Week": "Week",
|
|
|
|
"Month": "Month",
|
|
|
|
"Year": "Year",
|
|
|
|
"MondayShort": "Mo",
|
|
|
|
"TuesdayShort": "Tu",
|
|
|
|
"WednesdayShort": "We",
|
|
|
|
"ThursdayShort": "Th",
|
|
|
|
"FridayShort": "Fr",
|
|
|
|
"SaturdayShort": "Sa",
|
|
|
|
"SundayShort": "Su",
|
|
|
|
"OnUntil": "On",
|
|
|
|
"Times": "{count, plural, one {time} other {times}}",
|
2023-08-14 15:35:07 +03:00
|
|
|
"AddParticipants": "Add participants",
|
|
|
|
"Sync": "Synchronization",
|
2023-08-23 06:11:16 +03:00
|
|
|
"Busy": "Busy",
|
2023-08-25 12:49:14 +03:00
|
|
|
"AddReminder": "Add reminder",
|
|
|
|
"SeeAllNumberParticipants": "{value, plural, other {See all # participants}}",
|
2023-09-29 21:56:31 +03:00
|
|
|
"SeeAllNumberReminders": "{value, plural, other {See all # reminders}}",
|
|
|
|
"Visibility": "Visibility",
|
|
|
|
"Private": "Only visible to you",
|
|
|
|
"Public": "Visible to everyone",
|
2023-10-03 06:49:44 +03:00
|
|
|
"FreeBusy": "FreeBusy",
|
2023-10-05 05:09:59 +03:00
|
|
|
"DefaultVisibility": "Default visibility",
|
|
|
|
"NotAllPermissions": "Not all permissions were granted"
|
2022-03-18 09:37:49 +03:00
|
|
|
}
|
|
|
|
}
|