summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--res/values-be/strings.xml9
-rw-r--r--res/values-bg/strings.xml9
-rw-r--r--res/values-cs/strings.xml9
-rw-r--r--res/values-es-rUS/strings.xml4
-rw-r--r--res/values-fa/strings.xml9
-rw-r--r--res/values-fi/strings.xml9
-rw-r--r--res/values-hi/strings.xml9
-rw-r--r--res/values-hr/strings.xml9
-rw-r--r--res/values-in/strings.xml9
-rw-r--r--res/values-ja/strings.xml9
-rw-r--r--res/values-ko/strings.xml9
-rw-r--r--res/values-ms/strings.xml9
-rw-r--r--res/values-pl/strings.xml9
-rw-r--r--res/values-pt-rPT/strings.xml9
-rw-r--r--res/values-pt/strings.xml9
-rw-r--r--res/values-ro/strings.xml9
-rw-r--r--res/values-sk/strings.xml9
-rw-r--r--res/values-sr/strings.xml9
-rw-r--r--res/values-sw/strings.xml9
-rw-r--r--res/values-th/strings.xml9
-rw-r--r--res/values-tl/strings.xml9
-rw-r--r--res/values-tr/strings.xml9
-rw-r--r--res/values-vi/strings.xml9
-rw-r--r--res/values-zh-rCN/strings.xml9
-rw-r--r--res/values-zh-rTW/strings.xml9
25 files changed, 74 insertions, 146 deletions
diff --git a/res/values-be/strings.xml b/res/values-be/strings.xml
index 1942c622..2aa6a654 100644
--- a/res/values-be/strings.xml
+++ b/res/values-be/strings.xml
@@ -24,12 +24,9 @@
<string name="attendees_label" msgid="2971281641565729725">"Госці"</string>
<string name="today" msgid="8577375020252453006">"Сёння"</string>
<string name="tomorrow" msgid="614434811813859237">"Заўтра"</string>
- <!-- no translation found for today_at_time_fmt (1981279213130049736) -->
- <skip />
- <!-- no translation found for tomorrow_at_time_fmt (1330779112841767432) -->
- <skip />
- <!-- no translation found for date_time_fmt (1642972650061946484) -->
- <skip />
+ <string name="today_at_time_fmt" msgid="1981279213130049736">"Сёння ў <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
+ <string name="tomorrow_at_time_fmt" msgid="1330779112841767432">"Заўтра ў <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
+ <string name="date_time_fmt" msgid="1642972650061946484">"<xliff:g id="DATE">%s</xliff:g>, <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
<string name="repeats_label" msgid="7414023871434593196">"Паўтарэнне"</string>
<string name="no_title_label" msgid="302177118061368042">"(Без назвы)"</string>
<plurals name="Nminutes">
diff --git a/res/values-bg/strings.xml b/res/values-bg/strings.xml
index 4c4e4f04..eddf31cb 100644
--- a/res/values-bg/strings.xml
+++ b/res/values-bg/strings.xml
@@ -24,12 +24,9 @@
<string name="attendees_label" msgid="2971281641565729725">"Гости"</string>
<string name="today" msgid="8577375020252453006">"Днес"</string>
<string name="tomorrow" msgid="614434811813859237">"Утре"</string>
- <!-- no translation found for today_at_time_fmt (1981279213130049736) -->
- <skip />
- <!-- no translation found for tomorrow_at_time_fmt (1330779112841767432) -->
- <skip />
- <!-- no translation found for date_time_fmt (1642972650061946484) -->
- <skip />
+ <string name="today_at_time_fmt" msgid="1981279213130049736">"Днес от <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
+ <string name="tomorrow_at_time_fmt" msgid="1330779112841767432">"Утре от <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
+ <string name="date_time_fmt" msgid="1642972650061946484">"<xliff:g id="DATE">%s</xliff:g>, <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
<string name="repeats_label" msgid="7414023871434593196">"Повторение"</string>
<string name="no_title_label" msgid="302177118061368042">"(Без заглавие)"</string>
<plurals name="Nminutes">
diff --git a/res/values-cs/strings.xml b/res/values-cs/strings.xml
index ab7b26ed..3932e7c5 100644
--- a/res/values-cs/strings.xml
+++ b/res/values-cs/strings.xml
@@ -24,12 +24,9 @@
<string name="attendees_label" msgid="2971281641565729725">"Hosté"</string>
<string name="today" msgid="8577375020252453006">"Dnes"</string>
<string name="tomorrow" msgid="614434811813859237">"Zítra"</string>
- <!-- no translation found for today_at_time_fmt (1981279213130049736) -->
- <skip />
- <!-- no translation found for tomorrow_at_time_fmt (1330779112841767432) -->
- <skip />
- <!-- no translation found for date_time_fmt (1642972650061946484) -->
- <skip />
+ <string name="today_at_time_fmt" msgid="1981279213130049736">"Dnes v <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
+ <string name="tomorrow_at_time_fmt" msgid="1330779112841767432">"Zítra v <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
+ <string name="date_time_fmt" msgid="1642972650061946484">"<xliff:g id="DATE">%s</xliff:g>, <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
<string name="repeats_label" msgid="7414023871434593196">"Opakování"</string>
<string name="no_title_label" msgid="302177118061368042">"(bez názvu)"</string>
<plurals name="Nminutes">
diff --git a/res/values-es-rUS/strings.xml b/res/values-es-rUS/strings.xml
index 8ba718e1..cf208acc 100644
--- a/res/values-es-rUS/strings.xml
+++ b/res/values-es-rUS/strings.xml
@@ -24,8 +24,8 @@
<string name="attendees_label" msgid="2971281641565729725">"Invitados"</string>
<string name="today" msgid="8577375020252453006">"Hoy"</string>
<string name="tomorrow" msgid="614434811813859237">"Mañana"</string>
- <string name="today_at_time_fmt" msgid="1981279213130049736">"Hoy a las <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
- <string name="tomorrow_at_time_fmt" msgid="1330779112841767432">"Mañana a las <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
+ <string name="today_at_time_fmt" msgid="1981279213130049736">"Hoy a la hora <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
+ <string name="tomorrow_at_time_fmt" msgid="1330779112841767432">"Mañana a la hora <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
<string name="date_time_fmt" msgid="1642972650061946484">"<xliff:g id="DATE">%s</xliff:g>, <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
<string name="repeats_label" msgid="7414023871434593196">"Repetición"</string>
<string name="no_title_label" msgid="302177118061368042">"(Sin título)"</string>
diff --git a/res/values-fa/strings.xml b/res/values-fa/strings.xml
index 7757dce3..57d5f4bf 100644
--- a/res/values-fa/strings.xml
+++ b/res/values-fa/strings.xml
@@ -24,12 +24,9 @@
<string name="attendees_label" msgid="2971281641565729725">"مهمان ها"</string>
<string name="today" msgid="8577375020252453006">"امروز"</string>
<string name="tomorrow" msgid="614434811813859237">"فردا"</string>
- <!-- no translation found for today_at_time_fmt (1981279213130049736) -->
- <skip />
- <!-- no translation found for tomorrow_at_time_fmt (1330779112841767432) -->
- <skip />
- <!-- no translation found for date_time_fmt (1642972650061946484) -->
- <skip />
+ <string name="today_at_time_fmt" msgid="1981279213130049736">"امروز در <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
+ <string name="tomorrow_at_time_fmt" msgid="1330779112841767432">"فردا در <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
+ <string name="date_time_fmt" msgid="1642972650061946484">"<xliff:g id="DATE">%s</xliff:g>، <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
<string name="repeats_label" msgid="7414023871434593196">"تکرار"</string>
<string name="no_title_label" msgid="302177118061368042">"(بدون عنوان)"</string>
<plurals name="Nminutes">
diff --git a/res/values-fi/strings.xml b/res/values-fi/strings.xml
index e1569e97..4dc3fa92 100644
--- a/res/values-fi/strings.xml
+++ b/res/values-fi/strings.xml
@@ -24,12 +24,9 @@
<string name="attendees_label" msgid="2971281641565729725">"Osallistujat"</string>
<string name="today" msgid="8577375020252453006">"Tänään"</string>
<string name="tomorrow" msgid="614434811813859237">"Huomenna"</string>
- <!-- no translation found for today_at_time_fmt (1981279213130049736) -->
- <skip />
- <!-- no translation found for tomorrow_at_time_fmt (1330779112841767432) -->
- <skip />
- <!-- no translation found for date_time_fmt (1642972650061946484) -->
- <skip />
+ <string name="today_at_time_fmt" msgid="1981279213130049736">"Tänään klo <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
+ <string name="tomorrow_at_time_fmt" msgid="1330779112841767432">"Huomenna klo <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
+ <string name="date_time_fmt" msgid="1642972650061946484">"<xliff:g id="DATE">%s</xliff:g>, <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
<string name="repeats_label" msgid="7414023871434593196">"Toisto"</string>
<string name="no_title_label" msgid="302177118061368042">"(Ei otsikkoa)"</string>
<plurals name="Nminutes">
diff --git a/res/values-hi/strings.xml b/res/values-hi/strings.xml
index a2a3f190..ce2c9070 100644
--- a/res/values-hi/strings.xml
+++ b/res/values-hi/strings.xml
@@ -24,12 +24,9 @@
<string name="attendees_label" msgid="2971281641565729725">"अतिथि"</string>
<string name="today" msgid="8577375020252453006">"आज"</string>
<string name="tomorrow" msgid="614434811813859237">"आने वाला कल"</string>
- <!-- no translation found for today_at_time_fmt (1981279213130049736) -->
- <skip />
- <!-- no translation found for tomorrow_at_time_fmt (1330779112841767432) -->
- <skip />
- <!-- no translation found for date_time_fmt (1642972650061946484) -->
- <skip />
+ <string name="today_at_time_fmt" msgid="1981279213130049736">"आज <xliff:g id="TIME_INTERVAL">%s</xliff:g> पर"</string>
+ <string name="tomorrow_at_time_fmt" msgid="1330779112841767432">"कल <xliff:g id="TIME_INTERVAL">%s</xliff:g> पर"</string>
+ <string name="date_time_fmt" msgid="1642972650061946484">"<xliff:g id="DATE">%s</xliff:g>, <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
<string name="repeats_label" msgid="7414023871434593196">"दोहराव"</string>
<string name="no_title_label" msgid="302177118061368042">"(कोई शीर्षक नहीं)"</string>
<plurals name="Nminutes">
diff --git a/res/values-hr/strings.xml b/res/values-hr/strings.xml
index 0fac8934..16323c03 100644
--- a/res/values-hr/strings.xml
+++ b/res/values-hr/strings.xml
@@ -24,12 +24,9 @@
<string name="attendees_label" msgid="2971281641565729725">"Gosti"</string>
<string name="today" msgid="8577375020252453006">"Danas"</string>
<string name="tomorrow" msgid="614434811813859237">"Sutra"</string>
- <!-- no translation found for today_at_time_fmt (1981279213130049736) -->
- <skip />
- <!-- no translation found for tomorrow_at_time_fmt (1330779112841767432) -->
- <skip />
- <!-- no translation found for date_time_fmt (1642972650061946484) -->
- <skip />
+ <string name="today_at_time_fmt" msgid="1981279213130049736">"Danas u <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
+ <string name="tomorrow_at_time_fmt" msgid="1330779112841767432">"Sutra u <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
+ <string name="date_time_fmt" msgid="1642972650061946484">"<xliff:g id="DATE">%s</xliff:g>, <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
<string name="repeats_label" msgid="7414023871434593196">"Ponavljanje"</string>
<string name="no_title_label" msgid="302177118061368042">"(bez naslova)"</string>
<plurals name="Nminutes">
diff --git a/res/values-in/strings.xml b/res/values-in/strings.xml
index ac8ea8b7..c367b574 100644
--- a/res/values-in/strings.xml
+++ b/res/values-in/strings.xml
@@ -24,12 +24,9 @@
<string name="attendees_label" msgid="2971281641565729725">"Tamu"</string>
<string name="today" msgid="8577375020252453006">"Hari ini"</string>
<string name="tomorrow" msgid="614434811813859237">"Besok"</string>
- <!-- no translation found for today_at_time_fmt (1981279213130049736) -->
- <skip />
- <!-- no translation found for tomorrow_at_time_fmt (1330779112841767432) -->
- <skip />
- <!-- no translation found for date_time_fmt (1642972650061946484) -->
- <skip />
+ <string name="today_at_time_fmt" msgid="1981279213130049736">"Hari ini pada pukul <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
+ <string name="tomorrow_at_time_fmt" msgid="1330779112841767432">"Besok pada pukul <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
+ <string name="date_time_fmt" msgid="1642972650061946484">"<xliff:g id="DATE">%s</xliff:g>, <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
<string name="repeats_label" msgid="7414023871434593196">"Perulangan"</string>
<string name="no_title_label" msgid="302177118061368042">"(Tanpa judul)"</string>
<plurals name="Nminutes">
diff --git a/res/values-ja/strings.xml b/res/values-ja/strings.xml
index 22b4aa01..05e17cb0 100644
--- a/res/values-ja/strings.xml
+++ b/res/values-ja/strings.xml
@@ -24,12 +24,9 @@
<string name="attendees_label" msgid="2971281641565729725">"ゲスト"</string>
<string name="today" msgid="8577375020252453006">"今日"</string>
<string name="tomorrow" msgid="614434811813859237">"明日"</string>
- <!-- no translation found for today_at_time_fmt (1981279213130049736) -->
- <skip />
- <!-- no translation found for tomorrow_at_time_fmt (1330779112841767432) -->
- <skip />
- <!-- no translation found for date_time_fmt (1642972650061946484) -->
- <skip />
+ <string name="today_at_time_fmt" msgid="1981279213130049736">"今日の<xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
+ <string name="tomorrow_at_time_fmt" msgid="1330779112841767432">"明日の<xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
+ <string name="date_time_fmt" msgid="1642972650061946484">"<xliff:g id="DATE">%s</xliff:g>の<xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
<string name="repeats_label" msgid="7414023871434593196">"繰り返し"</string>
<string name="no_title_label" msgid="302177118061368042">"(タイトルなし)"</string>
<plurals name="Nminutes">
diff --git a/res/values-ko/strings.xml b/res/values-ko/strings.xml
index 95a315e2..7dd9fdbb 100644
--- a/res/values-ko/strings.xml
+++ b/res/values-ko/strings.xml
@@ -24,12 +24,9 @@
<string name="attendees_label" msgid="2971281641565729725">"참석자"</string>
<string name="today" msgid="8577375020252453006">"오늘"</string>
<string name="tomorrow" msgid="614434811813859237">"내일"</string>
- <!-- no translation found for today_at_time_fmt (1981279213130049736) -->
- <skip />
- <!-- no translation found for tomorrow_at_time_fmt (1330779112841767432) -->
- <skip />
- <!-- no translation found for date_time_fmt (1642972650061946484) -->
- <skip />
+ <string name="today_at_time_fmt" msgid="1981279213130049736">"오늘 <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
+ <string name="tomorrow_at_time_fmt" msgid="1330779112841767432">"내일 <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
+ <string name="date_time_fmt" msgid="1642972650061946484">"<xliff:g id="DATE">%s</xliff:g>, <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
<string name="repeats_label" msgid="7414023871434593196">"반복"</string>
<string name="no_title_label" msgid="302177118061368042">"(제목 없음)"</string>
<plurals name="Nminutes">
diff --git a/res/values-ms/strings.xml b/res/values-ms/strings.xml
index e42cf574..6abbac9e 100644
--- a/res/values-ms/strings.xml
+++ b/res/values-ms/strings.xml
@@ -24,12 +24,9 @@
<string name="attendees_label" msgid="2971281641565729725">"Tamu"</string>
<string name="today" msgid="8577375020252453006">"Hari ini"</string>
<string name="tomorrow" msgid="614434811813859237">"Esok"</string>
- <!-- no translation found for today_at_time_fmt (1981279213130049736) -->
- <skip />
- <!-- no translation found for tomorrow_at_time_fmt (1330779112841767432) -->
- <skip />
- <!-- no translation found for date_time_fmt (1642972650061946484) -->
- <skip />
+ <string name="today_at_time_fmt" msgid="1981279213130049736">"Hari ini pada <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
+ <string name="tomorrow_at_time_fmt" msgid="1330779112841767432">"Esok pada <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
+ <string name="date_time_fmt" msgid="1642972650061946484">"<xliff:g id="DATE">%s</xliff:g>, <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
<string name="repeats_label" msgid="7414023871434593196">"Ulangan"</string>
<string name="no_title_label" msgid="302177118061368042">"(Tiada tajuk)"</string>
<plurals name="Nminutes">
diff --git a/res/values-pl/strings.xml b/res/values-pl/strings.xml
index 5257115d..cc4c1ed7 100644
--- a/res/values-pl/strings.xml
+++ b/res/values-pl/strings.xml
@@ -24,12 +24,9 @@
<string name="attendees_label" msgid="2971281641565729725">"Goście"</string>
<string name="today" msgid="8577375020252453006">"Dzisiaj"</string>
<string name="tomorrow" msgid="614434811813859237">"Jutro"</string>
- <!-- no translation found for today_at_time_fmt (1981279213130049736) -->
- <skip />
- <!-- no translation found for tomorrow_at_time_fmt (1330779112841767432) -->
- <skip />
- <!-- no translation found for date_time_fmt (1642972650061946484) -->
- <skip />
+ <string name="today_at_time_fmt" msgid="1981279213130049736">"Dzisiaj o <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
+ <string name="tomorrow_at_time_fmt" msgid="1330779112841767432">"Jutro o <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
+ <string name="date_time_fmt" msgid="1642972650061946484">"<xliff:g id="DATE">%s</xliff:g>, <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
<string name="repeats_label" msgid="7414023871434593196">"Powtórzenie"</string>
<string name="no_title_label" msgid="302177118061368042">"(Bez tytułu)"</string>
<plurals name="Nminutes">
diff --git a/res/values-pt-rPT/strings.xml b/res/values-pt-rPT/strings.xml
index dbabedf4..b6f5a733 100644
--- a/res/values-pt-rPT/strings.xml
+++ b/res/values-pt-rPT/strings.xml
@@ -24,12 +24,9 @@
<string name="attendees_label" msgid="2971281641565729725">"Convidados"</string>
<string name="today" msgid="8577375020252453006">"Hoje"</string>
<string name="tomorrow" msgid="614434811813859237">"Amanhã"</string>
- <!-- no translation found for today_at_time_fmt (1981279213130049736) -->
- <skip />
- <!-- no translation found for tomorrow_at_time_fmt (1330779112841767432) -->
- <skip />
- <!-- no translation found for date_time_fmt (1642972650061946484) -->
- <skip />
+ <string name="today_at_time_fmt" msgid="1981279213130049736">"Hoje às <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
+ <string name="tomorrow_at_time_fmt" msgid="1330779112841767432">"Amanhã às <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
+ <string name="date_time_fmt" msgid="1642972650061946484">"<xliff:g id="DATE">%s</xliff:g>, <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
<string name="repeats_label" msgid="7414023871434593196">"Repetição"</string>
<string name="no_title_label" msgid="302177118061368042">"(Sem título)"</string>
<plurals name="Nminutes">
diff --git a/res/values-pt/strings.xml b/res/values-pt/strings.xml
index 30b46b95..3dbead29 100644
--- a/res/values-pt/strings.xml
+++ b/res/values-pt/strings.xml
@@ -24,12 +24,9 @@
<string name="attendees_label" msgid="2971281641565729725">"Convidados"</string>
<string name="today" msgid="8577375020252453006">"Hoje"</string>
<string name="tomorrow" msgid="614434811813859237">"Amanhã"</string>
- <!-- no translation found for today_at_time_fmt (1981279213130049736) -->
- <skip />
- <!-- no translation found for tomorrow_at_time_fmt (1330779112841767432) -->
- <skip />
- <!-- no translation found for date_time_fmt (1642972650061946484) -->
- <skip />
+ <string name="today_at_time_fmt" msgid="1981279213130049736">"Hoje, às <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
+ <string name="tomorrow_at_time_fmt" msgid="1330779112841767432">"Amanhã, às <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
+ <string name="date_time_fmt" msgid="1642972650061946484">"<xliff:g id="DATE">%s</xliff:g>, <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
<string name="repeats_label" msgid="7414023871434593196">"Repetições"</string>
<string name="no_title_label" msgid="302177118061368042">"(Sem título)"</string>
<plurals name="Nminutes">
diff --git a/res/values-ro/strings.xml b/res/values-ro/strings.xml
index d9556e7a..f0479cf9 100644
--- a/res/values-ro/strings.xml
+++ b/res/values-ro/strings.xml
@@ -24,12 +24,9 @@
<string name="attendees_label" msgid="2971281641565729725">"Invitaţi"</string>
<string name="today" msgid="8577375020252453006">"Azi"</string>
<string name="tomorrow" msgid="614434811813859237">"Mâine"</string>
- <!-- no translation found for today_at_time_fmt (1981279213130049736) -->
- <skip />
- <!-- no translation found for tomorrow_at_time_fmt (1330779112841767432) -->
- <skip />
- <!-- no translation found for date_time_fmt (1642972650061946484) -->
- <skip />
+ <string name="today_at_time_fmt" msgid="1981279213130049736">"Astăzi la <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
+ <string name="tomorrow_at_time_fmt" msgid="1330779112841767432">"Mâine la <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
+ <string name="date_time_fmt" msgid="1642972650061946484">"<xliff:g id="DATE">%s</xliff:g>, <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
<string name="repeats_label" msgid="7414023871434593196">"Repetiţie"</string>
<string name="no_title_label" msgid="302177118061368042">"(Fără titlu)"</string>
<plurals name="Nminutes">
diff --git a/res/values-sk/strings.xml b/res/values-sk/strings.xml
index 0676be81..92a29fcf 100644
--- a/res/values-sk/strings.xml
+++ b/res/values-sk/strings.xml
@@ -24,12 +24,9 @@
<string name="attendees_label" msgid="2971281641565729725">"Hostia"</string>
<string name="today" msgid="8577375020252453006">"Dnes"</string>
<string name="tomorrow" msgid="614434811813859237">"Zajtra"</string>
- <!-- no translation found for today_at_time_fmt (1981279213130049736) -->
- <skip />
- <!-- no translation found for tomorrow_at_time_fmt (1330779112841767432) -->
- <skip />
- <!-- no translation found for date_time_fmt (1642972650061946484) -->
- <skip />
+ <string name="today_at_time_fmt" msgid="1981279213130049736">"Dnes o <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
+ <string name="tomorrow_at_time_fmt" msgid="1330779112841767432">"Zajtra o <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
+ <string name="date_time_fmt" msgid="1642972650061946484">"<xliff:g id="DATE">%s</xliff:g>, <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
<string name="repeats_label" msgid="7414023871434593196">"Opakovanie"</string>
<string name="no_title_label" msgid="302177118061368042">"(Bez názvu)"</string>
<plurals name="Nminutes">
diff --git a/res/values-sr/strings.xml b/res/values-sr/strings.xml
index d2fe70f4..ee002c4f 100644
--- a/res/values-sr/strings.xml
+++ b/res/values-sr/strings.xml
@@ -24,12 +24,9 @@
<string name="attendees_label" msgid="2971281641565729725">"Гости"</string>
<string name="today" msgid="8577375020252453006">"Данас"</string>
<string name="tomorrow" msgid="614434811813859237">"Сутра"</string>
- <!-- no translation found for today_at_time_fmt (1981279213130049736) -->
- <skip />
- <!-- no translation found for tomorrow_at_time_fmt (1330779112841767432) -->
- <skip />
- <!-- no translation found for date_time_fmt (1642972650061946484) -->
- <skip />
+ <string name="today_at_time_fmt" msgid="1981279213130049736">"Данас у <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
+ <string name="tomorrow_at_time_fmt" msgid="1330779112841767432">"Сутра у <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
+ <string name="date_time_fmt" msgid="1642972650061946484">"<xliff:g id="DATE">%s</xliff:g>, <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
<string name="repeats_label" msgid="7414023871434593196">"Понављање"</string>
<string name="no_title_label" msgid="302177118061368042">"(Без наслова)"</string>
<plurals name="Nminutes">
diff --git a/res/values-sw/strings.xml b/res/values-sw/strings.xml
index 6ba73f04..dccbeb57 100644
--- a/res/values-sw/strings.xml
+++ b/res/values-sw/strings.xml
@@ -24,12 +24,9 @@
<string name="attendees_label" msgid="2971281641565729725">"Wageni"</string>
<string name="today" msgid="8577375020252453006">"Leo"</string>
<string name="tomorrow" msgid="614434811813859237">"Kesho"</string>
- <!-- no translation found for today_at_time_fmt (1981279213130049736) -->
- <skip />
- <!-- no translation found for tomorrow_at_time_fmt (1330779112841767432) -->
- <skip />
- <!-- no translation found for date_time_fmt (1642972650061946484) -->
- <skip />
+ <string name="today_at_time_fmt" msgid="1981279213130049736">"Leo saa <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
+ <string name="tomorrow_at_time_fmt" msgid="1330779112841767432">"Kesho saa <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
+ <string name="date_time_fmt" msgid="1642972650061946484">"<xliff:g id="DATE">%s</xliff:g>, <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
<string name="repeats_label" msgid="7414023871434593196">"Kurudia"</string>
<string name="no_title_label" msgid="302177118061368042">"(Hakuna kichwa)"</string>
<plurals name="Nminutes">
diff --git a/res/values-th/strings.xml b/res/values-th/strings.xml
index 8a41f1e0..390a0dcf 100644
--- a/res/values-th/strings.xml
+++ b/res/values-th/strings.xml
@@ -24,12 +24,9 @@
<string name="attendees_label" msgid="2971281641565729725">"ผู้เข้าร่วม"</string>
<string name="today" msgid="8577375020252453006">"วันนี้"</string>
<string name="tomorrow" msgid="614434811813859237">"วันพรุ่งนี้"</string>
- <!-- no translation found for today_at_time_fmt (1981279213130049736) -->
- <skip />
- <!-- no translation found for tomorrow_at_time_fmt (1330779112841767432) -->
- <skip />
- <!-- no translation found for date_time_fmt (1642972650061946484) -->
- <skip />
+ <string name="today_at_time_fmt" msgid="1981279213130049736">"วันนี้เวลา <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
+ <string name="tomorrow_at_time_fmt" msgid="1330779112841767432">"พรุ่งนี้เวลา <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
+ <string name="date_time_fmt" msgid="1642972650061946484">"<xliff:g id="DATE">%s</xliff:g>, <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
<string name="repeats_label" msgid="7414023871434593196">"การเกิดซ้ำ"</string>
<string name="no_title_label" msgid="302177118061368042">"(ไม่มีชื่อ)"</string>
<plurals name="Nminutes">
diff --git a/res/values-tl/strings.xml b/res/values-tl/strings.xml
index 22d7bdbc..f80709e2 100644
--- a/res/values-tl/strings.xml
+++ b/res/values-tl/strings.xml
@@ -24,12 +24,9 @@
<string name="attendees_label" msgid="2971281641565729725">"Mga Bisita"</string>
<string name="today" msgid="8577375020252453006">"Ngayong araw"</string>
<string name="tomorrow" msgid="614434811813859237">"Bukas"</string>
- <!-- no translation found for today_at_time_fmt (1981279213130049736) -->
- <skip />
- <!-- no translation found for tomorrow_at_time_fmt (1330779112841767432) -->
- <skip />
- <!-- no translation found for date_time_fmt (1642972650061946484) -->
- <skip />
+ <string name="today_at_time_fmt" msgid="1981279213130049736">"Ngayong <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
+ <string name="tomorrow_at_time_fmt" msgid="1330779112841767432">"Bukas ng <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
+ <string name="date_time_fmt" msgid="1642972650061946484">"<xliff:g id="DATE">%s</xliff:g>, <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
<string name="repeats_label" msgid="7414023871434593196">"Pag-uulit"</string>
<string name="no_title_label" msgid="302177118061368042">"(Walang pamagat)"</string>
<plurals name="Nminutes">
diff --git a/res/values-tr/strings.xml b/res/values-tr/strings.xml
index 54f1f394..b596b0d3 100644
--- a/res/values-tr/strings.xml
+++ b/res/values-tr/strings.xml
@@ -24,12 +24,9 @@
<string name="attendees_label" msgid="2971281641565729725">"Misafirler"</string>
<string name="today" msgid="8577375020252453006">"Bugün"</string>
<string name="tomorrow" msgid="614434811813859237">"Yarın"</string>
- <!-- no translation found for today_at_time_fmt (1981279213130049736) -->
- <skip />
- <!-- no translation found for tomorrow_at_time_fmt (1330779112841767432) -->
- <skip />
- <!-- no translation found for date_time_fmt (1642972650061946484) -->
- <skip />
+ <string name="today_at_time_fmt" msgid="1981279213130049736">"Bugün şu saatler arasında: <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
+ <string name="tomorrow_at_time_fmt" msgid="1330779112841767432">"Yarın şu saatler arasında: <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
+ <string name="date_time_fmt" msgid="1642972650061946484">"<xliff:g id="DATE">%s</xliff:g>, <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
<string name="repeats_label" msgid="7414023871434593196">"Tekrar"</string>
<string name="no_title_label" msgid="302177118061368042">"(Başlıksız)"</string>
<plurals name="Nminutes">
diff --git a/res/values-vi/strings.xml b/res/values-vi/strings.xml
index 7da57eb5..bd3d424e 100644
--- a/res/values-vi/strings.xml
+++ b/res/values-vi/strings.xml
@@ -24,12 +24,9 @@
<string name="attendees_label" msgid="2971281641565729725">"Khách"</string>
<string name="today" msgid="8577375020252453006">"Hôm nay"</string>
<string name="tomorrow" msgid="614434811813859237">"Ngày mai"</string>
- <!-- no translation found for today_at_time_fmt (1981279213130049736) -->
- <skip />
- <!-- no translation found for tomorrow_at_time_fmt (1330779112841767432) -->
- <skip />
- <!-- no translation found for date_time_fmt (1642972650061946484) -->
- <skip />
+ <string name="today_at_time_fmt" msgid="1981279213130049736">"Hôm nay lúc <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
+ <string name="tomorrow_at_time_fmt" msgid="1330779112841767432">"Ngày mai lúc <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
+ <string name="date_time_fmt" msgid="1642972650061946484">"<xliff:g id="DATE">%s</xliff:g>, <xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
<string name="repeats_label" msgid="7414023871434593196">"Lặp lại"</string>
<string name="no_title_label" msgid="302177118061368042">"(Không có tiêu đề)"</string>
<plurals name="Nminutes">
diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml
index 4b56a02e..62283266 100644
--- a/res/values-zh-rCN/strings.xml
+++ b/res/values-zh-rCN/strings.xml
@@ -24,12 +24,9 @@
<string name="attendees_label" msgid="2971281641565729725">"邀请对象"</string>
<string name="today" msgid="8577375020252453006">"今天"</string>
<string name="tomorrow" msgid="614434811813859237">"明天"</string>
- <!-- no translation found for today_at_time_fmt (1981279213130049736) -->
- <skip />
- <!-- no translation found for tomorrow_at_time_fmt (1330779112841767432) -->
- <skip />
- <!-- no translation found for date_time_fmt (1642972650061946484) -->
- <skip />
+ <string name="today_at_time_fmt" msgid="1981279213130049736">"今天<xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
+ <string name="tomorrow_at_time_fmt" msgid="1330779112841767432">"明天<xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
+ <string name="date_time_fmt" msgid="1642972650061946484">"<xliff:g id="DATE">%s</xliff:g>,<xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
<string name="repeats_label" msgid="7414023871434593196">"重复"</string>
<string name="no_title_label" msgid="302177118061368042">"(无标题)"</string>
<plurals name="Nminutes">
diff --git a/res/values-zh-rTW/strings.xml b/res/values-zh-rTW/strings.xml
index 3463302c..61131dba 100644
--- a/res/values-zh-rTW/strings.xml
+++ b/res/values-zh-rTW/strings.xml
@@ -24,12 +24,9 @@
<string name="attendees_label" msgid="2971281641565729725">"邀請對象"</string>
<string name="today" msgid="8577375020252453006">"今天"</string>
<string name="tomorrow" msgid="614434811813859237">"明天"</string>
- <!-- no translation found for today_at_time_fmt (1981279213130049736) -->
- <skip />
- <!-- no translation found for tomorrow_at_time_fmt (1330779112841767432) -->
- <skip />
- <!-- no translation found for date_time_fmt (1642972650061946484) -->
- <skip />
+ <string name="today_at_time_fmt" msgid="1981279213130049736">"今天,<xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
+ <string name="tomorrow_at_time_fmt" msgid="1330779112841767432">"明天,<xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
+ <string name="date_time_fmt" msgid="1642972650061946484">"<xliff:g id="DATE">%s</xliff:g>,<xliff:g id="TIME_INTERVAL">%s</xliff:g>"</string>
<string name="repeats_label" msgid="7414023871434593196">"重複頻率"</string>
<string name="no_title_label" msgid="302177118061368042">"(無標題)"</string>
<plurals name="Nminutes">