@kitconcept/volto-light-theme 8.0.0-alpha.28 → 8.0.0-alpha.29
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/.changelog.draft +23 -3
- package/CHANGELOG.md +27 -0
- package/locales/af/LC_MESSAGES/volto.po +645 -0
- package/locales/ar/LC_MESSAGES/volto.po +645 -0
- package/locales/bg/LC_MESSAGES/volto.po +645 -0
- package/locales/bn/LC_MESSAGES/volto.po +645 -0
- package/locales/ca/LC_MESSAGES/volto.po +645 -0
- package/locales/cs/LC_MESSAGES/volto.po +645 -0
- package/locales/cy/LC_MESSAGES/volto.po +645 -0
- package/locales/da/LC_MESSAGES/volto.po +645 -0
- package/locales/de/LC_MESSAGES/volto.po +58 -57
- package/locales/el/LC_MESSAGES/volto.po +645 -0
- package/locales/en_AU/LC_MESSAGES/volto.po +645 -0
- package/locales/en_GB/LC_MESSAGES/volto.po +645 -0
- package/locales/eo/LC_MESSAGES/volto.po +645 -0
- package/locales/es/LC_MESSAGES/volto.po +50 -50
- package/locales/et/LC_MESSAGES/volto.po +645 -0
- package/locales/eu/LC_MESSAGES/volto.po +7 -7
- package/locales/fa/LC_MESSAGES/volto.po +645 -0
- package/locales/fi/LC_MESSAGES/volto.po +645 -0
- package/locales/fr/LC_MESSAGES/volto.po +645 -0
- package/locales/fu/LC_MESSAGES/volto.po +645 -0
- package/locales/ga/LC_MESSAGES/volto.po +645 -0
- package/locales/gl/LC_MESSAGES/volto.po +645 -0
- package/locales/he/LC_MESSAGES/volto.po +645 -0
- package/locales/hi/LC_MESSAGES/volto.po +645 -0
- package/locales/hr/LC_MESSAGES/volto.po +645 -0
- package/locales/hu/LC_MESSAGES/volto.po +645 -0
- package/locales/hy/LC_MESSAGES/volto.po +645 -0
- package/locales/id/LC_MESSAGES/volto.po +645 -0
- package/locales/it/LC_MESSAGES/volto.po +645 -0
- package/locales/ja/LC_MESSAGES/volto.po +645 -0
- package/locales/ka/LC_MESSAGES/volto.po +645 -0
- package/locales/kn/LC_MESSAGES/volto.po +645 -0
- package/locales/ko/LC_MESSAGES/volto.po +645 -0
- package/locales/lt/LC_MESSAGES/volto.po +645 -0
- package/locales/lv/LC_MESSAGES/volto.po +645 -0
- package/locales/mi/LC_MESSAGES/volto.po +645 -0
- package/locales/mk_MK/LC_MESSAGES/volto.po +645 -0
- package/locales/ms/LC_MESSAGES/volto.po +645 -0
- package/locales/mt/LC_MESSAGES/volto.po +645 -0
- package/locales/my/LC_MESSAGES/volto.po +645 -0
- package/locales/nl/LC_MESSAGES/volto.po +645 -0
- package/locales/nl_BE/LC_MESSAGES/volto.po +645 -0
- package/locales/nn/LC_MESSAGES/volto.po +645 -0
- package/locales/no/LC_MESSAGES/volto.po +645 -0
- package/locales/pl/LC_MESSAGES/volto.po +645 -0
- package/locales/pt/LC_MESSAGES/volto.po +645 -0
- package/locales/rm/LC_MESSAGES/volto.po +645 -0
- package/locales/ro/LC_MESSAGES/volto.po +645 -0
- package/locales/ru/LC_MESSAGES/volto.po +645 -0
- package/locales/sk/LC_MESSAGES/volto.po +645 -0
- package/locales/sl/LC_MESSAGES/volto.po +645 -0
- package/locales/sm/LC_MESSAGES/volto.po +645 -0
- package/locales/sq/LC_MESSAGES/volto.po +645 -0
- package/locales/sr/LC_MESSAGES/volto.po +645 -0
- package/locales/sr_Cyrl/LC_MESSAGES/volto.po +645 -0
- package/locales/sr_Latn/LC_MESSAGES/volto.po +645 -0
- package/locales/sv/LC_MESSAGES/volto.po +645 -0
- package/locales/sw/LC_MESSAGES/volto.po +645 -0
- package/locales/ta/LC_MESSAGES/volto.po +645 -0
- package/locales/te/LC_MESSAGES/volto.po +645 -0
- package/locales/th/LC_MESSAGES/volto.po +645 -0
- package/locales/tl/LC_MESSAGES/volto.po +645 -0
- package/locales/to/LC_MESSAGES/volto.po +645 -0
- package/locales/tr/LC_MESSAGES/volto.po +645 -0
- package/locales/uk/LC_MESSAGES/volto.po +645 -0
- package/locales/vi/LC_MESSAGES/volto.po +645 -0
- package/locales/zh_CN/LC_MESSAGES/volto.po +645 -0
- package/locales/zh_HK/LC_MESSAGES/volto.po +645 -0
- package/locales/zh_TW/LC_MESSAGES/volto.po +645 -0
- package/package.json +6 -6
- package/src/components/Blocks/Button/schema.js +12 -0
- package/src/components/Blocks/Image/Edit.jsx +8 -32
- package/src/components/Blocks/Image/View.jsx +9 -26
- package/src/components/Blocks/Image/adapter.js +28 -14
- package/src/components/Blocks/Image/adapter.test.js +156 -0
- package/src/components/Blocks/Image/schema.js +21 -7
- package/src/components/Blocks/Listing/GridTemplate.jsx +1 -0
- package/src/components/Blocks/Listing/SummaryTemplate.jsx +1 -0
- package/src/components/Blocks/Maps/MapsSidebar.jsx +68 -0
- package/src/components/Blocks/Maps/View.jsx +37 -0
- package/src/components/Blocks/Maps/adapter.js +27 -0
- package/src/components/Blocks/Maps/adapter.test.js +63 -0
- package/src/components/Blocks/Maps/schema.js +42 -2
- package/src/components/Blocks/Separator/schema.js +12 -0
- package/src/components/Blocks/Teaser/DefaultBody.tsx +10 -1
- package/src/components/Blocks/Video/VideoSidebar.jsx +68 -0
- package/src/components/Blocks/Video/View.jsx +38 -0
- package/src/components/Blocks/Video/adapter.js +28 -0
- package/src/components/Blocks/Video/adapter.test.js +63 -0
- package/src/components/Blocks/Video/schema.js +42 -2
- package/src/components/Footer/Footer.tsx +2 -2
- package/src/components/Footer/slots/FollowUsLogoAndLinks.tsx +12 -23
- package/src/components/Theme/ImageView.jsx +8 -1
- package/src/config/blocks.tsx +63 -0
- package/src/config/classExtenders.ts +11 -10
- package/src/config/settings.ts +6 -0
- package/src/customizations/volto/components/manage/Blocks/Maps/MapsSidebar.jsx +10 -0
- package/src/customizations/volto/components/manage/Blocks/Maps/View.jsx +10 -0
- package/src/customizations/volto/components/manage/Blocks/Video/VideoSidebar.jsx +10 -0
- package/src/customizations/volto/components/manage/Blocks/Video/View.jsx +10 -0
- package/src/index.ts +8 -0
- package/src/primitives/Card/Card.tsx +4 -1
- package/src/theme/_footer.scss +61 -51
- package/src/theme/_layout.scss +7 -62
- package/src/theme/_typo-custom.scss +1 -1
- package/src/theme/_variables.scss +21 -0
- package/src/theme/blocks/_grid.scss +1 -0
- package/src/theme/blocks/_highlight.scss +10 -7
- package/src/theme/blocks/_image.scss +96 -186
- package/src/theme/blocks/_listing.scss +5 -1
- package/src/theme/blocks/_maps.scss +60 -34
- package/src/transforms/to6.ts +5 -49
- package/src/transforms/to8.test.js +201 -0
- package/src/transforms/to8.ts +109 -0
|
@@ -0,0 +1,645 @@
|
|
|
1
|
+
msgid ""
|
|
2
|
+
msgstr ""
|
|
3
|
+
"Project-Id-Version: Plone\n"
|
|
4
|
+
"Report-Msgid-Bugs-To: \n"
|
|
5
|
+
"POT-Creation-Date: 2026-02-16T14:21:29.474Z\n"
|
|
6
|
+
"PO-Revision-Date: \n"
|
|
7
|
+
"Last-Translator: \n"
|
|
8
|
+
"Language: kn\n"
|
|
9
|
+
"Language-Team: \n"
|
|
10
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
11
|
+
"Content-Transfer-Encoding: 8bit\n"
|
|
12
|
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
13
|
+
"MIME-Version: 1.0\n"
|
|
14
|
+
"Language-Code: kn\n"
|
|
15
|
+
"Language-Name: kn\n"
|
|
16
|
+
"Preferred-Encodings: utf-8\n"
|
|
17
|
+
"Domain: DOMAIN\n"
|
|
18
|
+
|
|
19
|
+
#. Default: "Action"
|
|
20
|
+
#: components/Widgets/schema/headerActionsSchema
|
|
21
|
+
msgid "Action"
|
|
22
|
+
msgstr "ಕ್ರಿಯೆ"
|
|
23
|
+
|
|
24
|
+
#. Default: "Add"
|
|
25
|
+
#: components/Widgets/BlocksObject
|
|
26
|
+
#: components/Widgets/ObjectList
|
|
27
|
+
msgid "Add (object list)"
|
|
28
|
+
msgstr "ಟಿಪ್ಪಣಿ ಸೇರಿಸು"
|
|
29
|
+
|
|
30
|
+
#. Default: "Add action"
|
|
31
|
+
#: components/Widgets/schema/headerActionsSchema
|
|
32
|
+
msgid "Add action"
|
|
33
|
+
msgstr "ಕ್ರಿಯೆ ಸೇರಿಸಲಾಯಿತು"
|
|
34
|
+
|
|
35
|
+
#. Default: "Add item"
|
|
36
|
+
#: components/Widgets/schema/iconLinkListSchema
|
|
37
|
+
msgid "Add item"
|
|
38
|
+
msgstr "ಐಟಂ ಸೇರಿಸಿ"
|
|
39
|
+
|
|
40
|
+
#. Default: "Add link"
|
|
41
|
+
#: components/Widgets/schema/footerLinksSchema
|
|
42
|
+
msgid "Add link"
|
|
43
|
+
msgstr "ಲಿಂಕ್ ಸೇರಿಸಿ"
|
|
44
|
+
|
|
45
|
+
#. Default: "Add logo"
|
|
46
|
+
#: components/Widgets/schema/footerLogosSchema
|
|
47
|
+
msgid "Add logo"
|
|
48
|
+
msgstr "ಲೋಗೋ ಸೇರಿಸಿ"
|
|
49
|
+
|
|
50
|
+
#. Default: "Advanced facet?"
|
|
51
|
+
#: components/Blocks/EventCalendar/Search/schema
|
|
52
|
+
msgid "Advanced facet?"
|
|
53
|
+
msgstr "ಪ್ರಗತ ಮುಖ?"
|
|
54
|
+
|
|
55
|
+
#. Default: "Advanced facets are initially hidden and displayed on demand"
|
|
56
|
+
#: components/Blocks/EventCalendar/Search/schema
|
|
57
|
+
msgid "Advanced facets are initially hidden and displayed on demand"
|
|
58
|
+
msgstr "ಪ್ರಗತ ಮುಖಗಳನ್ನು ಆರಂಭದಲ್ಲಿ ಮರೆಮಾಡಲಾಗಿದೆ ಮತ್ತು ಬೇಡಿಕೆಯ ಮೇರೆಗೆ ತೋರಿಸಲಾಗುತ್ತದೆ"
|
|
59
|
+
|
|
60
|
+
#. Default: "Alt text"
|
|
61
|
+
#: components/Widgets/schema/footerLogosSchema
|
|
62
|
+
#: components/Widgets/schema/iconLinkListSchema
|
|
63
|
+
msgid "Alt text"
|
|
64
|
+
msgstr "Alt ಪಠ್ಯ"
|
|
65
|
+
|
|
66
|
+
#. Default: "Ascending"
|
|
67
|
+
#: components/Blocks/EventCalendar/Search/components/SortOn
|
|
68
|
+
msgid "Ascending"
|
|
69
|
+
msgstr "ಆರೋಹಣ"
|
|
70
|
+
|
|
71
|
+
#. Default: "Back"
|
|
72
|
+
#: components/MobileNavigation/MobileNavigation
|
|
73
|
+
msgid "Back"
|
|
74
|
+
msgstr "ಹಿಂದೆ"
|
|
75
|
+
|
|
76
|
+
#. Default: "Background color"
|
|
77
|
+
#: components/Blocks/schema
|
|
78
|
+
msgid "Background color"
|
|
79
|
+
msgstr "ಹಿನ್ನೆಲೆ ಬಣ್ಣ"
|
|
80
|
+
|
|
81
|
+
#. Default: "Base search query"
|
|
82
|
+
#: components/Blocks/EventCalendar/Search/schema
|
|
83
|
+
msgid "Base search query"
|
|
84
|
+
msgstr "ಮೂಲ ಹುಡುಕಾಟ ಪ್ರಶ್ನೆ"
|
|
85
|
+
|
|
86
|
+
#. Default: "Block Width"
|
|
87
|
+
#: components/Blocks/Image/schema
|
|
88
|
+
msgid "Block Width"
|
|
89
|
+
msgstr "ಬ್ಲಾಕ್ ಅಗಲ"
|
|
90
|
+
|
|
91
|
+
#. Default: "Breadcrumbs"
|
|
92
|
+
#: components/Breadcrumbs/Breadcrumbs
|
|
93
|
+
msgid "Breadcrumbs"
|
|
94
|
+
msgstr "ಬ್ರೆಡ್ಕ್ರಮ್ಗಳು"
|
|
95
|
+
|
|
96
|
+
#. Default: "Cancel search"
|
|
97
|
+
#: components/Blocks/EventCalendar/Search/components/SearchInput
|
|
98
|
+
msgid "Cancel search"
|
|
99
|
+
msgstr "ಹುಡುಕಾಟ ರದ್ದುಮಾಡಿ"
|
|
100
|
+
|
|
101
|
+
#. Default: "Close menu"
|
|
102
|
+
#: components/MobileNavigation/MobileNavigation
|
|
103
|
+
#: components/Navigation/Navigation
|
|
104
|
+
msgid "Close menu"
|
|
105
|
+
msgstr "ಮೆನು ಮುಚ್ಚಿ"
|
|
106
|
+
|
|
107
|
+
#. Default: "Collapse item"
|
|
108
|
+
#: components/Widgets/BlocksObject
|
|
109
|
+
#: components/Widgets/ObjectList
|
|
110
|
+
msgid "Collapse item"
|
|
111
|
+
msgstr "ಐಟಂ ಕುಗ್ಗಿಸಿ"
|
|
112
|
+
|
|
113
|
+
#. Default: "The color contrast ratio {contrastRatio}:1 might not be accessible for all. WCAG Level: {complianceLevel}"
|
|
114
|
+
#: components/Widgets/ColorContrastChecker
|
|
115
|
+
msgid "ColorContrastCheckerMessage"
|
|
116
|
+
msgstr "ಬಣ್ಣ ವ್ಯತಿರಿಕ್ತತೆ ಅನುಪಾತ {contrastRatio}:1 ಎಲ್ಲರಿಗೂ ಪ್ರವೇಶಿಸಬಹುದಾಗಿಲ್ಲದಿರಬಹುದು. WCAG ಮಟ್ಟ: {complianceLevel}"
|
|
117
|
+
|
|
118
|
+
#. Default: "Contact"
|
|
119
|
+
#: components/Blocks/EventMetadata/View
|
|
120
|
+
msgid "Contact"
|
|
121
|
+
msgstr "ಸಂಪರ್ಕ"
|
|
122
|
+
|
|
123
|
+
#. Default: "Controls"
|
|
124
|
+
#: components/Blocks/EventCalendar/Search/schema
|
|
125
|
+
msgid "Controls"
|
|
126
|
+
msgstr "ನಿಯಂತ್ರಣಗಳು"
|
|
127
|
+
|
|
128
|
+
#. Default: "Copyright"
|
|
129
|
+
#: components/Footer/slots/Copyright
|
|
130
|
+
msgid "Copyright"
|
|
131
|
+
msgstr "ಕಾಪಿರೈಟ್"
|
|
132
|
+
|
|
133
|
+
#. Default: "Descending"
|
|
134
|
+
#: components/Blocks/EventCalendar/Search/components/SortOn
|
|
135
|
+
msgid "Descending"
|
|
136
|
+
msgstr "ಅವರೋಹಣ"
|
|
137
|
+
|
|
138
|
+
#. Default: "Description"
|
|
139
|
+
#: components/Blocks/Image/schema
|
|
140
|
+
#: components/Widgets/schema/footerLogosSchema
|
|
141
|
+
#: components/Widgets/schema/iconLinkListSchema
|
|
142
|
+
msgid "Description"
|
|
143
|
+
msgstr "ವಿವರಣೆ"
|
|
144
|
+
|
|
145
|
+
#. Default: "Distributed under the {license}."
|
|
146
|
+
#: components/Footer/slots/Copyright
|
|
147
|
+
msgid "Distributed under the {license}."
|
|
148
|
+
msgstr "{license} ಅಡಿಯಲ್ಲಿ ವಿತರಿಸಲಾಗಿದೆ."
|
|
149
|
+
|
|
150
|
+
#. Default: "Download file"
|
|
151
|
+
#: components/Theme/FileView
|
|
152
|
+
msgid "Download file"
|
|
153
|
+
msgstr "ಕಡತ ಡೌನ್ಲೋಡ್ ಮಾಡಿ"
|
|
154
|
+
|
|
155
|
+
#. Default: "E-mail"
|
|
156
|
+
#: components/Summary/PersonSummary
|
|
157
|
+
msgid "E-mail"
|
|
158
|
+
msgstr "ಇಮೇಲ್"
|
|
159
|
+
|
|
160
|
+
#. Default: "Empty object list"
|
|
161
|
+
#: components/Widgets/BlocksObject
|
|
162
|
+
#: components/Widgets/ObjectList
|
|
163
|
+
msgid "Empty object list"
|
|
164
|
+
msgstr "ಖಾಲಿ ವಸ್ತು ಪಟ್ಟಿ"
|
|
165
|
+
|
|
166
|
+
#. Default: "End"
|
|
167
|
+
#: components/Blocks/EventMetadata/View
|
|
168
|
+
msgid "End"
|
|
169
|
+
msgstr "ಅಂತ್ಯ"
|
|
170
|
+
|
|
171
|
+
#. Default: "Facet"
|
|
172
|
+
#: components/Blocks/EventCalendar/Search/schema
|
|
173
|
+
msgid "Facet"
|
|
174
|
+
msgstr "ಮುಖ"
|
|
175
|
+
|
|
176
|
+
#. Default: "Facet widget"
|
|
177
|
+
#: components/Blocks/EventCalendar/Search/schema
|
|
178
|
+
msgid "Facet widget"
|
|
179
|
+
msgstr "ಮುಖ ವಿಜೆಟ್"
|
|
180
|
+
|
|
181
|
+
#. Default: "Facets"
|
|
182
|
+
#: components/Blocks/EventCalendar/Search/schema
|
|
183
|
+
msgid "Facets"
|
|
184
|
+
msgstr "ಮುಖಗಳು"
|
|
185
|
+
|
|
186
|
+
#. Default: "Field"
|
|
187
|
+
#: components/Blocks/EventCalendar/Search/schema
|
|
188
|
+
msgid "Field"
|
|
189
|
+
msgstr "ಕ್ಷೇತ್ರ"
|
|
190
|
+
|
|
191
|
+
#. Default: "Follow us:"
|
|
192
|
+
#: components/Footer/slots/FollowUsLogoAndLinks
|
|
193
|
+
msgid "Follow us:"
|
|
194
|
+
msgstr "ನಮ್ಮನ್ನು ಅನುಸರಿಸಿ:"
|
|
195
|
+
|
|
196
|
+
#. Default: "GNU GPL v2 license"
|
|
197
|
+
#: components/Footer/slots/Copyright
|
|
198
|
+
msgid "GNU GPL license"
|
|
199
|
+
msgstr "ಜಿಎನ್ಯು ಜಿಪಿಎಲ್ ಪರವಾನಗಿ"
|
|
200
|
+
|
|
201
|
+
#. Default: "Headline"
|
|
202
|
+
#: components/Blocks/EventCalendar/Search/schema
|
|
203
|
+
msgid "Headline"
|
|
204
|
+
msgstr "ಶೀರ್ಷಿಕೆ"
|
|
205
|
+
|
|
206
|
+
#. Default: "Hidden facets will still filter the results if proper parameters are passed in URLs"
|
|
207
|
+
#: components/Blocks/EventCalendar/Search/schema
|
|
208
|
+
msgid "Hidden facets will still filter the results if proper parameters are passed in URLs"
|
|
209
|
+
msgstr "ಸೂಕ್ತ ಪ್ಯಾರಾಮೀಟರ್ಗಳನ್ನು URL ಗಳಲ್ಲಿ ರವಾನಿಸಿದರೆ ಮರೆಮಾಡಿದ ಮುಖಗಳು ಇನ್ನೂ ಫಲಿತಾಂಶಗಳನ್ನು ಫಿಲ್ಟರ್ ಮಾಡುತ್ತವೆ"
|
|
210
|
+
|
|
211
|
+
#. Default: "Hide facet?"
|
|
212
|
+
#: components/Blocks/EventCalendar/Search/schema
|
|
213
|
+
msgid "Hide facet?"
|
|
214
|
+
msgstr "ಮುಖವನ್ನು ಮರೆಮಾಡುವುದೇ?"
|
|
215
|
+
|
|
216
|
+
#. Default: "Home"
|
|
217
|
+
#: components/Breadcrumbs/Breadcrumbs
|
|
218
|
+
#: components/Logo/Logo
|
|
219
|
+
#: components/MobileNavigation/MobileNavigation
|
|
220
|
+
msgid "Home"
|
|
221
|
+
msgstr "ಮುಖಪುಟ"
|
|
222
|
+
|
|
223
|
+
#. Default: "ICS Download"
|
|
224
|
+
#: components/Blocks/EventMetadata/View
|
|
225
|
+
msgid "ICS-Download"
|
|
226
|
+
msgstr "ICS ಡೌನ್ಲೋಡ್"
|
|
227
|
+
|
|
228
|
+
#. Default: "Icon"
|
|
229
|
+
#: components/Widgets/schema/iconLinkListSchema
|
|
230
|
+
msgid "Icon"
|
|
231
|
+
msgstr "ಐಕಾನ್"
|
|
232
|
+
|
|
233
|
+
#. Default: "Image"
|
|
234
|
+
#: components/Blocks/Image/ImageSidebar
|
|
235
|
+
msgid "Image"
|
|
236
|
+
msgstr "ಚಿತ್ರ"
|
|
237
|
+
|
|
238
|
+
#. Default: "Invalid block - Will be removed on saving"
|
|
239
|
+
#: components/Theme/RenderBlocks
|
|
240
|
+
#: components/Theme/RenderBlocksV2
|
|
241
|
+
msgid "Invalid Block"
|
|
242
|
+
msgstr "ಅಮಾನ್ಯ ಬ್ಲಾಕ್ — ಉಳಿಸುವಾಗ ತೆಗೆದುಹಾಕಲಾಗುತ್ತದೆ."
|
|
243
|
+
|
|
244
|
+
#. Default: "Item"
|
|
245
|
+
#: components/Widgets/schema/iconLinkListSchema
|
|
246
|
+
msgid "Item"
|
|
247
|
+
msgstr "ಐಟಂ"
|
|
248
|
+
|
|
249
|
+
#. Default: "Label"
|
|
250
|
+
#: components/Blocks/EventCalendar/Search/schema
|
|
251
|
+
msgid "Label"
|
|
252
|
+
msgstr "ಲೇಬಲ್"
|
|
253
|
+
|
|
254
|
+
#. Default: "Link"
|
|
255
|
+
#: components/Widgets/schema/footerLinksSchema
|
|
256
|
+
msgid "Link"
|
|
257
|
+
msgstr "ಲಿಂಕ್"
|
|
258
|
+
|
|
259
|
+
#. Default: "List"
|
|
260
|
+
#: index
|
|
261
|
+
msgid "List"
|
|
262
|
+
msgstr "ಪಟ್ಟಿ"
|
|
263
|
+
|
|
264
|
+
#. Default: "List with images"
|
|
265
|
+
#: index
|
|
266
|
+
msgid "List with images"
|
|
267
|
+
msgstr "ಚಿತ್ರಗಳೊಂದಿಗೆ ಪಟ್ಟಿ"
|
|
268
|
+
|
|
269
|
+
#. Default: "Location"
|
|
270
|
+
#: components/Blocks/EventMetadata/View
|
|
271
|
+
msgid "Location"
|
|
272
|
+
msgstr "ಸ್ಥಳ"
|
|
273
|
+
|
|
274
|
+
#. Default: "Log in"
|
|
275
|
+
#: components/Anontools/Anontools
|
|
276
|
+
msgid "Log in"
|
|
277
|
+
msgstr "ಲಾಗ್ ಇನ್"
|
|
278
|
+
|
|
279
|
+
#. Default: "Log out"
|
|
280
|
+
#: components/Anontools/Anontools
|
|
281
|
+
msgid "Log out"
|
|
282
|
+
msgstr "ಲಾಗ್ ಔಟ್"
|
|
283
|
+
|
|
284
|
+
#. Default: "Logo"
|
|
285
|
+
#: components/Widgets/schema/footerLogosSchema
|
|
286
|
+
msgid "Logo"
|
|
287
|
+
msgstr "ಲೋಗೋ"
|
|
288
|
+
|
|
289
|
+
#. Default: "Logo image"
|
|
290
|
+
#: components/Widgets/schema/footerLogosSchema
|
|
291
|
+
msgid "Logo image"
|
|
292
|
+
msgstr "ಲೋಗೋ ಚಿತ್ರ"
|
|
293
|
+
|
|
294
|
+
#. Default: "Logo of"
|
|
295
|
+
#: components/Logo/Logo
|
|
296
|
+
msgid "Logo of"
|
|
297
|
+
msgstr "ಇದರ ಲೋಗೋ"
|
|
298
|
+
|
|
299
|
+
#. Default: "Move down"
|
|
300
|
+
#: components/Blocks/Block/Edit
|
|
301
|
+
msgid "Move down"
|
|
302
|
+
msgstr "ಕೆಳಗೆ ಸರಿಸಿ"
|
|
303
|
+
|
|
304
|
+
#. Default: "Move up"
|
|
305
|
+
#: components/Blocks/Block/Edit
|
|
306
|
+
msgid "Move up"
|
|
307
|
+
msgstr "ಮೇಲೆ ಸರಿಸಿ"
|
|
308
|
+
|
|
309
|
+
#. Default: "Multiple choices?"
|
|
310
|
+
#: components/Blocks/EventCalendar/Search/schema
|
|
311
|
+
msgid "Multiple choices?"
|
|
312
|
+
msgstr "ಬಹು ಆಯ್ಕೆಗಳು?"
|
|
313
|
+
|
|
314
|
+
#. Default: "Next Page"
|
|
315
|
+
#: components/Blocks/Listing/ListingBody
|
|
316
|
+
msgid "Next Page"
|
|
317
|
+
msgstr "ಮುಂದಿನ ಪುಟ"
|
|
318
|
+
|
|
319
|
+
#. Default: "No image selected"
|
|
320
|
+
#: components/Blocks/Image/ImageSidebar
|
|
321
|
+
msgid "No image selected"
|
|
322
|
+
msgstr "ಯಾವುದೇ ಚಿತ್ರ ಆಯ್ಕೆ ಮಾಡಿಲ್ಲ"
|
|
323
|
+
|
|
324
|
+
#. Default: "No items found in this container."
|
|
325
|
+
#: components/Blocks/Listing/ListingBody
|
|
326
|
+
msgid "No items found in this container."
|
|
327
|
+
msgstr "ಈ ಧಾರಕದಲ್ಲಿ ಯಾವುದೇ ಐಟಂಗಳು ಕಂಡುಬಂದಿಲ್ಲ."
|
|
328
|
+
|
|
329
|
+
#. Default: "No selection"
|
|
330
|
+
#: components/Blocks/EventCalendar/Search/components/SortOn
|
|
331
|
+
msgid "No selection"
|
|
332
|
+
msgstr "ಆಯ್ಕೆ ಇಲ್ಲ"
|
|
333
|
+
|
|
334
|
+
#. Default: "Open configuration"
|
|
335
|
+
#: components/Widgets/ModalJSONEditor
|
|
336
|
+
msgid "Open configuration"
|
|
337
|
+
msgstr "ಕಾನ್ಫಿಗರೇಶನ್ ತೆರೆಯಿರಿ"
|
|
338
|
+
|
|
339
|
+
#. Default: "Open in a new tab"
|
|
340
|
+
#: components/Widgets/schema/footerLinksSchema
|
|
341
|
+
#: components/Widgets/schema/footerLogosSchema
|
|
342
|
+
#: components/Widgets/schema/headerActionsSchema
|
|
343
|
+
#: components/Widgets/schema/iconLinkListSchema
|
|
344
|
+
msgid "Open in a new tab"
|
|
345
|
+
msgstr "ಹೊಸ ಟ್ಯಾಬ್ನಲ್ಲಿ ತೆರೆಯಿರಿ"
|
|
346
|
+
|
|
347
|
+
#. Default: "Open menu"
|
|
348
|
+
#: components/MobileNavigation/MobileNavigation
|
|
349
|
+
#: components/Navigation/Navigation
|
|
350
|
+
msgid "Open menu"
|
|
351
|
+
msgstr "ಮೆನು ತೆರೆಯಿರಿ"
|
|
352
|
+
|
|
353
|
+
#. Default: "Overview"
|
|
354
|
+
#: components/MobileNavigation/MobileNavigation
|
|
355
|
+
msgid "Overview"
|
|
356
|
+
msgstr "ಅವಲೋಕನ"
|
|
357
|
+
|
|
358
|
+
#. Default: "Pagination Navigation"
|
|
359
|
+
#: components/Blocks/Listing/ListingBody
|
|
360
|
+
msgid "Pagination Navigation"
|
|
361
|
+
msgstr "ಪುಟ ಸಂಚಾಲನೆ"
|
|
362
|
+
|
|
363
|
+
#. Default: "Pagination Navigation for {headline}"
|
|
364
|
+
#: components/Blocks/Listing/ListingBody
|
|
365
|
+
msgid "Pagination Navigation for {headline}"
|
|
366
|
+
msgstr "{headline} ಗಾಗಿ ಪುಟ ಸಂಚಾಲನೆ"
|
|
367
|
+
|
|
368
|
+
#. Default: "Phone"
|
|
369
|
+
#: components/Blocks/EventMetadata/View
|
|
370
|
+
#: components/Summary/PersonSummary
|
|
371
|
+
msgid "Phone"
|
|
372
|
+
msgstr "ದೂರವಾಣಿ"
|
|
373
|
+
|
|
374
|
+
#. Default: "Please choose an existing content as source for this element"
|
|
375
|
+
#: components/Blocks/Teaser/Body
|
|
376
|
+
msgid "Please choose an existing content as source for this element"
|
|
377
|
+
msgstr "ಈ ಅಂಶಕ್ಕಾಗಿ ಮೂಲವಾಗಿ ಅಸ್ತಿತ್ವದಲ್ಲಿರುವ ವಿಷಯವನ್ನು ಆಯ್ಕೆಮಾಡಿ."
|
|
378
|
+
|
|
379
|
+
#. Default: "Plone Foundation"
|
|
380
|
+
#: components/Footer/slots/Copyright
|
|
381
|
+
msgid "Plone Foundation"
|
|
382
|
+
msgstr "Plone Foundation"
|
|
383
|
+
|
|
384
|
+
#. Default: "Plone{reg} Open Source CMS/WCM"
|
|
385
|
+
#: components/Footer/slots/Copyright
|
|
386
|
+
msgid "Plone{reg} Open Source CMS/WCM"
|
|
387
|
+
msgstr "Plone{reg} Open Source CMS/WCM"
|
|
388
|
+
|
|
389
|
+
#. Default: "Press"
|
|
390
|
+
#: index
|
|
391
|
+
msgid "Press"
|
|
392
|
+
msgstr "ಪತ್ರಿಕಾ"
|
|
393
|
+
|
|
394
|
+
#. Default: "Previous Page"
|
|
395
|
+
#: components/Blocks/Listing/ListingBody
|
|
396
|
+
msgid "Previous Page"
|
|
397
|
+
msgstr "ಹಿಂದಿನ ಪುಟ"
|
|
398
|
+
|
|
399
|
+
#. Default: "Register"
|
|
400
|
+
#: components/Anontools/Anontools
|
|
401
|
+
msgid "Register"
|
|
402
|
+
msgstr "ನೋಂದಣಿ ಪುಸ್ತಕ"
|
|
403
|
+
|
|
404
|
+
#. Default: "Remove item"
|
|
405
|
+
#: components/Widgets/BlocksObject
|
|
406
|
+
#: components/Widgets/ObjectList
|
|
407
|
+
msgid "Remove item"
|
|
408
|
+
msgstr "ಐಟಂ ತೆಗೆದುಹಾಕಿ"
|
|
409
|
+
|
|
410
|
+
#. Default: "Result"
|
|
411
|
+
#: components/Blocks/Listing/ListingBody
|
|
412
|
+
msgid "Result"
|
|
413
|
+
msgstr "ಫಲಿತಾಂಶ"
|
|
414
|
+
|
|
415
|
+
#. Default: "Room"
|
|
416
|
+
#: components/Summary/PersonSummary
|
|
417
|
+
msgid "Room"
|
|
418
|
+
msgstr "ಕೊಠಡಿ"
|
|
419
|
+
|
|
420
|
+
#. Default: "Search"
|
|
421
|
+
#: components/Blocks/EventCalendar/Search/components/SearchInput
|
|
422
|
+
#: components/Blocks/EventCalendar/Search/schema
|
|
423
|
+
#: components/Blocks/Search/components/SearchInput
|
|
424
|
+
#: components/Blocks/Search/TopSideFacets
|
|
425
|
+
#: components/MobileNavigation/MobileNavigation
|
|
426
|
+
#: components/SearchWidget/IntranetSearchWidget
|
|
427
|
+
#: components/SearchWidget/SearchWidget
|
|
428
|
+
msgid "Search"
|
|
429
|
+
msgstr "ಹುಡುಕು"
|
|
430
|
+
|
|
431
|
+
#. Default: "Search Site"
|
|
432
|
+
#: components/SearchWidget/IntranetSearchWidget
|
|
433
|
+
#: components/SearchWidget/SearchWidget
|
|
434
|
+
msgid "Search Site"
|
|
435
|
+
msgstr "ತಾಣ ಹುಡುಕಿ"
|
|
436
|
+
|
|
437
|
+
#. Default: "Search block"
|
|
438
|
+
#: components/Blocks/EventCalendar/Search/schema
|
|
439
|
+
msgid "Search block"
|
|
440
|
+
msgstr "ಹುಡುಕಾಟ ಬ್ಲಾಕ್"
|
|
441
|
+
|
|
442
|
+
#. Default: "Search button label"
|
|
443
|
+
#: components/Blocks/EventCalendar/Search/schema
|
|
444
|
+
msgid "Search button label"
|
|
445
|
+
msgstr "ಹುಡುಕಾಟ ಗುಂಡಿ ಲೇಬಲ್"
|
|
446
|
+
|
|
447
|
+
#. Default: "Search for People, E-Mail Address, Phone Number, ..."
|
|
448
|
+
#: components/SearchWidget/IntranetSearchWidget
|
|
449
|
+
msgid "Search for People, E-Mail Address, Phone Number, ..."
|
|
450
|
+
msgstr "ಜನರು, ಇಮೇಲ್ ವಿಳಾಸ, ದೂರವಾಣಿ ಸಂಖ್ಯೆ ಹುಡುಕಿ, ..."
|
|
451
|
+
|
|
452
|
+
#. Default: "Search input label"
|
|
453
|
+
#: components/Blocks/EventCalendar/Search/schema
|
|
454
|
+
msgid "Search input label"
|
|
455
|
+
msgstr "ಹುಡುಕಾಟ ಇನ್ಪುಟ್ ಲೇಬಲ್"
|
|
456
|
+
|
|
457
|
+
#. Default: "Search results"
|
|
458
|
+
#: components/Blocks/Search/components/SearchDetails
|
|
459
|
+
msgid "Search results"
|
|
460
|
+
msgstr "ಹುಡುಕಿದ ಫಲಿತಾಂಶ"
|
|
461
|
+
|
|
462
|
+
#. Default: "Searched for"
|
|
463
|
+
#: components/Blocks/Search/components/SearchDetails
|
|
464
|
+
msgid "Searched for"
|
|
465
|
+
msgstr "ಹುಡುಕಲಾಗಿದೆ"
|
|
466
|
+
|
|
467
|
+
#. Default: "Section title"
|
|
468
|
+
#: components/Blocks/EventCalendar/Search/schema
|
|
469
|
+
msgid "Section title"
|
|
470
|
+
msgstr "ವಿಭಾಗ ಶೀರ್ಷಿಕೆ"
|
|
471
|
+
|
|
472
|
+
#. Default: "Show item"
|
|
473
|
+
#: components/Widgets/BlocksObject
|
|
474
|
+
#: components/Widgets/ObjectList
|
|
475
|
+
msgid "Show item"
|
|
476
|
+
msgstr "ಐಟಂ ತೋರಿಸಿ"
|
|
477
|
+
|
|
478
|
+
#. Default: "Show search button?"
|
|
479
|
+
#: components/Blocks/EventCalendar/Search/schema
|
|
480
|
+
msgid "Show search button?"
|
|
481
|
+
msgstr "ಹುಡುಕಾಟ ಗುಂಡಿಯನ್ನು ತೋರಿಸುವುದೇ?"
|
|
482
|
+
|
|
483
|
+
#. Default: "Show search input?"
|
|
484
|
+
#: components/Blocks/EventCalendar/Search/schema
|
|
485
|
+
msgid "Show search input?"
|
|
486
|
+
msgstr "ಹುಡುಕಾಟ ಇನ್ಪುಟ್ ತೋರಿಸುವುದೇ?"
|
|
487
|
+
|
|
488
|
+
#. Default: "Show sorting?"
|
|
489
|
+
#: components/Blocks/EventCalendar/Search/schema
|
|
490
|
+
msgid "Show sorting?"
|
|
491
|
+
msgstr "ವಿಂಗಡಣೆ ತೋರಿಸುವುದೇ?"
|
|
492
|
+
|
|
493
|
+
#. Default: "Show total results"
|
|
494
|
+
#: components/Blocks/EventCalendar/Search/schema
|
|
495
|
+
msgid "Show total results"
|
|
496
|
+
msgstr "ಒಟ್ಟು ಫಲಿತಾಂಶಗಳನ್ನು ತೋರಿಸಿ"
|
|
497
|
+
|
|
498
|
+
#. Default: "Simple"
|
|
499
|
+
#: index
|
|
500
|
+
msgid "Simple"
|
|
501
|
+
msgstr "ಸರಳ"
|
|
502
|
+
|
|
503
|
+
#. Default: "Site Setup"
|
|
504
|
+
#: components/Breadcrumbs/Breadcrumbs
|
|
505
|
+
msgid "Site Setup"
|
|
506
|
+
msgstr "ತಾಣ ಸಿದ್ಧತೆ"
|
|
507
|
+
|
|
508
|
+
#. Default: "Sitemap"
|
|
509
|
+
#: index
|
|
510
|
+
msgid "Sitemap"
|
|
511
|
+
msgstr "Sitemap"
|
|
512
|
+
|
|
513
|
+
#. Default: "Sort on"
|
|
514
|
+
#: components/Blocks/EventCalendar/Search/components/SortOn
|
|
515
|
+
msgid "Sort on"
|
|
516
|
+
msgstr "ಇದರಲ್ಲಿ ವಿಂಗಡಿಸಿ"
|
|
517
|
+
|
|
518
|
+
#. Default: "Sort on options"
|
|
519
|
+
#: components/Blocks/EventCalendar/Search/schema
|
|
520
|
+
msgid "Sort on options"
|
|
521
|
+
msgstr "ವಿಂಗಡಣೆ ಆಯ್ಕೆಗಳು"
|
|
522
|
+
|
|
523
|
+
#. Default: "Sorted on"
|
|
524
|
+
#: components/Blocks/EventCalendar/Search/components/SortOn
|
|
525
|
+
msgid "Sorted on"
|
|
526
|
+
msgstr "ಇದರಲ್ಲಿ ವಿಂಗಡಿಸಲಾಗಿದೆ"
|
|
527
|
+
|
|
528
|
+
#. Default: "Sorting"
|
|
529
|
+
#: components/Blocks/Search/TopSideFacets
|
|
530
|
+
msgid "Sorting"
|
|
531
|
+
msgstr "ವಿಂಗಡಣೆ"
|
|
532
|
+
|
|
533
|
+
#. Default: "Sponsored by:"
|
|
534
|
+
#: components/Footer/slots/FollowUsLogoAndLinks
|
|
535
|
+
msgid "Sponsored by:"
|
|
536
|
+
msgstr "ಪ್ರಾಯೋಜಕರು:"
|
|
537
|
+
|
|
538
|
+
#. Default: "Start"
|
|
539
|
+
#: components/Blocks/EventMetadata/View
|
|
540
|
+
msgid "Start"
|
|
541
|
+
msgstr "ಆರಂಭ"
|
|
542
|
+
|
|
543
|
+
#. Default: "Switch to"
|
|
544
|
+
#: components/LanguageSelector/LanguageSelector
|
|
545
|
+
msgid "Switch to"
|
|
546
|
+
msgstr ""
|
|
547
|
+
|
|
548
|
+
#. Default: "Target"
|
|
549
|
+
#: components/Widgets/schema/footerLinksSchema
|
|
550
|
+
#: components/Widgets/schema/footerLogosSchema
|
|
551
|
+
#: components/Widgets/schema/headerActionsSchema
|
|
552
|
+
#: components/Widgets/schema/iconLinkListSchema
|
|
553
|
+
msgid "Target"
|
|
554
|
+
msgstr "ಗುರಿ"
|
|
555
|
+
|
|
556
|
+
#. Default: "The button presence disables the live search, the query is issued when you press ENTER"
|
|
557
|
+
#: components/Blocks/EventCalendar/Search/schema
|
|
558
|
+
msgid "The button presence disables the live search, the query is issued when you press ENTER"
|
|
559
|
+
msgstr "ಗುಂಡಿಯ ಉಪಸ್ಥಿತಿಯು ನೇರ ಹುಡುಕಾಟವನ್ನು ನಿಷ್ಕ್ರಿಯಗೊಳಿಸುತ್ತದೆ, ನೀವು ENTER ಒತ್ತಿದಾಗ ಪ್ರಶ್ನೆಯನ್ನು ಹೊರಡಿಸಲಾಗುತ್ತದೆ."
|
|
560
|
+
|
|
561
|
+
#. Default: "The {plonecms} is {copyright} 2000-{current_year} by the {plonefoundation} and friends."
|
|
562
|
+
#: components/Footer/slots/Copyright
|
|
563
|
+
msgid "The {plonecms} is {copyright} 2000-{current_year} by the {plonefoundation} and friends."
|
|
564
|
+
msgstr "{plonecms} {copyright} 2000-{current_year} ಯಿಂದ {plonefoundation} ಮತ್ತು ಸ್ನೇಹಿತರಿಗೆ."
|
|
565
|
+
|
|
566
|
+
#. Default: "Title"
|
|
567
|
+
#: components/Blocks/Image/schema
|
|
568
|
+
#: components/Widgets/schema/footerLinksSchema
|
|
569
|
+
#: components/Widgets/schema/footerLogosSchema
|
|
570
|
+
#: components/Widgets/schema/headerActionsSchema
|
|
571
|
+
#: components/Widgets/schema/iconLinkListSchema
|
|
572
|
+
msgid "Title"
|
|
573
|
+
msgstr "ಶೀರ್ಷಿಕೆ"
|
|
574
|
+
|
|
575
|
+
#. Default: "Unknown Block {block}"
|
|
576
|
+
#: components/Blocks/Block/Edit
|
|
577
|
+
#: components/Theme/RenderBlocks
|
|
578
|
+
#: components/Theme/RenderBlocksV2
|
|
579
|
+
msgid "Unknown Block"
|
|
580
|
+
msgstr "ಅಜ್ಞಾತ ಬ್ಲಾಕ್ {block}"
|
|
581
|
+
|
|
582
|
+
#. Default: "Website"
|
|
583
|
+
#: components/Blocks/EventMetadata/View
|
|
584
|
+
msgid "Website"
|
|
585
|
+
msgstr "ವೆಬ್ಸೈಟ್"
|
|
586
|
+
|
|
587
|
+
#. Default: "Available views"
|
|
588
|
+
#: components/Blocks/EventCalendar/Search/schema
|
|
589
|
+
msgid "availableViews"
|
|
590
|
+
msgstr "ಲಭ್ಯವಿರುವ ನೋಟಗಳು"
|
|
591
|
+
|
|
592
|
+
#. Default: "The {type} block with the id {block} has encountered an error.{lineBreak}You can try to undo your changes (via the undo toolbar or pressing {shortcut}), or try to delete the block and recreate it again."
|
|
593
|
+
#: components/Blocks/Block/ErrorBoundaryMessage
|
|
594
|
+
msgid "blockErrorBoundaryDescription"
|
|
595
|
+
msgstr "{type} ಬ್ಲಾಕ್ ಐಡಿ {block} ದೋಷವನ್ನು ಎದುರಿಸಿದೆ.{lineBreak}ನಿಮ್ಮ ಬದಲಾವಣೆಗಳನ್ನು ರದ್ದುಗೊಳಿಸಲು ಪ್ರಯತ್ನಿಸಿ (ರದ್ದುಗೊಳಿಸು ಟೂಲ್ಬಾರ್ ಅಥವಾ {shortcut} ಒತ್ತುವ ಮೂಲಕ), ಅಥವಾ ಬ್ಲಾಕ್ ಅಳಿಸಿ ಮತ್ತು ಮತ್ತೆ ರಚಿಸಿ."
|
|
596
|
+
|
|
597
|
+
#. Default: "Block error:"
|
|
598
|
+
#: components/Blocks/Block/ErrorBoundaryMessage
|
|
599
|
+
msgid "blockErrorBoundaryTitle"
|
|
600
|
+
msgstr "ಬ್ಲಾಕ್ ದೋಷ:"
|
|
601
|
+
|
|
602
|
+
#. Default: "The {type} block with the id {block} errored and cannot be displayed.{lineBreak}Please contact the site administrator for further assistance."
|
|
603
|
+
#: components/Blocks/Block/ErrorBoundaryMessage
|
|
604
|
+
msgid "blockErrorBoundaryViewDescription"
|
|
605
|
+
msgstr "{type} ಬ್ಲಾಕ್ ಐಡಿ {block} ದೋಷ ಉಂಟಾಗಿದೆ ಮತ್ತು ಪ್ರದರ್ಶಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ.{lineBreak}ಹೆಚ್ಚಿನ ಸಹಾಯಕ್ಕಾಗಿ ದಯವಿಟ್ಟು ಸೈಟ್ ನಿರ್ವಾಹಕರನ್ನು ಸಂಪರ್ಕಿಸಿ."
|
|
606
|
+
|
|
607
|
+
#. Default: "Delete"
|
|
608
|
+
#: components/Blocks/Block/Edit
|
|
609
|
+
msgid "delete"
|
|
610
|
+
msgstr "ಅಳಿಸಿ"
|
|
611
|
+
|
|
612
|
+
#. Default: "delete {type} block"
|
|
613
|
+
#: components/Blocks/Block/EditBlockWrapper
|
|
614
|
+
msgid "delete_block"
|
|
615
|
+
msgstr "{type} ಬ್ಲಾಕ್ ಅಳಿಸಿ"
|
|
616
|
+
|
|
617
|
+
#. Default: "drag {type} block"
|
|
618
|
+
#: components/Blocks/Block/EditBlockWrapper
|
|
619
|
+
msgid "drag_block"
|
|
620
|
+
msgstr "{type} ಬ್ಲಾಕ್ ಎಳೆಯಿರಿ"
|
|
621
|
+
|
|
622
|
+
#. Default: "Clear image"
|
|
623
|
+
#: components/Blocks/Image/ImageSidebar
|
|
624
|
+
msgid "image_block_clear"
|
|
625
|
+
msgstr "ಚಿತ್ರ ತೆರವುಗೊಳಿಸಿ"
|
|
626
|
+
|
|
627
|
+
#. Default: "Image preview"
|
|
628
|
+
#: components/Blocks/Image/ImageSidebar
|
|
629
|
+
msgid "image_block_preview"
|
|
630
|
+
msgstr "ಚಿತ್ರ ಮುನ್ನೋಟ"
|
|
631
|
+
|
|
632
|
+
#. Default: "Loading"
|
|
633
|
+
#: components/Blocks/Listing/ListingBody
|
|
634
|
+
msgid "loading"
|
|
635
|
+
msgstr "ಲೋಡ್ ಆಗುತ್ತಿದೆ"
|
|
636
|
+
|
|
637
|
+
#. Default: "of"
|
|
638
|
+
#: components/Blocks/Listing/ListingBody
|
|
639
|
+
msgid "of"
|
|
640
|
+
msgstr "ರಲ್ಲಿ"
|
|
641
|
+
|
|
642
|
+
#. Default: "Views"
|
|
643
|
+
#: components/Blocks/EventCalendar/Search/schema
|
|
644
|
+
msgid "views"
|
|
645
|
+
msgstr "ನೋಟಗಳು"
|