@box/readable-time 2.1.8 → 2.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/i18n/bn-IN.js +6 -7
- package/dist/i18n/da-DK.js +6 -7
- package/dist/i18n/de-DE.js +6 -7
- package/dist/i18n/en-AU.js +2 -8
- package/dist/i18n/en-CA.js +2 -8
- package/dist/i18n/en-GB.js +2 -8
- package/dist/i18n/en-x-pseudo.js +2 -8
- package/dist/i18n/es-419.js +6 -7
- package/dist/i18n/es-ES.js +6 -7
- package/dist/i18n/fi-FI.js +6 -7
- package/dist/i18n/fr-CA.js +6 -7
- package/dist/i18n/fr-FR.js +6 -7
- package/dist/i18n/hi-IN.js +6 -7
- package/dist/i18n/it-IT.js +6 -7
- package/dist/i18n/ja-JP.js +7 -7
- package/dist/i18n/ko-KR.js +6 -7
- package/dist/i18n/nb-NO.js +7 -7
- package/dist/i18n/nl-NL.js +6 -7
- package/dist/i18n/pl-PL.js +6 -7
- package/dist/i18n/pt-BR.js +6 -7
- package/dist/i18n/ru-RU.js +6 -7
- package/dist/i18n/sv-SE.js +6 -7
- package/dist/i18n/tr-TR.js +7 -7
- package/dist/i18n/zh-CN.js +7 -7
- package/dist/i18n/zh-TW.js +7 -7
- package/package.json +7 -7
- package/dist/i18n/bn-IN.properties +0 -12
- package/dist/i18n/da-DK.properties +0 -12
- package/dist/i18n/de-DE.properties +0 -12
- package/dist/i18n/en-AU.properties +0 -12
- package/dist/i18n/en-CA.properties +0 -12
- package/dist/i18n/en-GB.properties +0 -12
- package/dist/i18n/en-US.js +0 -8
- package/dist/i18n/en-US.properties +0 -12
- package/dist/i18n/en-x-pseudo.properties +0 -12
- package/dist/i18n/es-419.properties +0 -12
- package/dist/i18n/es-ES.properties +0 -12
- package/dist/i18n/fi-FI.properties +0 -12
- package/dist/i18n/fr-CA.properties +0 -12
- package/dist/i18n/fr-FR.properties +0 -12
- package/dist/i18n/hi-IN.properties +0 -12
- package/dist/i18n/it-IT.properties +0 -12
- package/dist/i18n/ja-JP.properties +0 -12
- package/dist/i18n/json/src/lib/messages.json +0 -1
- package/dist/i18n/ko-KR.properties +0 -12
- package/dist/i18n/nb-NO.properties +0 -12
- package/dist/i18n/nl-NL.properties +0 -12
- package/dist/i18n/pl-PL.properties +0 -12
- package/dist/i18n/pt-BR.properties +0 -12
- package/dist/i18n/ru-RU.properties +0 -12
- package/dist/i18n/sv-SE.properties +0 -12
- package/dist/i18n/tr-TR.properties +0 -12
- package/dist/i18n/zh-CN.properties +0 -12
- package/dist/i18n/zh-TW.properties +0 -12
package/dist/i18n/bn-IN.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
+
// THIS IS A GENERATED FILE. DO NOT EDIT MANUALLY OR YOUR CHANGES WILL BE OVERWRITTEN
|
|
1
2
|
export default {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
"groupSharedFeatures.readableTime.eventTimeYesterday": "গতকাল {time, time, short}-এ"
|
|
8
|
-
}
|
|
3
|
+
"groupSharedFeatures.readableTime.eventTimeDate": "{time, time, short}-এ {time, date, medium}",
|
|
4
|
+
"groupSharedFeatures.readableTime.eventTimeDateShort": "{date} {time, time, short}-এ",
|
|
5
|
+
"groupSharedFeatures.readableTime.eventTimeToday": "আজ {time, time, short}-এ",
|
|
6
|
+
"groupSharedFeatures.readableTime.eventTimeYesterday": "গতকাল {time, time, short}-এ"
|
|
7
|
+
};
|
package/dist/i18n/da-DK.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
+
// THIS IS A GENERATED FILE. DO NOT EDIT MANUALLY OR YOUR CHANGES WILL BE OVERWRITTEN
|
|
1
2
|
export default {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
"groupSharedFeatures.readableTime.eventTimeYesterday": "I går kl. {time, time, short}"
|
|
8
|
-
}
|
|
3
|
+
"groupSharedFeatures.readableTime.eventTimeDate": "{time, date, medium} kl. {time, time, short}",
|
|
4
|
+
"groupSharedFeatures.readableTime.eventTimeDateShort": "{date} kl. {time, time, short}",
|
|
5
|
+
"groupSharedFeatures.readableTime.eventTimeToday": "I dag kl. {time, time, short}",
|
|
6
|
+
"groupSharedFeatures.readableTime.eventTimeYesterday": "I går kl. {time, time, short}"
|
|
7
|
+
};
|
package/dist/i18n/de-DE.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
+
// THIS IS A GENERATED FILE. DO NOT EDIT MANUALLY OR YOUR CHANGES WILL BE OVERWRITTEN
|
|
1
2
|
export default {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
"groupSharedFeatures.readableTime.eventTimeYesterday": "Gestern um {time, time, short}"
|
|
8
|
-
}
|
|
3
|
+
"groupSharedFeatures.readableTime.eventTimeDate": "{time, date, medium} um {time, time, short}",
|
|
4
|
+
"groupSharedFeatures.readableTime.eventTimeDateShort": "{date} um {time, time, short}",
|
|
5
|
+
"groupSharedFeatures.readableTime.eventTimeToday": "Heute um {time, time, short}",
|
|
6
|
+
"groupSharedFeatures.readableTime.eventTimeYesterday": "Gestern um {time, time, short}"
|
|
7
|
+
};
|
package/dist/i18n/en-AU.js
CHANGED
|
@@ -1,8 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
"groupSharedFeatures.readableTime.eventTimeDate": "{time, date, medium} at {time, time, short}",
|
|
4
|
-
"groupSharedFeatures.readableTime.eventTimeDateShort": "{date} at {time, time, short}",
|
|
5
|
-
"groupSharedFeatures.readableTime.eventTimeToday": "Today at {time, time, short}",
|
|
6
|
-
"groupSharedFeatures.readableTime.eventTimeWeekdayLong": "{weekday}, {time, date, medium}",
|
|
7
|
-
"groupSharedFeatures.readableTime.eventTimeYesterday": "Yesterday at {time, time, short}"
|
|
8
|
-
}
|
|
1
|
+
// THIS IS A GENERATED FILE. DO NOT EDIT MANUALLY OR YOUR CHANGES WILL BE OVERWRITTEN
|
|
2
|
+
export default {};
|
package/dist/i18n/en-CA.js
CHANGED
|
@@ -1,8 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
"groupSharedFeatures.readableTime.eventTimeDate": "{time, date, medium} at {time, time, short}",
|
|
4
|
-
"groupSharedFeatures.readableTime.eventTimeDateShort": "{date} at {time, time, short}",
|
|
5
|
-
"groupSharedFeatures.readableTime.eventTimeToday": "Today at {time, time, short}",
|
|
6
|
-
"groupSharedFeatures.readableTime.eventTimeWeekdayLong": "{weekday}, {time, date, medium}",
|
|
7
|
-
"groupSharedFeatures.readableTime.eventTimeYesterday": "Yesterday at {time, time, short}"
|
|
8
|
-
}
|
|
1
|
+
// THIS IS A GENERATED FILE. DO NOT EDIT MANUALLY OR YOUR CHANGES WILL BE OVERWRITTEN
|
|
2
|
+
export default {};
|
package/dist/i18n/en-GB.js
CHANGED
|
@@ -1,8 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
"groupSharedFeatures.readableTime.eventTimeDate": "{time, date, medium} at {time, time, short}",
|
|
4
|
-
"groupSharedFeatures.readableTime.eventTimeDateShort": "{date} at {time, time, short}",
|
|
5
|
-
"groupSharedFeatures.readableTime.eventTimeToday": "Today at {time, time, short}",
|
|
6
|
-
"groupSharedFeatures.readableTime.eventTimeWeekdayLong": "{weekday}, {time, date, medium}",
|
|
7
|
-
"groupSharedFeatures.readableTime.eventTimeYesterday": "Yesterday at {time, time, short}"
|
|
8
|
-
}
|
|
1
|
+
// THIS IS A GENERATED FILE. DO NOT EDIT MANUALLY OR YOUR CHANGES WILL BE OVERWRITTEN
|
|
2
|
+
export default {};
|
package/dist/i18n/en-x-pseudo.js
CHANGED
|
@@ -1,8 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
"groupSharedFeatures.readableTime.eventTimeDate": "⟦萬萬萬萬 {time, date, medium} àţ {time, time, short} 國國國國⟧",
|
|
4
|
-
"groupSharedFeatures.readableTime.eventTimeDateShort": "⟦萬萬萬萬 {date} àţ {time, time, short} 國國國國⟧",
|
|
5
|
-
"groupSharedFeatures.readableTime.eventTimeToday": "⟦萬萬萬萬 Ţòďàý áţ {time, time, short} 國國國國⟧",
|
|
6
|
-
"groupSharedFeatures.readableTime.eventTimeWeekdayLong": "⟦萬萬萬 {weekday}, {time, date, medium} 國國國⟧",
|
|
7
|
-
"groupSharedFeatures.readableTime.eventTimeYesterday": "⟦萬萬萬萬萬 Ýèśţéŕďàý áť {time, time, short} 國國國國國⟧"
|
|
8
|
-
}
|
|
1
|
+
// THIS IS A GENERATED FILE. DO NOT EDIT MANUALLY OR YOUR CHANGES WILL BE OVERWRITTEN
|
|
2
|
+
export default {};
|
package/dist/i18n/es-419.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
+
// THIS IS A GENERATED FILE. DO NOT EDIT MANUALLY OR YOUR CHANGES WILL BE OVERWRITTEN
|
|
1
2
|
export default {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
"groupSharedFeatures.readableTime.eventTimeYesterday": "Ayer a las {time, time, short}"
|
|
8
|
-
}
|
|
3
|
+
"groupSharedFeatures.readableTime.eventTimeDate": "El {time, date, medium} a las {time, time, short}",
|
|
4
|
+
"groupSharedFeatures.readableTime.eventTimeDateShort": "El {date} a las {time, time, short}",
|
|
5
|
+
"groupSharedFeatures.readableTime.eventTimeToday": "Hoy a las {time, time, short}",
|
|
6
|
+
"groupSharedFeatures.readableTime.eventTimeYesterday": "Ayer a las {time, time, short}"
|
|
7
|
+
};
|
package/dist/i18n/es-ES.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
+
// THIS IS A GENERATED FILE. DO NOT EDIT MANUALLY OR YOUR CHANGES WILL BE OVERWRITTEN
|
|
1
2
|
export default {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
"groupSharedFeatures.readableTime.eventTimeYesterday": "Ayer a las {time, time, short}"
|
|
8
|
-
}
|
|
3
|
+
"groupSharedFeatures.readableTime.eventTimeDate": "El {time, date, medium} a las {time, time, short}",
|
|
4
|
+
"groupSharedFeatures.readableTime.eventTimeDateShort": "El {date} a las {time, time, short}",
|
|
5
|
+
"groupSharedFeatures.readableTime.eventTimeToday": "Hoy a las {time, time, short}",
|
|
6
|
+
"groupSharedFeatures.readableTime.eventTimeYesterday": "Ayer a las {time, time, short}"
|
|
7
|
+
};
|
package/dist/i18n/fi-FI.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
+
// THIS IS A GENERATED FILE. DO NOT EDIT MANUALLY OR YOUR CHANGES WILL BE OVERWRITTEN
|
|
1
2
|
export default {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
"groupSharedFeatures.readableTime.eventTimeYesterday": "Eilen klo {time, time, short}"
|
|
8
|
-
}
|
|
3
|
+
"groupSharedFeatures.readableTime.eventTimeDate": "{time, date, medium} klo {time, time, short}",
|
|
4
|
+
"groupSharedFeatures.readableTime.eventTimeDateShort": "{date} klo {time, time, short}",
|
|
5
|
+
"groupSharedFeatures.readableTime.eventTimeToday": "Tänään klo {time, time, short}",
|
|
6
|
+
"groupSharedFeatures.readableTime.eventTimeYesterday": "Eilen klo {time, time, short}"
|
|
7
|
+
};
|
package/dist/i18n/fr-CA.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
+
// THIS IS A GENERATED FILE. DO NOT EDIT MANUALLY OR YOUR CHANGES WILL BE OVERWRITTEN
|
|
1
2
|
export default {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
"groupSharedFeatures.readableTime.eventTimeYesterday": "Hier à {time, time, short}"
|
|
8
|
-
}
|
|
3
|
+
"groupSharedFeatures.readableTime.eventTimeDate": "{time, date, medium} à {time, time, short}",
|
|
4
|
+
"groupSharedFeatures.readableTime.eventTimeDateShort": "{date} à {time, time, short}",
|
|
5
|
+
"groupSharedFeatures.readableTime.eventTimeToday": "Aujourd'hui à {time, time, short}",
|
|
6
|
+
"groupSharedFeatures.readableTime.eventTimeYesterday": "Hier à {time, time, short}"
|
|
7
|
+
};
|
package/dist/i18n/fr-FR.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
+
// THIS IS A GENERATED FILE. DO NOT EDIT MANUALLY OR YOUR CHANGES WILL BE OVERWRITTEN
|
|
1
2
|
export default {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
"groupSharedFeatures.readableTime.eventTimeYesterday": "Hier à {time, time, short}"
|
|
8
|
-
}
|
|
3
|
+
"groupSharedFeatures.readableTime.eventTimeDate": "{time, date, medium} à {time, time, short}",
|
|
4
|
+
"groupSharedFeatures.readableTime.eventTimeDateShort": "{date} à {time, time, short}",
|
|
5
|
+
"groupSharedFeatures.readableTime.eventTimeToday": "Aujourd'hui à {time, time, short}",
|
|
6
|
+
"groupSharedFeatures.readableTime.eventTimeYesterday": "Hier à {time, time, short}"
|
|
7
|
+
};
|
package/dist/i18n/hi-IN.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
+
// THIS IS A GENERATED FILE. DO NOT EDIT MANUALLY OR YOUR CHANGES WILL BE OVERWRITTEN
|
|
1
2
|
export default {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
"groupSharedFeatures.readableTime.eventTimeYesterday": "कल {time, time, short} बजे"
|
|
8
|
-
}
|
|
3
|
+
"groupSharedFeatures.readableTime.eventTimeDate": "{time, date, medium} को {time, time, short} बजे",
|
|
4
|
+
"groupSharedFeatures.readableTime.eventTimeDateShort": "{date} को {time, time, short} बजे",
|
|
5
|
+
"groupSharedFeatures.readableTime.eventTimeToday": "आज {time, time, short} बजे",
|
|
6
|
+
"groupSharedFeatures.readableTime.eventTimeYesterday": "कल {time, time, short} बजे"
|
|
7
|
+
};
|
package/dist/i18n/it-IT.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
+
// THIS IS A GENERATED FILE. DO NOT EDIT MANUALLY OR YOUR CHANGES WILL BE OVERWRITTEN
|
|
1
2
|
export default {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
"groupSharedFeatures.readableTime.eventTimeYesterday": "Ieri alle ore {time, time, short}"
|
|
8
|
-
}
|
|
3
|
+
"groupSharedFeatures.readableTime.eventTimeDate": "{time, date, medium} alle ore {time, time, short}",
|
|
4
|
+
"groupSharedFeatures.readableTime.eventTimeDateShort": "{date} alle ore {time, time, short}",
|
|
5
|
+
"groupSharedFeatures.readableTime.eventTimeToday": "Oggi alle ore {time, time, short}",
|
|
6
|
+
"groupSharedFeatures.readableTime.eventTimeYesterday": "Ieri alle ore {time, time, short}"
|
|
7
|
+
};
|
package/dist/i18n/ja-JP.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
// THIS IS A GENERATED FILE. DO NOT EDIT MANUALLY OR YOUR CHANGES WILL BE OVERWRITTEN
|
|
1
2
|
export default {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
3
|
+
"groupSharedFeatures.readableTime.eventTimeDate": "{time, date, medium} {time, time, short}",
|
|
4
|
+
"groupSharedFeatures.readableTime.eventTimeDateShort": "{date} {time, time, short}",
|
|
5
|
+
"groupSharedFeatures.readableTime.eventTimeToday": "今日、{time, time, short}",
|
|
6
|
+
"groupSharedFeatures.readableTime.eventTimeWeekdayLong": "{weekday}、{time, date, medium}",
|
|
7
|
+
"groupSharedFeatures.readableTime.eventTimeYesterday": "昨日、{time, time, short}"
|
|
8
|
+
};
|
package/dist/i18n/ko-KR.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
+
// THIS IS A GENERATED FILE. DO NOT EDIT MANUALLY OR YOUR CHANGES WILL BE OVERWRITTEN
|
|
1
2
|
export default {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
"groupSharedFeatures.readableTime.eventTimeYesterday": "어제, {time, time, short}"
|
|
8
|
-
}
|
|
3
|
+
"groupSharedFeatures.readableTime.eventTimeDate": "{time, date, medium}, {time, time, short}",
|
|
4
|
+
"groupSharedFeatures.readableTime.eventTimeDateShort": "{date}, {time, time, short}",
|
|
5
|
+
"groupSharedFeatures.readableTime.eventTimeToday": "오늘, {time, time, short}",
|
|
6
|
+
"groupSharedFeatures.readableTime.eventTimeYesterday": "어제, {time, time, short}"
|
|
7
|
+
};
|
package/dist/i18n/nb-NO.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
// THIS IS A GENERATED FILE. DO NOT EDIT MANUALLY OR YOUR CHANGES WILL BE OVERWRITTEN
|
|
1
2
|
export default {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
3
|
+
"groupSharedFeatures.readableTime.eventTimeDate": "{time, date, medium} kl. {time, time, short}",
|
|
4
|
+
"groupSharedFeatures.readableTime.eventTimeDateShort": "{date} kl. {time, time, short}",
|
|
5
|
+
"groupSharedFeatures.readableTime.eventTimeToday": "I dag kl. {time, time, short}",
|
|
6
|
+
"groupSharedFeatures.readableTime.eventTimeWeekdayLong": "{weekday} {time, date, medium}",
|
|
7
|
+
"groupSharedFeatures.readableTime.eventTimeYesterday": "I går kl. {time, time, short}"
|
|
8
|
+
};
|
package/dist/i18n/nl-NL.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
+
// THIS IS A GENERATED FILE. DO NOT EDIT MANUALLY OR YOUR CHANGES WILL BE OVERWRITTEN
|
|
1
2
|
export default {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
"groupSharedFeatures.readableTime.eventTimeYesterday": "Gisteren om {time, time, short}"
|
|
8
|
-
}
|
|
3
|
+
"groupSharedFeatures.readableTime.eventTimeDate": "{time, date, medium} om {time, time, short}",
|
|
4
|
+
"groupSharedFeatures.readableTime.eventTimeDateShort": "{date} om {time, time, short}",
|
|
5
|
+
"groupSharedFeatures.readableTime.eventTimeToday": "Vandaag om {time, time, short}",
|
|
6
|
+
"groupSharedFeatures.readableTime.eventTimeYesterday": "Gisteren om {time, time, short}"
|
|
7
|
+
};
|
package/dist/i18n/pl-PL.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
+
// THIS IS A GENERATED FILE. DO NOT EDIT MANUALLY OR YOUR CHANGES WILL BE OVERWRITTEN
|
|
1
2
|
export default {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
"groupSharedFeatures.readableTime.eventTimeYesterday": "Wczoraj o godzinie {time, time, short}"
|
|
8
|
-
}
|
|
3
|
+
"groupSharedFeatures.readableTime.eventTimeDate": "{time, date, medium} o godzinie {time, time, short}",
|
|
4
|
+
"groupSharedFeatures.readableTime.eventTimeDateShort": "{date} o godzinie {time, time, short}",
|
|
5
|
+
"groupSharedFeatures.readableTime.eventTimeToday": "Dzisiaj o godzinie {time, time, short}",
|
|
6
|
+
"groupSharedFeatures.readableTime.eventTimeYesterday": "Wczoraj o godzinie {time, time, short}"
|
|
7
|
+
};
|
package/dist/i18n/pt-BR.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
+
// THIS IS A GENERATED FILE. DO NOT EDIT MANUALLY OR YOUR CHANGES WILL BE OVERWRITTEN
|
|
1
2
|
export default {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
"groupSharedFeatures.readableTime.eventTimeYesterday": "Ontem às {time, time, short}"
|
|
8
|
-
}
|
|
3
|
+
"groupSharedFeatures.readableTime.eventTimeDate": "{time, date, medium} às {time, time, short}",
|
|
4
|
+
"groupSharedFeatures.readableTime.eventTimeDateShort": "{date} às {time, time, short}",
|
|
5
|
+
"groupSharedFeatures.readableTime.eventTimeToday": "Hoje às {time, time, short}",
|
|
6
|
+
"groupSharedFeatures.readableTime.eventTimeYesterday": "Ontem às {time, time, short}"
|
|
7
|
+
};
|
package/dist/i18n/ru-RU.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
+
// THIS IS A GENERATED FILE. DO NOT EDIT MANUALLY OR YOUR CHANGES WILL BE OVERWRITTEN
|
|
1
2
|
export default {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
"groupSharedFeatures.readableTime.eventTimeYesterday": "Вчера в {time, time, short}"
|
|
8
|
-
}
|
|
3
|
+
"groupSharedFeatures.readableTime.eventTimeDate": "{time, date, medium} в {time, time, short}",
|
|
4
|
+
"groupSharedFeatures.readableTime.eventTimeDateShort": "{date} в {time, time, short}",
|
|
5
|
+
"groupSharedFeatures.readableTime.eventTimeToday": "Сегодня в {time, time, short}",
|
|
6
|
+
"groupSharedFeatures.readableTime.eventTimeYesterday": "Вчера в {time, time, short}"
|
|
7
|
+
};
|
package/dist/i18n/sv-SE.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
+
// THIS IS A GENERATED FILE. DO NOT EDIT MANUALLY OR YOUR CHANGES WILL BE OVERWRITTEN
|
|
1
2
|
export default {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
"groupSharedFeatures.readableTime.eventTimeYesterday": "Igår {time, time, short}"
|
|
8
|
-
}
|
|
3
|
+
"groupSharedFeatures.readableTime.eventTimeDate": "{time, date, medium} vid {time, time, short}",
|
|
4
|
+
"groupSharedFeatures.readableTime.eventTimeDateShort": "{date} vid {time, time, short}",
|
|
5
|
+
"groupSharedFeatures.readableTime.eventTimeToday": "Idag {time, time, short}",
|
|
6
|
+
"groupSharedFeatures.readableTime.eventTimeYesterday": "Igår {time, time, short}"
|
|
7
|
+
};
|
package/dist/i18n/tr-TR.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
// THIS IS A GENERATED FILE. DO NOT EDIT MANUALLY OR YOUR CHANGES WILL BE OVERWRITTEN
|
|
1
2
|
export default {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
3
|
+
"groupSharedFeatures.readableTime.eventTimeDate": "{time, date, medium}, {time, time, short}",
|
|
4
|
+
"groupSharedFeatures.readableTime.eventTimeDateShort": "{date}, {time, time, short}",
|
|
5
|
+
"groupSharedFeatures.readableTime.eventTimeToday": "Bugün, {time, time, short}",
|
|
6
|
+
"groupSharedFeatures.readableTime.eventTimeWeekdayLong": "{time, date, medium} {weekday}",
|
|
7
|
+
"groupSharedFeatures.readableTime.eventTimeYesterday": "Dün, {time, time, short}"
|
|
8
|
+
};
|
package/dist/i18n/zh-CN.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
// THIS IS A GENERATED FILE. DO NOT EDIT MANUALLY OR YOUR CHANGES WILL BE OVERWRITTEN
|
|
1
2
|
export default {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
3
|
+
"groupSharedFeatures.readableTime.eventTimeDate": "{time, date, medium} {time, time, short}",
|
|
4
|
+
"groupSharedFeatures.readableTime.eventTimeDateShort": "{date} {time, time, short}",
|
|
5
|
+
"groupSharedFeatures.readableTime.eventTimeToday": "今天 {time, time, short}",
|
|
6
|
+
"groupSharedFeatures.readableTime.eventTimeWeekdayLong": "{weekday} {time, date, medium}",
|
|
7
|
+
"groupSharedFeatures.readableTime.eventTimeYesterday": "昨天 {time, time, short}"
|
|
8
|
+
};
|
package/dist/i18n/zh-TW.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
// THIS IS A GENERATED FILE. DO NOT EDIT MANUALLY OR YOUR CHANGES WILL BE OVERWRITTEN
|
|
1
2
|
export default {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
3
|
+
"groupSharedFeatures.readableTime.eventTimeDate": "{time, date, medium} {time, time, short}",
|
|
4
|
+
"groupSharedFeatures.readableTime.eventTimeDateShort": "{date} {time, time, short}",
|
|
5
|
+
"groupSharedFeatures.readableTime.eventTimeToday": "今天 {time, time, short}",
|
|
6
|
+
"groupSharedFeatures.readableTime.eventTimeWeekdayLong": "{weekday} {time, date, medium}",
|
|
7
|
+
"groupSharedFeatures.readableTime.eventTimeYesterday": "昨天 {time, time, short}"
|
|
8
|
+
};
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/readable-time",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.10",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"peerDependencies": {
|
|
6
|
-
"@box/blueprint-web": "^16.4.
|
|
7
|
-
"@box/blueprint-web-assets": "^5.2.
|
|
6
|
+
"@box/blueprint-web": "^16.4.2",
|
|
7
|
+
"@box/blueprint-web-assets": "^5.2.7",
|
|
8
8
|
"react": "^18.0.0",
|
|
9
9
|
"react-dom": "^18.0.0",
|
|
10
10
|
"react-intl": "^6.4.2"
|
|
@@ -13,10 +13,10 @@
|
|
|
13
13
|
"access": "public"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@box/blueprint-web": "^16.4.
|
|
17
|
-
"@box/blueprint-web-assets": "^5.2.
|
|
18
|
-
"@box/eslint-plugin-blueprint": "2.1.
|
|
19
|
-
"@box/storybook-utils": "1.1.
|
|
16
|
+
"@box/blueprint-web": "^16.4.2",
|
|
17
|
+
"@box/blueprint-web-assets": "^5.2.7",
|
|
18
|
+
"@box/eslint-plugin-blueprint": "2.1.5",
|
|
19
|
+
"@box/storybook-utils": "1.1.9",
|
|
20
20
|
"react-intl": "^6.4.2"
|
|
21
21
|
},
|
|
22
22
|
"files": [
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
# The time that an event occurred
|
|
2
|
-
groupSharedFeatures.readableTime.eventTime = {time, date, medium}
|
|
3
|
-
# The time that an event occurred at a given date with the year included
|
|
4
|
-
groupSharedFeatures.readableTime.eventTimeDate = {time, time, short}-এ {time, date, medium}
|
|
5
|
-
# The time that an event occurred at a given date without the year included
|
|
6
|
-
groupSharedFeatures.readableTime.eventTimeDateShort = {date} {time, time, short}-এ
|
|
7
|
-
# The time that an event occurred today
|
|
8
|
-
groupSharedFeatures.readableTime.eventTimeToday = আজ {time, time, short}-এ
|
|
9
|
-
# The time that an event occurred at a given date with the weekday included
|
|
10
|
-
groupSharedFeatures.readableTime.eventTimeWeekdayLong = {weekday}, {time, date, medium}
|
|
11
|
-
# The time that an event occurred yesterday
|
|
12
|
-
groupSharedFeatures.readableTime.eventTimeYesterday = গতকাল {time, time, short}-এ
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
# The time that an event occurred
|
|
2
|
-
groupSharedFeatures.readableTime.eventTime = {time, date, medium}
|
|
3
|
-
# The time that an event occurred at a given date with the year included
|
|
4
|
-
groupSharedFeatures.readableTime.eventTimeDate = {time, date, medium} kl. {time, time, short}
|
|
5
|
-
# The time that an event occurred at a given date without the year included
|
|
6
|
-
groupSharedFeatures.readableTime.eventTimeDateShort = {date} kl. {time, time, short}
|
|
7
|
-
# The time that an event occurred today
|
|
8
|
-
groupSharedFeatures.readableTime.eventTimeToday = I dag kl. {time, time, short}
|
|
9
|
-
# The time that an event occurred at a given date with the weekday included
|
|
10
|
-
groupSharedFeatures.readableTime.eventTimeWeekdayLong = {weekday}, {time, date, medium}
|
|
11
|
-
# The time that an event occurred yesterday
|
|
12
|
-
groupSharedFeatures.readableTime.eventTimeYesterday = I går kl. {time, time, short}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
# The time that an event occurred
|
|
2
|
-
groupSharedFeatures.readableTime.eventTime = {time, date, medium}
|
|
3
|
-
# The time that an event occurred at a given date with the year included
|
|
4
|
-
groupSharedFeatures.readableTime.eventTimeDate = {time, date, medium} um {time, time, short}
|
|
5
|
-
# The time that an event occurred at a given date without the year included
|
|
6
|
-
groupSharedFeatures.readableTime.eventTimeDateShort = {date} um {time, time, short}
|
|
7
|
-
# The time that an event occurred today
|
|
8
|
-
groupSharedFeatures.readableTime.eventTimeToday = Heute um {time, time, short}
|
|
9
|
-
# The time that an event occurred at a given date with the weekday included
|
|
10
|
-
groupSharedFeatures.readableTime.eventTimeWeekdayLong = {weekday}, {time, date, medium}
|
|
11
|
-
# The time that an event occurred yesterday
|
|
12
|
-
groupSharedFeatures.readableTime.eventTimeYesterday = Gestern um {time, time, short}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
# The time that an event occurred
|
|
2
|
-
groupSharedFeatures.readableTime.eventTime = {time, date, medium}
|
|
3
|
-
# The time that an event occurred at a given date with the year included
|
|
4
|
-
groupSharedFeatures.readableTime.eventTimeDate = {time, date, medium} at {time, time, short}
|
|
5
|
-
# The time that an event occurred at a given date without the year included
|
|
6
|
-
groupSharedFeatures.readableTime.eventTimeDateShort = {date} at {time, time, short}
|
|
7
|
-
# The time that an event occurred today
|
|
8
|
-
groupSharedFeatures.readableTime.eventTimeToday = Today at {time, time, short}
|
|
9
|
-
# The time that an event occurred at a given date with the weekday included
|
|
10
|
-
groupSharedFeatures.readableTime.eventTimeWeekdayLong = {weekday}, {time, date, medium}
|
|
11
|
-
# The time that an event occurred yesterday
|
|
12
|
-
groupSharedFeatures.readableTime.eventTimeYesterday = Yesterday at {time, time, short}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
# The time that an event occurred
|
|
2
|
-
groupSharedFeatures.readableTime.eventTime = {time, date, medium}
|
|
3
|
-
# The time that an event occurred at a given date with the year included
|
|
4
|
-
groupSharedFeatures.readableTime.eventTimeDate = {time, date, medium} at {time, time, short}
|
|
5
|
-
# The time that an event occurred at a given date without the year included
|
|
6
|
-
groupSharedFeatures.readableTime.eventTimeDateShort = {date} at {time, time, short}
|
|
7
|
-
# The time that an event occurred today
|
|
8
|
-
groupSharedFeatures.readableTime.eventTimeToday = Today at {time, time, short}
|
|
9
|
-
# The time that an event occurred at a given date with the weekday included
|
|
10
|
-
groupSharedFeatures.readableTime.eventTimeWeekdayLong = {weekday}, {time, date, medium}
|
|
11
|
-
# The time that an event occurred yesterday
|
|
12
|
-
groupSharedFeatures.readableTime.eventTimeYesterday = Yesterday at {time, time, short}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
# The time that an event occurred
|
|
2
|
-
groupSharedFeatures.readableTime.eventTime = {time, date, medium}
|
|
3
|
-
# The time that an event occurred at a given date with the year included
|
|
4
|
-
groupSharedFeatures.readableTime.eventTimeDate = {time, date, medium} at {time, time, short}
|
|
5
|
-
# The time that an event occurred at a given date without the year included
|
|
6
|
-
groupSharedFeatures.readableTime.eventTimeDateShort = {date} at {time, time, short}
|
|
7
|
-
# The time that an event occurred today
|
|
8
|
-
groupSharedFeatures.readableTime.eventTimeToday = Today at {time, time, short}
|
|
9
|
-
# The time that an event occurred at a given date with the weekday included
|
|
10
|
-
groupSharedFeatures.readableTime.eventTimeWeekdayLong = {weekday}, {time, date, medium}
|
|
11
|
-
# The time that an event occurred yesterday
|
|
12
|
-
groupSharedFeatures.readableTime.eventTimeYesterday = Yesterday at {time, time, short}
|
package/dist/i18n/en-US.js
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export default {
|
|
2
|
-
"groupSharedFeatures.readableTime.eventTime": "{time, date, medium}",
|
|
3
|
-
"groupSharedFeatures.readableTime.eventTimeDate": "{time, date, medium} at {time, time, short}",
|
|
4
|
-
"groupSharedFeatures.readableTime.eventTimeDateShort": "{date} at {time, time, short}",
|
|
5
|
-
"groupSharedFeatures.readableTime.eventTimeToday": "Today at {time, time, short}",
|
|
6
|
-
"groupSharedFeatures.readableTime.eventTimeWeekdayLong": "{weekday}, {time, date, medium}",
|
|
7
|
-
"groupSharedFeatures.readableTime.eventTimeYesterday": "Yesterday at {time, time, short}"
|
|
8
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
# The time that an event occurred
|
|
2
|
-
groupSharedFeatures.readableTime.eventTime = {time, date, medium}
|
|
3
|
-
# The time that an event occurred at a given date with the year included
|
|
4
|
-
groupSharedFeatures.readableTime.eventTimeDate = {time, date, medium} at {time, time, short}
|
|
5
|
-
# The time that an event occurred at a given date without the year included
|
|
6
|
-
groupSharedFeatures.readableTime.eventTimeDateShort = {date} at {time, time, short}
|
|
7
|
-
# The time that an event occurred today
|
|
8
|
-
groupSharedFeatures.readableTime.eventTimeToday = Today at {time, time, short}
|
|
9
|
-
# The time that an event occurred at a given date with the weekday included
|
|
10
|
-
groupSharedFeatures.readableTime.eventTimeWeekdayLong = {weekday}, {time, date, medium}
|
|
11
|
-
# The time that an event occurred yesterday
|
|
12
|
-
groupSharedFeatures.readableTime.eventTimeYesterday = Yesterday at {time, time, short}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
# The time that an event occurred
|
|
2
|
-
groupSharedFeatures.readableTime.eventTime = ⟦萬 {time, date, medium} 國⟧
|
|
3
|
-
# The time that an event occurred at a given date with the year included
|
|
4
|
-
groupSharedFeatures.readableTime.eventTimeDate = ⟦萬萬萬萬 {time, date, medium} àţ {time, time, short} 國國國國⟧
|
|
5
|
-
# The time that an event occurred at a given date without the year included
|
|
6
|
-
groupSharedFeatures.readableTime.eventTimeDateShort = ⟦萬萬萬萬 {date} àţ {time, time, short} 國國國國⟧
|
|
7
|
-
# The time that an event occurred today
|
|
8
|
-
groupSharedFeatures.readableTime.eventTimeToday = ⟦萬萬萬萬 Ţòďàý áţ {time, time, short} 國國國國⟧
|
|
9
|
-
# The time that an event occurred at a given date with the weekday included
|
|
10
|
-
groupSharedFeatures.readableTime.eventTimeWeekdayLong = ⟦萬萬萬 {weekday}, {time, date, medium} 國國國⟧
|
|
11
|
-
# The time that an event occurred yesterday
|
|
12
|
-
groupSharedFeatures.readableTime.eventTimeYesterday = ⟦萬萬萬萬萬 Ýèśţéŕďàý áť {time, time, short} 國國國國國⟧
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
# The time that an event occurred
|
|
2
|
-
groupSharedFeatures.readableTime.eventTime = {time, date, medium}
|
|
3
|
-
# The time that an event occurred at a given date with the year included
|
|
4
|
-
groupSharedFeatures.readableTime.eventTimeDate = El {time, date, medium} a las {time, time, short}
|
|
5
|
-
# The time that an event occurred at a given date without the year included
|
|
6
|
-
groupSharedFeatures.readableTime.eventTimeDateShort = El {date} a las {time, time, short}
|
|
7
|
-
# The time that an event occurred today
|
|
8
|
-
groupSharedFeatures.readableTime.eventTimeToday = Hoy a las {time, time, short}
|
|
9
|
-
# The time that an event occurred at a given date with the weekday included
|
|
10
|
-
groupSharedFeatures.readableTime.eventTimeWeekdayLong = {weekday}, {time, date, medium}
|
|
11
|
-
# The time that an event occurred yesterday
|
|
12
|
-
groupSharedFeatures.readableTime.eventTimeYesterday = Ayer a las {time, time, short}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
# The time that an event occurred
|
|
2
|
-
groupSharedFeatures.readableTime.eventTime = {time, date, medium}
|
|
3
|
-
# The time that an event occurred at a given date with the year included
|
|
4
|
-
groupSharedFeatures.readableTime.eventTimeDate = El {time, date, medium} a las {time, time, short}
|
|
5
|
-
# The time that an event occurred at a given date without the year included
|
|
6
|
-
groupSharedFeatures.readableTime.eventTimeDateShort = El {date} a las {time, time, short}
|
|
7
|
-
# The time that an event occurred today
|
|
8
|
-
groupSharedFeatures.readableTime.eventTimeToday = Hoy a las {time, time, short}
|
|
9
|
-
# The time that an event occurred at a given date with the weekday included
|
|
10
|
-
groupSharedFeatures.readableTime.eventTimeWeekdayLong = {weekday}, {time, date, medium}
|
|
11
|
-
# The time that an event occurred yesterday
|
|
12
|
-
groupSharedFeatures.readableTime.eventTimeYesterday = Ayer a las {time, time, short}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
# The time that an event occurred
|
|
2
|
-
groupSharedFeatures.readableTime.eventTime = {time, date, medium}
|
|
3
|
-
# The time that an event occurred at a given date with the year included
|
|
4
|
-
groupSharedFeatures.readableTime.eventTimeDate = {time, date, medium} klo {time, time, short}
|
|
5
|
-
# The time that an event occurred at a given date without the year included
|
|
6
|
-
groupSharedFeatures.readableTime.eventTimeDateShort = {date} klo {time, time, short}
|
|
7
|
-
# The time that an event occurred today
|
|
8
|
-
groupSharedFeatures.readableTime.eventTimeToday = Tänään klo {time, time, short}
|
|
9
|
-
# The time that an event occurred at a given date with the weekday included
|
|
10
|
-
groupSharedFeatures.readableTime.eventTimeWeekdayLong = {weekday}, {time, date, medium}
|
|
11
|
-
# The time that an event occurred yesterday
|
|
12
|
-
groupSharedFeatures.readableTime.eventTimeYesterday = Eilen klo {time, time, short}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
# The time that an event occurred
|
|
2
|
-
groupSharedFeatures.readableTime.eventTime = {time, date, medium}
|
|
3
|
-
# The time that an event occurred at a given date with the year included
|
|
4
|
-
groupSharedFeatures.readableTime.eventTimeDate = {time, date, medium} à {time, time, short}
|
|
5
|
-
# The time that an event occurred at a given date without the year included
|
|
6
|
-
groupSharedFeatures.readableTime.eventTimeDateShort = {date} à {time, time, short}
|
|
7
|
-
# The time that an event occurred today
|
|
8
|
-
groupSharedFeatures.readableTime.eventTimeToday = Aujourd'hui à {time, time, short}
|
|
9
|
-
# The time that an event occurred at a given date with the weekday included
|
|
10
|
-
groupSharedFeatures.readableTime.eventTimeWeekdayLong = {weekday}, {time, date, medium}
|
|
11
|
-
# The time that an event occurred yesterday
|
|
12
|
-
groupSharedFeatures.readableTime.eventTimeYesterday = Hier à {time, time, short}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
# The time that an event occurred
|
|
2
|
-
groupSharedFeatures.readableTime.eventTime = {time, date, medium}
|
|
3
|
-
# The time that an event occurred at a given date with the year included
|
|
4
|
-
groupSharedFeatures.readableTime.eventTimeDate = {time, date, medium} à {time, time, short}
|
|
5
|
-
# The time that an event occurred at a given date without the year included
|
|
6
|
-
groupSharedFeatures.readableTime.eventTimeDateShort = {date} à {time, time, short}
|
|
7
|
-
# The time that an event occurred today
|
|
8
|
-
groupSharedFeatures.readableTime.eventTimeToday = Aujourd'hui à {time, time, short}
|
|
9
|
-
# The time that an event occurred at a given date with the weekday included
|
|
10
|
-
groupSharedFeatures.readableTime.eventTimeWeekdayLong = {weekday}, {time, date, medium}
|
|
11
|
-
# The time that an event occurred yesterday
|
|
12
|
-
groupSharedFeatures.readableTime.eventTimeYesterday = Hier à {time, time, short}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
# The time that an event occurred
|
|
2
|
-
groupSharedFeatures.readableTime.eventTime = {time, date, medium}
|
|
3
|
-
# The time that an event occurred at a given date with the year included
|
|
4
|
-
groupSharedFeatures.readableTime.eventTimeDate = {time, date, medium} को {time, time, short} बजे
|
|
5
|
-
# The time that an event occurred at a given date without the year included
|
|
6
|
-
groupSharedFeatures.readableTime.eventTimeDateShort = {date} को {time, time, short} बजे
|
|
7
|
-
# The time that an event occurred today
|
|
8
|
-
groupSharedFeatures.readableTime.eventTimeToday = आज {time, time, short} बजे
|
|
9
|
-
# The time that an event occurred at a given date with the weekday included
|
|
10
|
-
groupSharedFeatures.readableTime.eventTimeWeekdayLong = {weekday}, {time, date, medium}
|
|
11
|
-
# The time that an event occurred yesterday
|
|
12
|
-
groupSharedFeatures.readableTime.eventTimeYesterday = कल {time, time, short} बजे
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
# The time that an event occurred
|
|
2
|
-
groupSharedFeatures.readableTime.eventTime = {time, date, medium}
|
|
3
|
-
# The time that an event occurred at a given date with the year included
|
|
4
|
-
groupSharedFeatures.readableTime.eventTimeDate = {time, date, medium} alle ore {time, time, short}
|
|
5
|
-
# The time that an event occurred at a given date without the year included
|
|
6
|
-
groupSharedFeatures.readableTime.eventTimeDateShort = {date} alle ore {time, time, short}
|
|
7
|
-
# The time that an event occurred today
|
|
8
|
-
groupSharedFeatures.readableTime.eventTimeToday = Oggi alle ore {time, time, short}
|
|
9
|
-
# The time that an event occurred at a given date with the weekday included
|
|
10
|
-
groupSharedFeatures.readableTime.eventTimeWeekdayLong = {weekday}, {time, date, medium}
|
|
11
|
-
# The time that an event occurred yesterday
|
|
12
|
-
groupSharedFeatures.readableTime.eventTimeYesterday = Ieri alle ore {time, time, short}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
# The time that an event occurred
|
|
2
|
-
groupSharedFeatures.readableTime.eventTime = {time, date, medium}
|
|
3
|
-
# The time that an event occurred at a given date with the year included
|
|
4
|
-
groupSharedFeatures.readableTime.eventTimeDate = {time, date, medium} {time, time, short}
|
|
5
|
-
# The time that an event occurred at a given date without the year included
|
|
6
|
-
groupSharedFeatures.readableTime.eventTimeDateShort = {date} {time, time, short}
|
|
7
|
-
# The time that an event occurred today
|
|
8
|
-
groupSharedFeatures.readableTime.eventTimeToday = 今日、{time, time, short}
|
|
9
|
-
# The time that an event occurred at a given date with the weekday included
|
|
10
|
-
groupSharedFeatures.readableTime.eventTimeWeekdayLong = {weekday}、{time, date, medium}
|
|
11
|
-
# The time that an event occurred yesterday
|
|
12
|
-
groupSharedFeatures.readableTime.eventTimeYesterday = 昨日、{time, time, short}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
[{"id":"groupSharedFeatures.readableTime.eventTime","description":"The time that an event occurred","defaultMessage":"{time, date, medium}"},{"id":"groupSharedFeatures.readableTime.eventTimeToday","description":"The time that an event occurred today","defaultMessage":"Today at {time, time, short}"},{"id":"groupSharedFeatures.readableTime.eventTimeYesterday","description":"The time that an event occurred yesterday","defaultMessage":"Yesterday at {time, time, short}"},{"id":"groupSharedFeatures.readableTime.eventTimeDate","description":"The time that an event occurred at a given date with the year included","defaultMessage":"{time, date, medium} at {time, time, short}"},{"id":"groupSharedFeatures.readableTime.eventTimeDateShort","description":"The time that an event occurred at a given date without the year included","defaultMessage":"{date} at {time, time, short}"},{"id":"groupSharedFeatures.readableTime.eventTimeWeekdayLong","description":"The time that an event occurred at a given date with the weekday included","defaultMessage":"{weekday}, {time, date, medium}"}]
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
# The time that an event occurred
|
|
2
|
-
groupSharedFeatures.readableTime.eventTime = {time, date, medium}
|
|
3
|
-
# The time that an event occurred at a given date with the year included
|
|
4
|
-
groupSharedFeatures.readableTime.eventTimeDate = {time, date, medium}, {time, time, short}
|
|
5
|
-
# The time that an event occurred at a given date without the year included
|
|
6
|
-
groupSharedFeatures.readableTime.eventTimeDateShort = {date}, {time, time, short}
|
|
7
|
-
# The time that an event occurred today
|
|
8
|
-
groupSharedFeatures.readableTime.eventTimeToday = 오늘, {time, time, short}
|
|
9
|
-
# The time that an event occurred at a given date with the weekday included
|
|
10
|
-
groupSharedFeatures.readableTime.eventTimeWeekdayLong = {weekday}, {time, date, medium}
|
|
11
|
-
# The time that an event occurred yesterday
|
|
12
|
-
groupSharedFeatures.readableTime.eventTimeYesterday = 어제, {time, time, short}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
# The time that an event occurred
|
|
2
|
-
groupSharedFeatures.readableTime.eventTime = {time, date, medium}
|
|
3
|
-
# The time that an event occurred at a given date with the year included
|
|
4
|
-
groupSharedFeatures.readableTime.eventTimeDate = {time, date, medium} kl. {time, time, short}
|
|
5
|
-
# The time that an event occurred at a given date without the year included
|
|
6
|
-
groupSharedFeatures.readableTime.eventTimeDateShort = {date} kl. {time, time, short}
|
|
7
|
-
# The time that an event occurred today
|
|
8
|
-
groupSharedFeatures.readableTime.eventTimeToday = I dag kl. {time, time, short}
|
|
9
|
-
# The time that an event occurred at a given date with the weekday included
|
|
10
|
-
groupSharedFeatures.readableTime.eventTimeWeekdayLong = {weekday} {time, date, medium}
|
|
11
|
-
# The time that an event occurred yesterday
|
|
12
|
-
groupSharedFeatures.readableTime.eventTimeYesterday = I går kl. {time, time, short}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
# The time that an event occurred
|
|
2
|
-
groupSharedFeatures.readableTime.eventTime = {time, date, medium}
|
|
3
|
-
# The time that an event occurred at a given date with the year included
|
|
4
|
-
groupSharedFeatures.readableTime.eventTimeDate = {time, date, medium} om {time, time, short}
|
|
5
|
-
# The time that an event occurred at a given date without the year included
|
|
6
|
-
groupSharedFeatures.readableTime.eventTimeDateShort = {date} om {time, time, short}
|
|
7
|
-
# The time that an event occurred today
|
|
8
|
-
groupSharedFeatures.readableTime.eventTimeToday = Vandaag om {time, time, short}
|
|
9
|
-
# The time that an event occurred at a given date with the weekday included
|
|
10
|
-
groupSharedFeatures.readableTime.eventTimeWeekdayLong = {weekday}, {time, date, medium}
|
|
11
|
-
# The time that an event occurred yesterday
|
|
12
|
-
groupSharedFeatures.readableTime.eventTimeYesterday = Gisteren om {time, time, short}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
# The time that an event occurred
|
|
2
|
-
groupSharedFeatures.readableTime.eventTime = {time, date, medium}
|
|
3
|
-
# The time that an event occurred at a given date with the year included
|
|
4
|
-
groupSharedFeatures.readableTime.eventTimeDate = {time, date, medium} o godzinie {time, time, short}
|
|
5
|
-
# The time that an event occurred at a given date without the year included
|
|
6
|
-
groupSharedFeatures.readableTime.eventTimeDateShort = {date} o godzinie {time, time, short}
|
|
7
|
-
# The time that an event occurred today
|
|
8
|
-
groupSharedFeatures.readableTime.eventTimeToday = Dzisiaj o godzinie {time, time, short}
|
|
9
|
-
# The time that an event occurred at a given date with the weekday included
|
|
10
|
-
groupSharedFeatures.readableTime.eventTimeWeekdayLong = {weekday}, {time, date, medium}
|
|
11
|
-
# The time that an event occurred yesterday
|
|
12
|
-
groupSharedFeatures.readableTime.eventTimeYesterday = Wczoraj o godzinie {time, time, short}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
# The time that an event occurred
|
|
2
|
-
groupSharedFeatures.readableTime.eventTime = {time, date, medium}
|
|
3
|
-
# The time that an event occurred at a given date with the year included
|
|
4
|
-
groupSharedFeatures.readableTime.eventTimeDate = {time, date, medium} às {time, time, short}
|
|
5
|
-
# The time that an event occurred at a given date without the year included
|
|
6
|
-
groupSharedFeatures.readableTime.eventTimeDateShort = {date} às {time, time, short}
|
|
7
|
-
# The time that an event occurred today
|
|
8
|
-
groupSharedFeatures.readableTime.eventTimeToday = Hoje às {time, time, short}
|
|
9
|
-
# The time that an event occurred at a given date with the weekday included
|
|
10
|
-
groupSharedFeatures.readableTime.eventTimeWeekdayLong = {weekday}, {time, date, medium}
|
|
11
|
-
# The time that an event occurred yesterday
|
|
12
|
-
groupSharedFeatures.readableTime.eventTimeYesterday = Ontem às {time, time, short}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
# The time that an event occurred
|
|
2
|
-
groupSharedFeatures.readableTime.eventTime = {time, date, medium}
|
|
3
|
-
# The time that an event occurred at a given date with the year included
|
|
4
|
-
groupSharedFeatures.readableTime.eventTimeDate = {time, date, medium} в {time, time, short}
|
|
5
|
-
# The time that an event occurred at a given date without the year included
|
|
6
|
-
groupSharedFeatures.readableTime.eventTimeDateShort = {date} в {time, time, short}
|
|
7
|
-
# The time that an event occurred today
|
|
8
|
-
groupSharedFeatures.readableTime.eventTimeToday = Сегодня в {time, time, short}
|
|
9
|
-
# The time that an event occurred at a given date with the weekday included
|
|
10
|
-
groupSharedFeatures.readableTime.eventTimeWeekdayLong = {weekday}, {time, date, medium}
|
|
11
|
-
# The time that an event occurred yesterday
|
|
12
|
-
groupSharedFeatures.readableTime.eventTimeYesterday = Вчера в {time, time, short}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
# The time that an event occurred
|
|
2
|
-
groupSharedFeatures.readableTime.eventTime = {time, date, medium}
|
|
3
|
-
# The time that an event occurred at a given date with the year included
|
|
4
|
-
groupSharedFeatures.readableTime.eventTimeDate = {time, date, medium} vid {time, time, short}
|
|
5
|
-
# The time that an event occurred at a given date without the year included
|
|
6
|
-
groupSharedFeatures.readableTime.eventTimeDateShort = {date} vid {time, time, short}
|
|
7
|
-
# The time that an event occurred today
|
|
8
|
-
groupSharedFeatures.readableTime.eventTimeToday = Idag {time, time, short}
|
|
9
|
-
# The time that an event occurred at a given date with the weekday included
|
|
10
|
-
groupSharedFeatures.readableTime.eventTimeWeekdayLong = {weekday}, {time, date, medium}
|
|
11
|
-
# The time that an event occurred yesterday
|
|
12
|
-
groupSharedFeatures.readableTime.eventTimeYesterday = Igår {time, time, short}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
# The time that an event occurred
|
|
2
|
-
groupSharedFeatures.readableTime.eventTime = {time, date, medium}
|
|
3
|
-
# The time that an event occurred at a given date with the year included
|
|
4
|
-
groupSharedFeatures.readableTime.eventTimeDate = {time, date, medium}, {time, time, short}
|
|
5
|
-
# The time that an event occurred at a given date without the year included
|
|
6
|
-
groupSharedFeatures.readableTime.eventTimeDateShort = {date}, {time, time, short}
|
|
7
|
-
# The time that an event occurred today
|
|
8
|
-
groupSharedFeatures.readableTime.eventTimeToday = Bugün, {time, time, short}
|
|
9
|
-
# The time that an event occurred at a given date with the weekday included
|
|
10
|
-
groupSharedFeatures.readableTime.eventTimeWeekdayLong = {time, date, medium} {weekday}
|
|
11
|
-
# The time that an event occurred yesterday
|
|
12
|
-
groupSharedFeatures.readableTime.eventTimeYesterday = Dün, {time, time, short}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
# The time that an event occurred
|
|
2
|
-
groupSharedFeatures.readableTime.eventTime = {time, date, medium}
|
|
3
|
-
# The time that an event occurred at a given date with the year included
|
|
4
|
-
groupSharedFeatures.readableTime.eventTimeDate = {time, date, medium} {time, time, short}
|
|
5
|
-
# The time that an event occurred at a given date without the year included
|
|
6
|
-
groupSharedFeatures.readableTime.eventTimeDateShort = {date} {time, time, short}
|
|
7
|
-
# The time that an event occurred today
|
|
8
|
-
groupSharedFeatures.readableTime.eventTimeToday = 今天 {time, time, short}
|
|
9
|
-
# The time that an event occurred at a given date with the weekday included
|
|
10
|
-
groupSharedFeatures.readableTime.eventTimeWeekdayLong = {weekday} {time, date, medium}
|
|
11
|
-
# The time that an event occurred yesterday
|
|
12
|
-
groupSharedFeatures.readableTime.eventTimeYesterday = 昨天 {time, time, short}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
# The time that an event occurred
|
|
2
|
-
groupSharedFeatures.readableTime.eventTime = {time, date, medium}
|
|
3
|
-
# The time that an event occurred at a given date with the year included
|
|
4
|
-
groupSharedFeatures.readableTime.eventTimeDate = {time, date, medium} {time, time, short}
|
|
5
|
-
# The time that an event occurred at a given date without the year included
|
|
6
|
-
groupSharedFeatures.readableTime.eventTimeDateShort = {date} {time, time, short}
|
|
7
|
-
# The time that an event occurred today
|
|
8
|
-
groupSharedFeatures.readableTime.eventTimeToday = 今天 {time, time, short}
|
|
9
|
-
# The time that an event occurred at a given date with the weekday included
|
|
10
|
-
groupSharedFeatures.readableTime.eventTimeWeekdayLong = {weekday} {time, date, medium}
|
|
11
|
-
# The time that an event occurred yesterday
|
|
12
|
-
groupSharedFeatures.readableTime.eventTimeYesterday = 昨天 {time, time, short}
|