Coverage for /home/runner/work/viur-core/viur-core/viur/src/viur/core/languages/en.py: 100%
1 statements
« prev ^ index » next coverage.py v7.6.3, created at 2024-10-16 22:16 +0000
« prev ^ index » next coverage.py v7.6.3, created at 2024-10-16 22:16 +0000
1en = {
2 "const_day_0_short": "Sun", # Abbreviation Day-names (starting with Sunday)
3 "const_day_1_short": "Mon",
4 "const_day_2_short": "Tue",
5 "const_day_3_short": "Wed",
6 "const_day_4_short": "Thu",
7 "const_day_5_short": "Fri",
8 "const_day_6_short": "Sat",
9 "const_day_0_long": "Sunday", # Full Day-names (starting with Sunday)
10 "const_day_1_long": "Monday",
11 "const_day_2_long": "Tuesday",
12 "const_day_3_long": "Wednesday",
13 "const_day_4_long": "Thursday",
14 "const_day_5_long": "Friday",
15 "const_day_6_long": "Saturday",
16 "const_month_1_short": "Jan", # Abbreviation Month-names
17 "const_month_2_short": "Feb",
18 "const_month_3_short": "Mar",
19 "const_month_4_short": "Apr",
20 "const_month_5_short": "May",
21 "const_month_6_short": "Jun",
22 "const_month_7_short": "Jul",
23 "const_month_8_short": "Aug",
24 "const_month_9_short": "Sep",
25 "const_month_10_short": "Oct",
26 "const_month_11_short": "Nov",
27 "const_month_12_short": "Dec",
28 "const_month_1_long": "January", # Full Month-names
29 "const_month_2_long": "February",
30 "const_month_3_long": "March",
31 "const_month_4_long": "April",
32 "const_month_5_long": "May",
33 "const_month_6_long": "June",
34 "const_month_7_long": "July",
35 "const_month_8_long": "August",
36 "const_month_9_long": "September",
37 "const_month_10_long": "October",
38 "const_month_11_long": "November",
39 "const_month_12_long": "December",
40 "const_datetimeformat": "%a %b %d %H:%M:%S %Y ", # Format: Date with Time
41 "const_timeformat": "%H:%M:%S", # Format: Time only
42 "const_dateformat": "%m/%d/%Y", # Format: Date only
44 # translation
45 "translations": "Translations",
46 "core.translationskel.tr_key.descr": "Translation key",
47 "core.translationskel.translations.descr": "Translations",
48 "core.translationskel.translations_missing.descr": "Translation missing for language",
49 "core.translationskel.default_text.descr": "Fallback value",
50 "core.translationskel.hint.descr": "Hint / Context (internal only)",
51 "core.translationskel.usage_filename.descr": "Used and added from this file",
52 "core.translationskel.usage_lineno.descr": "Used and added from this lineno",
53 "core.translationskel.usage_variables.descr": "Receives these substitution variables",
54 "core.translationskel.creator.descr": "Creator",
55}