Skip to content
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

[icalendar] Added original texts for translation #11928

Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ thing-type.config.icalendar.eventfilter.datetimeRound.label = Round to Date/Time
thing-type.config.icalendar.eventfilter.datetimeRound.description = Setting this will round start and end date/time to the unit down (e.g. if unit is day: start and end will be rounded to 0:00 day time)
thing-type.config.icalendar.eventfilter.datetimeStart.label = Start
thing-type.config.icalendar.eventfilter.datetimeStart.description = Start date/time amount to find events relative to "now" (inclusive)
thing-type.config.icalendar.eventfilter.datetimeUnit.label = Date or Time Unit for Start and End
thing-type.config.icalendar.eventfilter.datetimeUnit.label = Date/Time Unit
thing-type.config.icalendar.eventfilter.datetimeUnit.description = Date or time unit for start and end
thing-type.config.icalendar.eventfilter.datetimeUnit.option.MINUTE = minute
thing-type.config.icalendar.eventfilter.datetimeUnit.option.HOUR = hour
thing-type.config.icalendar.eventfilter.datetimeUnit.option.DAY = day
Expand All @@ -41,6 +42,7 @@ thing-type.config.icalendar.eventfilter.group.datetime_based.label = Date and Ti
thing-type.config.icalendar.eventfilter.group.general.label = General Filter Options
thing-type.config.icalendar.eventfilter.group.text_based.label = Text based Filter
thing-type.config.icalendar.eventfilter.maxEvents.label = Maximum Matches
thing-type.config.icalendar.eventfilter.maxEvents.description = Maximum matches found by this filter
thing-type.config.icalendar.eventfilter.refreshTime.label = Refresh Time
thing-type.config.icalendar.eventfilter.refreshTime.description = The frequency in minutes the channels get refreshed
thing-type.config.icalendar.eventfilter.textEventField.label = Event Field
Expand All @@ -65,23 +67,30 @@ channel-group-type.icalendar.result.description = A resulting event found by fil

channel-type.icalendar.event_current_end.label = Current Event End
channel-type.icalendar.event_current_end.description = End of the currently present event
channel-type.icalendar.event_current_end.state.pattern = %1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS
channel-type.icalendar.event_current_presence.label = Current Event Presence
channel-type.icalendar.event_current_presence.description = Current presence of an event
channel-type.icalendar.event_current_start.label = Current Event Start
channel-type.icalendar.event_current_start.description = Start of the currently present event
channel-type.icalendar.event_current_start.state.pattern = %1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS
channel-type.icalendar.event_current_title.label = Current Event Title
channel-type.icalendar.event_current_title.description = Title of the currently present event
channel-type.icalendar.event_next_end.label = Next Event End
channel-type.icalendar.event_next_end.description = End of the next event in calendar
channel-type.icalendar.event_next_end.state.pattern = %1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS
channel-type.icalendar.event_next_start.label = Next Event Start
channel-type.icalendar.event_next_start.description = Start of the next event in calendar
channel-type.icalendar.event_next_start.state.pattern = %1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS
channel-type.icalendar.event_next_title.label = Next Event Title
channel-type.icalendar.event_next_title.description = Title of the next starting event in calendar
channel-type.icalendar.last_update.label = Last Update
channel-type.icalendar.last_update.description = The time the calendar was updated successfully last time
channel-type.icalendar.last_update.state.pattern = %1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS
channel-type.icalendar.result_end.label = End of Result
channel-type.icalendar.result_end.description = End of the found result in calendar
channel-type.icalendar.result_end.state.pattern = %1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS
channel-type.icalendar.result_start.label = Start of Result
channel-type.icalendar.result_start.description = Start of the found result in calendar
channel-type.icalendar.result_start.state.pattern = %1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS
channel-type.icalendar.result_title.label = Title of Result
channel-type.icalendar.result_title.description = Title of the found result in calendar
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@
<item-type>DateTime</item-type>
<label>Current Event Start</label>
<description>Start of the currently present event</description>
<state readOnly="true"/>
<state readOnly="true" pattern="%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS"/>
</channel-type>
<channel-type id="event_current_end">
<item-type>DateTime</item-type>
<label>Current Event End</label>
<description>End of the currently present event</description>
<state readOnly="true"/>
<state readOnly="true" pattern="%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS"/>
</channel-type>
<channel-type id="event_current_presence">
<item-type>Switch</item-type>
Expand All @@ -92,26 +92,26 @@
<item-type>DateTime</item-type>
<label>Next Event Start</label>
<description>Start of the next event in calendar</description>
<state readOnly="true"/>
<state readOnly="true" pattern="%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS"/>
</channel-type>
<channel-type id="event_next_end">
<item-type>DateTime</item-type>
<label>Next Event End</label>
<description>End of the next event in calendar</description>
<state readOnly="true"/>
<state readOnly="true" pattern="%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS"/>
</channel-type>

<channel-type id="result_start">
<item-type>DateTime</item-type>
<label>Start of Result</label>
<description>Start of the found result in calendar</description>
<state readOnly="true"/>
<state readOnly="true" pattern="%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS"/>
</channel-type>
<channel-type id="result_end">
<item-type>DateTime</item-type>
<label>End of Result</label>
<description>End of the found result in calendar</description>
<state readOnly="true"/>
<state readOnly="true" pattern="%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS"/>
</channel-type>
<channel-type id="result_title">
<item-type>String</item-type>
Expand All @@ -123,7 +123,7 @@
<item-type>DateTime</item-type>
<label>Last Update</label>
<description>The time the calendar was updated successfully last time</description>
<state readOnly="true"/>
<state readOnly="true" pattern="%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS"/>
</channel-type>
<channel-group-type id="result">
<label>Result Event</label>
Expand Down Expand Up @@ -156,6 +156,7 @@

<parameter name="maxEvents" type="integer" required="true" min="0" groupName="general">
<label>Maximum Matches</label>
<description>Maximum matches found by this filter</description>
</parameter>
<parameter name="refreshTime" type="integer" required="true" min="1" groupName="general" unit="min">
<label>Refresh Time</label>
Expand All @@ -171,7 +172,8 @@
<option value="WEEK">week</option>
</options>
<default>HOUR</default>
<label>Date or Time Unit for Start and End</label>
<label>Date/Time Unit</label>
<description>Date or time unit for start and end</description>
</parameter>
<parameter name="datetimeStart" type="integer" groupName="datetime_based">
<label>Start</label>
Expand Down