Skip to content

Commit d283af7

Browse files
itsmarianmctheusaf
andauthored
feat(Kleinanzeigen): add activity (#10304)
Signed-off-by: itsmarian <100617987+itsmarianmc@users.noreply.github.com> Co-authored-by: Daniel Lau <32113157+theusaf@users.noreply.github.com>
1 parent 366986a commit d283af7

File tree

3 files changed

+818
-0
lines changed

3 files changed

+818
-0
lines changed
Lines changed: 314 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,314 @@
1+
{
2+
"kleinanzeigen.viewingAd": {
3+
"description": "Shown when viewing an ad",
4+
"message": "Viewing an ad"
5+
},
6+
"kleinanzeigen.seller": {
7+
"description": "Shown for seller",
8+
"message": "Seller"
9+
},
10+
"kleinanzeigen.unknown": {
11+
"description": "Shown when something is unknown",
12+
"message": "Unknown"
13+
},
14+
"kleinanzeigen.topSatisfaction": {
15+
"description": "TOP Satisfaction badge",
16+
"message": "TOP Satisfaction"
17+
},
18+
"kleinanzeigen.veryFriendly": {
19+
"description": "Very Friendly badge",
20+
"message": "Very Friendly"
21+
},
22+
"kleinanzeigen.reliable": {
23+
"description": "Reliable badge",
24+
"message": "Reliable"
25+
},
26+
"kleinanzeigen.viewAd": {
27+
"description": "Button to view ad",
28+
"message": "View Ad"
29+
},
30+
"kleinanzeigen.viewSeller": {
31+
"description": "Button to view seller",
32+
"message": "View Seller"
33+
},
34+
"kleinanzeigen.searchingFor": {
35+
"description": "Shown when searching",
36+
"message": "Searching for"
37+
},
38+
"kleinanzeigen.page": {
39+
"description": "Page indicator",
40+
"message": "Page"
41+
},
42+
"kleinanzeigen.of": {
43+
"description": "Of separator",
44+
"message": "of"
45+
},
46+
"kleinanzeigen.more": {
47+
"description": "More items indicator",
48+
"message": "more"
49+
},
50+
"kleinanzeigen.noFilters": {
51+
"description": "No filters applied",
52+
"message": "No Filters"
53+
},
54+
"kleinanzeigen.viewSearch": {
55+
"description": "Button to view search",
56+
"message": "View Search"
57+
},
58+
"kleinanzeigen.managingAds": {
59+
"description": "Managing ads page",
60+
"message": "Managing ads"
61+
},
62+
"kleinanzeigen.myAds": {
63+
"description": "My ads section",
64+
"message": "My Ads"
65+
},
66+
"kleinanzeigen.readingMessages": {
67+
"description": "Reading messages",
68+
"message": "Reading messages"
69+
},
70+
"kleinanzeigen.inbox": {
71+
"description": "Inbox section",
72+
"message": "Inbox"
73+
},
74+
"kleinanzeigen.inSettings": {
75+
"description": "In settings page",
76+
"message": "In settings"
77+
},
78+
"kleinanzeigen.managingProfileInfo": {
79+
"description": "Managing profile information",
80+
"message": "Managing profile information"
81+
},
82+
"kleinanzeigen.managingAccountSettings": {
83+
"description": "Managing account settings",
84+
"message": "Managing account settings"
85+
},
86+
"kleinanzeigen.managingPaymentMethods": {
87+
"description": "Managing payment methods",
88+
"message": "Managing payment methods"
89+
},
90+
"kleinanzeigen.managingPur": {
91+
"description": "Managing Kleinanzeigen Pur",
92+
"message": "Managing Kleinanzeigen Pur"
93+
},
94+
"kleinanzeigen.activePur": {
95+
"description": "Active Pur membership",
96+
"message": "Active Kleinanzeigen Pur membership"
97+
},
98+
"kleinanzeigen.inactivePur": {
99+
"description": "Inactive Pur membership",
100+
"message": "Inactive Kleinanzeigen Pur membership"
101+
},
102+
"kleinanzeigen.managingDataProtection": {
103+
"description": "Managing data protection settings",
104+
"message": "Managing data protection settings"
105+
},
106+
"kleinanzeigen.managingEmailSettings": {
107+
"description": "Managing email settings",
108+
"message": "Managing email settings"
109+
},
110+
"kleinanzeigen.viewingAbout": {
111+
"description": "Viewing about page",
112+
"message": "Viewing information about Kleinanzeigen"
113+
},
114+
"kleinanzeigen.viewingHelp": {
115+
"description": "Viewing help page",
116+
"message": "Viewing the help and feedback page"
117+
},
118+
"kleinanzeigen.managingAccount": {
119+
"description": "Managing account",
120+
"message": "Managing account"
121+
},
122+
"kleinanzeigen.browsingWatchlist": {
123+
"description": "Browsing watchlist",
124+
"message": "Browsing watchlist"
125+
},
126+
"kleinanzeigen.savedAds": {
127+
"description": "Saved ads",
128+
"message": "Saved Ads"
129+
},
130+
"kleinanzeigen.managingUsers": {
131+
"description": "Managing users",
132+
"message": "Managing users"
133+
},
134+
"kleinanzeigen.followedSellers": {
135+
"description": "Followed sellers",
136+
"message": "Followed Sellers"
137+
},
138+
"kleinanzeigen.managingSearches": {
139+
"description": "Managing searches",
140+
"message": "Managing searches"
141+
},
142+
"kleinanzeigen.savedSearches": {
143+
"description": "Saved searches",
144+
"message": "Saved Searches"
145+
},
146+
"kleinanzeigen.posting": {
147+
"description": "Posting an ad",
148+
"message": "Posting"
149+
},
150+
"kleinanzeigen.in": {
151+
"description": "In category/location",
152+
"message": "in"
153+
},
154+
"kleinanzeigen.creatingAd": {
155+
"description": "Creating an ad",
156+
"message": "Creating ad"
157+
},
158+
"kleinanzeigen.chooseCategory": {
159+
"description": "Choosing category",
160+
"message": "Choose your category"
161+
},
162+
"kleinanzeigen.viewingSellerProfile": {
163+
"description": "Viewing seller profile",
164+
"message": "Viewing a seller:"
165+
},
166+
"kleinanzeigen.sellerProfile": {
167+
"description": "Seller profile",
168+
"message": "Seller Profile"
169+
},
170+
"kleinanzeigen.viewProfile": {
171+
"description": "View profile button",
172+
"message": "View Profile"
173+
},
174+
"kleinanzeigen.managingNotifications": {
175+
"description": "Managing notifications",
176+
"message": "Managing notifications"
177+
},
178+
"kleinanzeigen.onHomepage": {
179+
"description": "On homepage",
180+
"message": "On the homepage"
181+
},
182+
"kleinanzeigen.loggedOut": {
183+
"description": "When user is logging out of the account",
184+
"message": "Logged out of account"
185+
},
186+
"kleinanzeigen.browsingOffers": {
187+
"description": "Browsing offers",
188+
"message": "Browsing offers"
189+
},
190+
"kleinanzeigen.browsingCategory": {
191+
"description": "Browsing category",
192+
"message": "Browsing category"
193+
},
194+
"kleinanzeigen.browsingAds": {
195+
"description": "Browsing ads",
196+
"message": "Browsing ads"
197+
},
198+
"kleinanzeigen.unknownSearch": {
199+
"description": "Unknown search term",
200+
"message": "Unknown search"
201+
},
202+
"kleinanzeigen.vendor": {
203+
"description": "Vendor category",
204+
"message": "Vendor"
205+
},
206+
"kleinanzeigen.privat": {
207+
"description": "Privat category",
208+
"message": "Privat"
209+
},
210+
"kleinanzeigen.commercial": {
211+
"description": "Commercial category",
212+
"message": "Commercial"
213+
},
214+
"kleinanzeigen.adType": {
215+
"description": "Ad Type",
216+
"message": "Type"
217+
},
218+
"kleinanzeigen.offers": {
219+
"description": "Offers category",
220+
"message": "Offers"
221+
},
222+
"kleinanzeigen.requests": {
223+
"description": "Requests category",
224+
"message": "Requests"
225+
},
226+
"kleinanzeigen.shipping": {
227+
"description": "Shipping category",
228+
"message": "Shipping"
229+
},
230+
"kleinanzeigen.yes": {
231+
"description": "Yes value",
232+
"message": "Yes"
233+
},
234+
"kleinanzeigen.no": {
235+
"description": "No value",
236+
"message": "No"
237+
},
238+
"kleinanzeigen.globalColor": {
239+
"description": "Color filter",
240+
"message": "Color"
241+
},
242+
"kleinanzeigen.globalCondition": {
243+
"description": "Condition filter",
244+
"message": "Condition"
245+
},
246+
"kleinanzeigen.globalMaterial": {
247+
"description": "Material filter",
248+
"message": "Material"
249+
},
250+
"kleinanzeigen.new": {
251+
"description": "New condition",
252+
"message": "New"
253+
},
254+
"kleinanzeigen.asNew": {
255+
"description": "As New condition",
256+
"message": "As New"
257+
},
258+
"kleinanzeigen.likeNew": {
259+
"description": "Like New condition",
260+
"message": "Like New"
261+
},
262+
"kleinanzeigen.good": {
263+
"description": "Good condition",
264+
"message": "Good"
265+
},
266+
"kleinanzeigen.acceptable": {
267+
"description": "Acceptable condition",
268+
"message": "Acceptable"
269+
},
270+
"kleinanzeigen.black": {
271+
"description": "Black color",
272+
"message": "Black"
273+
},
274+
"kleinanzeigen.white": {
275+
"description": "White color",
276+
"message": "White"
277+
},
278+
"kleinanzeigen.gold": {
279+
"description": "Gold color",
280+
"message": "Gold"
281+
},
282+
"kleinanzeigen.silver": {
283+
"description": "Silver color",
284+
"message": "Silver"
285+
},
286+
"kleinanzeigen.blue": {
287+
"description": "Blue color",
288+
"message": "Blue"
289+
},
290+
"kleinanzeigen.red": {
291+
"description": "Red color",
292+
"message": "Red"
293+
},
294+
"kleinanzeigen.green": {
295+
"description": "Green color",
296+
"message": "Green"
297+
},
298+
"kleinanzeigen.rubber": {
299+
"description": "Rubber material",
300+
"message": "Rubber"
301+
},
302+
"kleinanzeigen.plastic": {
303+
"description": "Plastic material",
304+
"message": "Plastic"
305+
},
306+
"kleinanzeigen.metal": {
307+
"description": "Metal material",
308+
"message": "Metal"
309+
},
310+
"kleinanzeigen.wood": {
311+
"description": "Wood material",
312+
"message": "Wood"
313+
}
314+
}
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"$schema": "https://schemas.premid.app/metadata/1.15",
3+
"apiVersion": 1,
4+
"author": {
5+
"id": "860122608682795028",
6+
"name": "itsmarian.mc"
7+
},
8+
"service": "Kleinanzeigen",
9+
"description": {
10+
"de": "Kleinanzeigen.de ist Deutschlands größter Kleinanzeigenmarkt für den Kauf und Verkauf von Artikeln, Dienstleistungen und Immobilien.",
11+
"en": "Kleinanzeigen.de is Germany's largest classifieds marketplace for buying and selling items, services and real estate."
12+
},
13+
"url": [
14+
"www.kleinanzeigen.de",
15+
"kleinanzeigen.de"
16+
],
17+
"regExp": "^https?[:][/][/]([a-z0-9-]+[.])*kleinanzeigen[.]de[/]",
18+
"version": "1.0.0",
19+
"logo": "https://i.imgur.com/ipFHHUi.png",
20+
"thumbnail": "https://i.imgur.com/3Yf9GpP.png",
21+
"color": "#26A269",
22+
"category": "other",
23+
"tags": [
24+
"shopping",
25+
"marketplace",
26+
"classifieds",
27+
"selling",
28+
"buying",
29+
"german"
30+
],
31+
"settings": [
32+
{
33+
"id": "lang",
34+
"multiLanguage": true
35+
}
36+
]
37+
}

0 commit comments

Comments
 (0)