@activepieces/piece-scrapeless 0.0.7 → 0.0.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@activepieces/piece-scrapeless",
3
- "version": "0.0.7",
3
+ "version": "0.0.9",
4
4
  "type": "commonjs",
5
5
  "main": "./src/index.js",
6
6
  "types": "./src/index.d.ts",
@@ -10,14 +10,13 @@
10
10
  "axios": "1.8.3",
11
11
  "axios-retry": "4.4.1",
12
12
  "deepmerge-ts": "7.1.0",
13
- "fast-glob": "3.3.3",
14
13
  "mime-types": "2.1.35",
15
14
  "nanoid": "3.3.8",
16
15
  "semver": "7.6.0",
17
16
  "zod": "3.25.76",
18
17
  "@activepieces/pieces-common": "0.7.0",
19
- "@activepieces/pieces-framework": "0.18.4",
20
- "@activepieces/shared": "0.19.1",
18
+ "@activepieces/pieces-framework": "0.20.1",
19
+ "@activepieces/shared": "0.20.1",
21
20
  "tslib": "2.8.1"
22
21
  },
23
22
  "overrides": {
package/src/i18n/de.json CHANGED
@@ -1,222 +1,221 @@
1
1
  {
2
- "Scrapeless": "Scrapeless",
3
- "Scrapeless is an all-in-one and highly scalable web scraping toolkit for enterprises and developers.": "Scrapeless is an all-in-one and highly scalable web scraping toolkit for enterprises and developers.",
4
- "You can obtain your API key from [Dashboard](https://app.scrapeless.com).": "You can obtain your API key from [Dashboard](https://app.scrapeless.com).",
5
- "Google Search": "Google Search",
6
- "Scrape Webpage Data": "Scrape Webpage Data",
7
- "Crawl Data from All Pages": "Crawl Data from All Pages",
2
+ "Scrapeless is an all-in-one and highly scalable web scraping toolkit for enterprises and developers.": "Scrapeless ist ein ganzheitliches und hochskalierbares Web-Scraping-Toolkit für Unternehmen und Entwickler.",
3
+ "You can obtain your API key from [Dashboard](https://app.scrapeless.com).": "Du kannst deinen API-Schlüssel von [Dashboard]erhalten (https://app.scrapeless.com).",
4
+ "Google Search": "Google-Suche",
5
+ "Scrape Webpage Data": "Scrape Webpage Daten",
6
+ "Crawl Data from All Pages": "Crawl-Daten von allen Seiten",
8
7
  "Google Trends": "Google Trends",
9
- "Universal Scraping": "Universal Scraping",
10
- "Custom API Call": "Custom API Call",
11
- "Retrieves search result data for any query.": "Retrieves search result data for any query.",
12
- "Extracts data from a single webpage.": "Extracts data from a single webpage.",
8
+ "Universal Scraping": "Universal Schrott",
9
+ "Custom API Call": "Eigener API-Aufruf",
10
+ "Retrieves search result data for any query.": "Ruft die Suchergebnisdaten für jede Abfrage ab.",
11
+ "Extracts data from a single webpage.": "Extrahiert Daten von einer einzelnen Webseite.",
13
12
  "Crawls a website and its linked pages to extract comprehensive data.": "Crawls a website and its linked pages to extract comprehensive data.",
14
- "Access popular keyword and interest data from Google Trends.": "Access popular keyword and interest data from Google Trends.",
15
- "Seamlessly accesses protected or dynamic pages by handling anti-scraping systems automatically.": "Seamlessly accesses protected or dynamic pages by handling anti-scraping systems automatically.",
16
- "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
17
- "Search Query": "Search Query",
18
- "Language": "Language",
19
- "Country": "Country",
20
- "URL to Crawl": "URL to Crawl",
13
+ "Access popular keyword and interest data from Google Trends.": "Greifen Sie auf populäre Keyword-und Interessensdaten von Google Trends zu.",
14
+ "Seamlessly accesses protected or dynamic pages by handling anti-scraping systems automatically.": "Nahtlos auf geschützte oder dynamische Seiten zugreifen, indem Sie mit Anti-Schrott-Systemen automatisch umgehen.",
15
+ "Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
16
+ "Search Query": "Suchanfrage",
17
+ "Language": "Sprache",
18
+ "Country": "Land",
19
+ "URL to Crawl": "URL zum Crawl",
21
20
  "Limit": "Limit",
22
- "Data Type": "Data Type",
23
- "Date": "Date",
24
- "Time zone": "Time zone",
21
+ "Data Type": "Datentyp",
22
+ "Date": "Datum",
23
+ "Time zone": "Zeitzone",
25
24
  "Target URL": "Target URL",
26
- "Js Render": "Js Render",
27
- "Headless": "Headless",
28
- "Js Instructions": "Js Instructions",
29
- "Block": "Block",
30
- "Method": "Method",
31
- "Headers": "Headers",
32
- "Query Parameters": "Query Parameters",
33
- "Body": "Body",
34
- "Response is Binary ?": "Response is Binary ?",
35
- "No Error on Failure": "No Error on Failure",
36
- "Timeout (in seconds)": "Timeout (in seconds)",
37
- "Parameter defines the query you want to search. You can use anything that you would use in a regular Google search. e.g. inurl:, site:, intitle:. We also support advanced search query parameters such as as_dt and as_eq.": "Parameter defines the query you want to search. You can use anything that you would use in a regular Google search. e.g. inurl:, site:, intitle:. We also support advanced search query parameters such as as_dt and as_eq.",
38
- "Parameter defines the language to use for the Google search. It's a two-letter language code. (e.g., en for English, es for Spanish, or fr for French).": "Parameter defines the language to use for the Google search. It's a two-letter language code. (e.g., en for English, es for Spanish, or fr for French).",
39
- "Parameter defines the country to use for the Google search. It's a two-letter country code. (e.g., us for the United States, uk for United Kingdom, or fr for France).": "Parameter defines the country to use for the Google search. It's a two-letter country code. (e.g., us for the United States, uk for United Kingdom, or fr for France).",
40
- "The URL of the webpage to scrape.": "The URL of the webpage to scrape.",
41
- "The URL of the webpage to crawl.": "The URL of the webpage to crawl.",
42
- "Number Of Subpages": "Number Of Subpages",
43
- "Parameter defines the query or queries you want to search. You can use anything that you would use in a regular Google Trends search. The maximum number of queries per search is 5 (this only applies to `interest_over_time` and `compared_breakdown_by_region` data_type, other types of data will only accept 1 query per search).": "Parameter defines the query or queries you want to search. You can use anything that you would use in a regular Google Trends search. The maximum number of queries per search is 5 (this only applies to `interest_over_time` and `compared_breakdown_by_region` data_type, other types of data will only accept 1 query per search).",
44
- "Parameter defines the type of data you want to search. You can use anything that you would use in a regular Google Trends search. The maximum number of queries per search is 5 (this only applies to `interest_over_time` and `compared_breakdown_by_region` data_type, other types of data will only accept 1 query per search).": "Parameter defines the type of data you want to search. You can use anything that you would use in a regular Google Trends search. The maximum number of queries per search is 5 (this only applies to `interest_over_time` and `compared_breakdown_by_region` data_type, other types of data will only accept 1 query per search).",
45
- "The supported dates are: `now 1-H`, `now 4-H`, `now 1-d`, `now 7-d`, `today 1-m`, `today 3-m`, `today 12-m`, `today 5-y`, `all`.You can also pass custom values:Dates from 2004 to present: `yyyy-mm-dd yyyy-mm-dd` (e.g. `2021-10-15 2022-05-25`)\nDates with hours within a week range: `yyyy-mm-ddThh yyyy-mm-ddThh` (e.g. `2022-05-19T10 2022-05-24T22`). Hours will be calculated depending on the tz (time zone) parameter.": "The supported dates are: `now 1-H`, `now 4-H`, `now 1-d`, `now 7-d`, `today 1-m`, `today 3-m`, `today 12-m`, `today 5-y`, `all`.You can also pass custom values:Dates from 2004 to present: `yyyy-mm-dd yyyy-mm-dd` (e.g. `2021-10-15 2022-05-25`)\nDates with hours within a week range: `yyyy-mm-ddThh yyyy-mm-ddThh` (e.g. `2022-05-19T10 2022-05-24T22`). Hours will be calculated depending on the tz (time zone) parameter.",
46
- "Parameter defines the language to use for the Google Trends search. It's a two-letter language code. (e.g., `en` for English, `es` for Spanish, or `fr` for French).": "Parameter defines the language to use for the Google Trends search. It's a two-letter language code. (e.g., `en` for English, `es` for Spanish, or `fr` for French).",
47
- "time zone offset. default is `420`.": "time zone offset. default is `420`.",
48
- "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
49
- "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
25
+ "Js Render": "Js Rendern",
26
+ "Headless": "Kopflos",
27
+ "Js Instructions": "Js Anweisungen",
28
+ "Block": "Blockieren",
29
+ "Method": "Methode",
30
+ "Headers": "Kopfzeilen",
31
+ "Query Parameters": "Abfrageparameter",
32
+ "Body": "Körper",
33
+ "Response is Binary ?": "Antwort ist binär?",
34
+ "No Error on Failure": "Kein Fehler bei Fehler",
35
+ "Timeout (in seconds)": "Timeout (in Sekunden)",
36
+ "Parameter defines the query you want to search. You can use anything that you would use in a regular Google search. e.g. inurl:, site:, intitle:. We also support advanced search query parameters such as as_dt and as_eq.": "Parameter definiert die Abfrage, die Sie suchen möchten. Sie können alles verwenden, was Sie in einer regulären Google-Suche verwenden würden. B. inurl:, site:, intitle:. Wir unterstützen auch erweiterte Suchparameter wie as_dt und as_eq.",
37
+ "Parameter defines the language to use for the Google search. It's a two-letter language code. (e.g., en for English, es for Spanish, or fr for French).": "Parameter definiert die Sprache, die für die Google-Suche verwendet werden soll. It is a two-letter language code (e.g., de for English, es for Spanish, or fr French ).",
38
+ "Parameter defines the country to use for the Google search. It's a two-letter country code. (e.g., us for the United States, uk for United Kingdom, or fr for France).": "Parameter definiert das Land, das für die Google-Suche verwendet werden soll. Es ist ein Ländercode mit zwei Buchstaben. (z.B.: wir für die Vereinigten Staaten, uk für Großbritannien, oder fr für Frankreich).",
39
+ "The URL of the webpage to scrape.": "Die URL der zu verschrottenden Webseite.",
40
+ "The URL of the webpage to crawl.": "Die URL der zu crawlenden Webseite.",
41
+ "Number Of Subpages": "Anzahl der Unterseiten",
42
+ "Parameter defines the query or queries you want to search. You can use anything that you would use in a regular Google Trends search. The maximum number of queries per search is 5 (this only applies to `interest_over_time` and `compared_breakdown_by_region` data_type, other types of data will only accept 1 query per search).": "Parameter definiert die Suchanfragen oder Abfragen, die Sie suchen möchten. Sie können alles verwenden, was Sie in einer regulären Google Trends-Suche verwenden würden. Die maximale Anzahl von Abfragen pro Suche ist 5 (dies gilt nur für `interest_over_time` und `compared_breakdown_by_region` data_type, B. andere Datentypen akzeptieren nur 1 Abfrage pro Suche).",
43
+ "Parameter defines the type of data you want to search. You can use anything that you would use in a regular Google Trends search. The maximum number of queries per search is 5 (this only applies to `interest_over_time` and `compared_breakdown_by_region` data_type, other types of data will only accept 1 query per search).": "Parameter definiert den Typ der Daten, die Sie suchen möchten. Sie können alles verwenden, was Sie in einer regulären Google Trends-Suche verwenden würden. Die maximale Anzahl von Abfragen pro Suche ist 5 (dies gilt nur für `interest_over_time` und `compared_breakdown_by_region` data_type, B. andere Datentypen akzeptieren nur 1 Abfrage pro Suche).",
44
+ "The supported dates are: `now 1-H`, `now 4-H`, `now 1-d`, `now 7-d`, `today 1-m`, `today 3-m`, `today 12-m`, `today 5-y`, `all`.You can also pass custom values:Dates from 2004 to present: `yyyy-mm-dd yyyy-mm-dd` (e.g. `2021-10-15 2022-05-25`)\nDates with hours within a week range: `yyyy-mm-ddThh yyyy-mm-ddThh` (e.g. `2022-05-19T10 2022-05-24T22`). Hours will be calculated depending on the tz (time zone) parameter.": "Die unterstützten Daten sind: `now 1-H`, `now 4-H`, `now 1-d`, `now 7-d`, `today 1-m`, `today 3-m`, `today 12-m`, `today 5-y`, `all`. Sie können auch benutzerdefinierte Werte übertragen:Daten von 2004 bis heute: `yyyy-mm-dd yyyy-mm-dd` (e. . `2021-10-15 2022-05-25`)\nTermine mit Stunden innerhalb einer Woche: `yyyy-mm-ddThh yyyy-mm-ddThh` (e. . `2022-05-19T10 2022-05-24T22`). Stunden werden abhängig vom Parameter tz (Zeitzone) berechnet.",
45
+ "Parameter defines the language to use for the Google Trends search. It's a two-letter language code. (e.g., `en` for English, `es` for Spanish, or `fr` for French).": "Parameter definiert die Sprache, die für die Google-Trends-Suche verwendet werden soll. Es ist ein zweistelliger Sprachcode. (z.B.: `en` für Englisch, `es` für Spanisch, oder `fr` für Französisch).",
46
+ "time zone offset. default is `420`.": "Zeitzonen-Offset. Standard ist `420`.",
47
+ "Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
48
+ "Enable for files like PDFs, images, etc..": "Aktivieren für Dateien wie PDFs, Bilder, etc..",
50
49
  "Auto complete": "Auto complete",
51
- "Interest over time": "Interest over time",
52
- "Compared breakdown by region": "Compared breakdown by region",
53
- "Interest by region": "Interest by region",
54
- "Related queries": "Related queries",
55
- "Related topics": "Related topics",
56
- "World Wide": "World Wide",
57
- "Albania": "Albania",
50
+ "Interest over time": "Interesse im Laufe der Zeit",
51
+ "Compared breakdown by region": "Verglichen Aufschlüsselung nach Region",
52
+ "Interest by region": "Interesse nach Region",
53
+ "Related queries": "Ähnliche Abfragen",
54
+ "Related topics": "Ähnliche Themen",
55
+ "World Wide": "Weltweit",
56
+ "Albania": "Albanien",
58
57
  "Algeria": "Algeria",
59
58
  "Bhutan": "Bhutan",
60
59
  "Bolivia": "Bolivia",
61
- "Austria": "Austria",
60
+ "Austria": "Österreich",
62
61
  "Bahrain": "Bahrain",
63
- "Argentina": "Argentina",
64
- "Azerbaijan": "Azerbaijan",
65
- "Cyprus": "Cyprus",
62
+ "Argentina": "Argentinien",
63
+ "Azerbaijan": "Aserbaidschan",
64
+ "Cyprus": "Zypern",
66
65
  "Burundi": "Burundi",
67
- "Cameroon": "Cameroon",
68
- "Croatia": "Croatia",
69
- "Dominican Republic": "Dominican Republic",
70
- "Australia": "Australia",
71
- "Belarus": "Belarus",
66
+ "Cameroon": "Kamerun",
67
+ "Croatia": "Kroatien",
68
+ "Dominican Republic": "Dominikanische Republik",
69
+ "Australia": "Australien",
70
+ "Belarus": "Weißrussland",
72
71
  "Angola": "Angola",
73
- "Bulgaria": "Bulgaria",
74
- "Democratic Republic of the Congo": "Democratic Republic of the Congo",
72
+ "Bulgaria": "Bulgarien",
73
+ "Democratic Republic of the Congo": "Demokratische Republik Kongo",
75
74
  "Aruba": "Aruba",
76
- "Armenia": "Armenia",
77
- "Bangladesh": "Bangladesh",
78
- "Belgium": "Belgium",
79
- "Cambodia": "Cambodia",
80
- "Czech Republic": "Czech Republic",
81
- "Denmark": "Denmark",
75
+ "Armenia": "Armenien",
76
+ "Bangladesh": "Bangladesch",
77
+ "Belgium": "Belgien",
78
+ "Cambodia": "Kambodscha",
79
+ "Czech Republic": "Tschechische Republik",
80
+ "Denmark": "Dänemark",
82
81
  "Burkina Faso": "Burkina Faso",
83
- "Canada": "Canada",
82
+ "Canada": "Kanada",
84
83
  "Cuba": "Cuba",
85
84
  "China": "China",
86
- "Gambia The": "Gambia The",
87
- "Georgia": "Georgia",
85
+ "Gambia The": "Gambia",
86
+ "Georgia": "Georgien",
88
87
  "Chile": "Chile",
89
88
  "Congo": "Congo",
90
89
  "Cote D'Ivoire (Ivory Coast)": "Cote D'Ivoire (Ivory Coast)",
91
90
  "Gabon": "Gabon",
92
- "Colombia": "Colombia",
91
+ "Colombia": "Kolumbien",
93
92
  "Costa Rica": "Costa Rica",
94
- "Indonesia": "Indonesia",
95
- "French Polynesia": "French Polynesia",
93
+ "Indonesia": "Indonesien",
94
+ "French Polynesia": "Französische Polynesien",
96
95
  "Luxembourg": "Luxembourg",
97
96
  "Malta": "Malta",
98
97
  "Mali": "Mali",
99
- "Mexico": "Mexico",
98
+ "Mexico": "Mexiko",
100
99
  "Mauritius": "Mauritius",
101
100
  "Madagascar": "Madagascar",
102
101
  "Malawi": "Malawi",
103
102
  "Montenegro": "Montenegro",
104
- "Netherlands": "Netherlands",
103
+ "Netherlands": "Neuseeland",
105
104
  "Macau S.A.R.": "Macau S.A.R.",
106
105
  "Moldova": "Moldova",
107
106
  "Malaysia": "Malaysia",
108
107
  "Mongolia": "Mongolia",
109
- "Man (Isle of)": "Man (Isle of)",
110
- "Fiji Islands": "Fiji Islands",
111
- "Finland": "Finland",
112
- "France": "France",
113
- "India": "India",
114
- "Iceland": "Iceland",
115
- "North Macedonia": "North Macedonia",
116
- "New Zealand": "New Zealand",
108
+ "Man (Isle of)": "Mann (Insel von)",
109
+ "Fiji Islands": "Fidschi-Inseln",
110
+ "Finland": "Finnland",
111
+ "France": "Frankreich",
112
+ "India": "Indien",
113
+ "Iceland": "Island",
114
+ "North Macedonia": "Nordmazedonien",
115
+ "New Zealand": "Neuseeland",
117
116
  "Nicaragua": "Nicaragua",
118
- "Norway": "Norway",
117
+ "Norway": "Norwegen",
119
118
  "Haiti": "Haiti",
120
119
  "Honduras": "Honduras",
121
- "Hungary": "Hungary",
120
+ "Hungary": "Ungarn",
122
121
  "Guyana": "Guyana",
123
122
  "Hong Kong S.A.R.": "Hong Kong S.A.R.",
124
123
  "Nigeria": "Nigeria",
125
124
  "Oman": "Oman",
126
125
  "Peru": "Peru",
127
126
  "Pakistan": "Pakistan",
128
- "Palestinian Territory Occupied": "Palestinian Territory Occupied",
127
+ "Palestinian Territory Occupied": "Palästinensische Gebiete besetzt",
129
128
  "Papua new Guinea": "Papua new Guinea",
130
- "Poland": "Poland",
129
+ "Poland": "Polen",
131
130
  "Paraguay": "Paraguay",
132
131
  "Panama": "Panama",
133
- "Philippines": "Philippines",
132
+ "Philippines": "Philippinen",
134
133
  "Ethiopia": "Ethiopia",
135
134
  "Guatemala": "Guatemala",
136
- "Greece": "Greece",
135
+ "Greece": "Griechenland",
137
136
  "Guinea-Bissau": "Guinea-Bissau",
138
- "Estonia": "Estonia",
137
+ "Estonia": "Estland",
139
138
  "Guinea": "Guinea",
140
- "Saudi Arabia": "Saudi Arabia",
141
- "Serbia": "Serbia",
142
- "The Bahamas": "The Bahamas",
139
+ "Saudi Arabia": "Saudi-Arabien",
140
+ "Serbia": "Serbien",
141
+ "The Bahamas": "Die Bahamas",
143
142
  "Ecuador": "Ecuador",
144
143
  "Grenada": "Grenada",
145
- "Bosnia and Herzegovina": "Bosnia and Herzegovina",
146
- "Brazil": "Brazil",
147
- "Germany": "Germany",
144
+ "Bosnia and Herzegovina": "Bosnien und Herzegowina",
145
+ "Brazil": "Brasilien",
146
+ "Germany": "Deutschland",
148
147
  "Ghana": "Ghana",
149
148
  "Rwanda": "Rwanda",
150
149
  "Senegal": "Senegal",
151
150
  "Thailand": "Thailand",
152
151
  "Tajikistan": "Tajikistan",
153
152
  "Tanzania": "Tanzania",
154
- "Egypt": "Egypt",
153
+ "Egypt": "Ägypten",
155
154
  "El Salvador": "El Salvador",
156
155
  "Gibraltar": "Gibraltar",
157
- "Saint Vincent And The Grenadines": "Saint Vincent And The Grenadines",
158
- "Slovakia": "Slovakia",
156
+ "Saint Vincent And The Grenadines": "St. Vincent und die Grenadinen",
157
+ "Slovakia": "Slowakei",
159
158
  "Slovenia": "Slovenia",
160
- "Trinidad And Tobago": "Trinidad And Tobago",
159
+ "Trinidad And Tobago": "Trinidad und Tobago",
161
160
  "Tunisia": "Tunisia",
162
- "Turkey": "Turkey",
161
+ "Turkey": "Türkei",
163
162
  "Uganda": "Uganda",
164
- "Turks And Caicos Islands": "Turks And Caicos Islands",
163
+ "Turks And Caicos Islands": "Türken und Caicos Inseln",
165
164
  "Ukraine": "Ukraine",
166
165
  "Togo": "Togo",
167
- "United States": "United States",
166
+ "United States": "Vereinigte Staaten",
168
167
  "Portugal": "Portugal",
169
168
  "Puerto Rico": "Puerto Rico",
170
- "United Arab Emirates": "United Arab Emirates",
171
- "United Kingdom": "United Kingdom",
169
+ "United Arab Emirates": "Vereinigte Arabische Emirate",
170
+ "United Kingdom": "Großbritannien",
172
171
  "Vietnam": "Vietnam",
173
- "Kazakhstan": "Kazakhstan",
172
+ "Kazakhstan": "Kasachstan",
174
173
  "Israel": "Israel",
175
174
  "Jamaica": "Jamaica",
176
- "Virgin Islands (US)": "Virgin Islands (US)",
175
+ "Virgin Islands (US)": "Jungferninseln (USA)",
177
176
  "Kyrgyzstan": "Kyrgyzstan",
178
- "Latvia": "Latvia",
177
+ "Latvia": "Lettland",
179
178
  "Nepal": "Nepal",
180
179
  "Zambia": "Zambia",
181
- "Libya": "Libya",
180
+ "Libya": "Libyen",
182
181
  "Namibia": "Namibia",
183
- "Reunion": "Reunion",
182
+ "Reunion": "Réunion",
184
183
  "Qatar": "Qatar",
185
- "Russia": "Russia",
186
- "Jersey": "Jersey",
184
+ "Russia": "Russland",
185
+ "Jersey": "Trikot",
187
186
  "Kuwait": "Kuwait",
188
- "Lithuania": "Lithuania",
189
- "Morocco": "Morocco",
190
- "Ireland": "Ireland",
191
- "Italy": "Italy",
187
+ "Lithuania": "Litauen",
188
+ "Morocco": "Marokko",
189
+ "Ireland": "Irland",
190
+ "Italy": "Italien",
192
191
  "Myanmar": "Myanmar",
193
192
  "Zimbabwe": "Zimbabwe",
194
193
  "Lesotho": "Lesotho",
195
- "Yemen": "Yemen",
196
- "Romania": "Romania",
197
- "Mozambique": "Mozambique",
194
+ "Yemen": "Jemen",
195
+ "Romania": "Rumänien",
196
+ "Mozambique": "Mosambik",
198
197
  "Japan": "Japan",
199
- "Jordan": "Jordan",
200
- "Kenya": "Kenya",
198
+ "Jordan": "Jordanien",
199
+ "Kenya": "Kenia",
201
200
  "Venezuela": "Venezuela",
202
201
  "Uzbekistan": "Uzbekistan",
203
202
  "Uruguay": "Uruguay",
204
- "Sri Lanka": "Sri Lanka",
203
+ "Sri Lanka": "Sri-Lanka",
205
204
  "Sudan": "Sudan",
206
- "Switzerland": "Switzerland",
207
- "South Korea": "South Korea",
205
+ "Switzerland": "Schweiz",
206
+ "South Korea": "Südkorea",
208
207
  "Suriname": "Suriname",
209
- "South Africa": "South Africa",
210
- "Spain": "Spain",
208
+ "South Africa": "Südafrika",
209
+ "Spain": "Spanien",
211
210
  "Taiwan": "Taiwan",
212
- "Sweden": "Sweden",
211
+ "Sweden": "Schweden",
213
212
  "Somalia": "Somalia",
214
213
  "Lebanon": "Lebanon",
215
- "Singapore": "Singapore",
216
- "GET": "GET",
214
+ "Singapore": "Singapur",
215
+ "GET": "ERHALTEN",
217
216
  "POST": "POST",
218
217
  "PATCH": "PATCH",
219
218
  "PUT": "PUT",
220
- "DELETE": "DELETE",
219
+ "DELETE": "LÖSCHEN",
221
220
  "HEAD": "HEAD"
222
221
  }