@activepieces/piece-scrapeless 0.0.3 → 0.0.5

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,17 +1,18 @@
1
1
  {
2
2
  "name": "@activepieces/piece-scrapeless",
3
- "version": "0.0.3",
3
+ "version": "0.0.5",
4
4
  "type": "commonjs",
5
5
  "main": "./src/index.js",
6
6
  "types": "./src/index.d.ts",
7
7
  "dependencies": {
8
- "@ai-sdk/anthropic": "1.2.12",
9
- "@ai-sdk/google": "1.2.19",
10
- "@ai-sdk/openai": "1.3.22",
11
- "@ai-sdk/replicate": "0.2.8",
8
+ "@ai-sdk/anthropic": "2.0.3",
9
+ "@ai-sdk/google": "2.0.6",
10
+ "@ai-sdk/openai": "2.0.12",
11
+ "@ai-sdk/provider": "2.0.0",
12
+ "@ai-sdk/replicate": "1.0.3",
12
13
  "@scrapeless-ai/sdk": "1.5.1",
13
14
  "@sinclair/typebox": "0.34.11",
14
- "ai": "4.3.16",
15
+ "ai": "5.0.12",
15
16
  "axios": "1.8.3",
16
17
  "axios-retry": "4.4.1",
17
18
  "deepmerge-ts": "7.1.0",
@@ -20,9 +21,9 @@
20
21
  "nanoid": "3.3.8",
21
22
  "semver": "7.6.0",
22
23
  "zod": "3.25.76",
23
- "@activepieces/pieces-common": "0.6.4",
24
+ "@activepieces/pieces-common": "0.6.7",
24
25
  "@activepieces/pieces-framework": "0.18.3",
25
- "@activepieces/shared": "0.18.0",
26
+ "@activepieces/shared": "0.18.5",
26
27
  "tslib": "2.8.1"
27
28
  },
28
29
  "overrides": {
package/src/i18n/de.json CHANGED
@@ -31,6 +31,7 @@
31
31
  "Headers": "Kopfzeilen",
32
32
  "Query Parameters": "Abfrageparameter",
33
33
  "Body": "Körper",
34
+ "Response is Binary ?": "Antwort ist binär?",
34
35
  "No Error on Failure": "Kein Fehler bei Fehler",
35
36
  "Timeout (in seconds)": "Timeout (in Sekunden)",
36
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 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.",
@@ -45,6 +46,7 @@
45
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 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
47
  "time zone offset. default is `420`.": "Zeitzonen-Offset. Standard ist `420`.",
47
48
  "Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
49
+ "Enable for files like PDFs, images, etc..": "Aktivieren für Dateien wie PDFs, Bilder, etc..",
48
50
  "Auto complete": "Auto complete",
49
51
  "Interest over time": "Interesse im Laufe der Zeit",
50
52
  "Compared breakdown by region": "Verglichen Aufschlüsselung nach Region",
package/src/i18n/es.json CHANGED
@@ -31,6 +31,7 @@
31
31
  "Headers": "Encabezados",
32
32
  "Query Parameters": "Parámetros de consulta",
33
33
  "Body": "Cuerpo",
34
+ "Response is Binary ?": "¿Respuesta es binaria?",
34
35
  "No Error on Failure": "No hay ningún error en fallo",
35
36
  "Timeout (in seconds)": "Tiempo de espera (en segundos)",
36
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.": "El parámetro define la consulta que desea buscar. Puede utilizar cualquier cosa que utilice en una búsqueda habitual de Google. por ejemplo inurl:, site:, intitle:. También soportamos parámetros de búsqueda avanzada como as_dt y as_eq.",
@@ -45,6 +46,7 @@
45
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).": "El parámetro define el idioma a utilizar para la búsqueda de Google Trends. Es un código de idioma de dos letras (por ejemplo, `en` para Inglés, `es` para Español, o `fr` para Francés).",
46
47
  "time zone offset. default is `420`.": "zona horaria offset. Por defecto es `420`.",
47
48
  "Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
49
+ "Enable for files like PDFs, images, etc..": "Activar para archivos como PDFs, imágenes, etc.",
48
50
  "Auto complete": "Auto complete",
49
51
  "Interest over time": "Interés con el tiempo",
50
52
  "Compared breakdown by region": "Desglose comparado por región",
package/src/i18n/fr.json CHANGED
@@ -31,6 +31,7 @@
31
31
  "Headers": "En-têtes",
32
32
  "Query Parameters": "Paramètres de requête",
33
33
  "Body": "Corps",
34
+ "Response is Binary ?": "La réponse est Binaire ?",
34
35
  "No Error on Failure": "Aucune erreur en cas d'échec",
35
36
  "Timeout (in seconds)": "Délai d'attente (en secondes)",
36
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.": "Le paramètre définit la requête que vous souhaitez rechercher. Vous pouvez utiliser tout ce que vous utiliserez dans une recherche Google régulière. par exemple inurl:, site:, intitle:. Nous prenons également en charge les paramètres de recherche avancés tels que as_dt et as_eq.",
@@ -45,6 +46,7 @@
45
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).": "Le paramètre définit la langue à utiliser pour la recherche Google Tendances. C'est un code de langue à deux lettres (par exemple, `en` pour l'anglais, `es` pour l'espagnol, ou `fr` pour le français).",
46
47
  "time zone offset. default is `420`.": "décalage du fuseau horaire. la valeur par défaut est `420`.",
47
48
  "Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
49
+ "Enable for files like PDFs, images, etc..": "Activer pour les fichiers comme les PDFs, les images, etc.",
48
50
  "Auto complete": "Auto complete",
49
51
  "Interest over time": "Intérêt au fil du temps",
50
52
  "Compared breakdown by region": "Comparer la répartition par région",
package/src/i18n/ja.json CHANGED
@@ -1,96 +1,98 @@
1
1
  {
2
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",
8
- "Google Trends": "Google Trends",
9
- "Universal Scraping": "Universal Scraping",
3
+ "Scrapeless is an all-in-one and highly scalable web scraping toolkit for enterprises and developers.": "Scrapelessは、企業と開発者のためのオールインワンで非常に拡張性の高いWebスクレイピングツールキットです。",
4
+ "You can obtain your API key from [Dashboard](https://app.scrapeless.com).": "API キーは [Dashboard](https://app.scrapeless.com ) から取得できます。",
5
+ "Google Search": "Google 検索",
6
+ "Scrape Webpage Data": "ウェブページのデータをスクレイプ",
7
+ "Crawl Data from All Pages": "すべてのページからデータをクロールする",
8
+ "Google Trends": "Google トレンド",
9
+ "Universal Scraping": "ユニバーサル・スクレイピングformat@@0",
10
10
  "Custom API Call": "カスタムAPI通話",
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.",
13
- "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.",
11
+ "Retrieves search result data for any query.": "クエリの検索結果データを取得します。",
12
+ "Extracts data from a single webpage.": "単一のウェブページからデータを抽出します。",
13
+ "Crawls a website and its linked pages to extract comprehensive data.": "包括的なデータを抽出するためにウェブサイトとそのリンクページをクロールします。",
14
+ "Access popular keyword and interest data from Google Trends.": "Google Trendsから人気のキーワードと興味のあるデータにアクセスします。",
15
+ "Seamlessly accesses protected or dynamic pages by handling anti-scraping systems automatically.": "アンチスクレイピングシステムを自動的に処理することにより、保護または動的なページにシームレスにアクセスします。",
16
16
  "Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
17
17
  "Search Query": "検索クエリ",
18
18
  "Language": "言語",
19
19
  "Country": "国",
20
- "URL to Crawl": "URL to Crawl",
20
+ "URL to Crawl": "CrawlのURL",
21
21
  "Limit": "制限",
22
- "Data Type": "Data Type",
22
+ "Data Type": "データタイプ",
23
23
  "Date": "日付",
24
24
  "Time zone": "タイムゾーン",
25
25
  "Target URL": "Target URL",
26
- "Js Render": "Js Render",
27
- "Headless": "Headless",
28
- "Js Instructions": "Js Instructions",
26
+ "Js Render": "Js レンダリング",
27
+ "Headless": "ヘッドレス",
28
+ "Js Instructions": "Js 説明",
29
29
  "Block": "ブロック",
30
30
  "Method": "方法",
31
31
  "Headers": "ヘッダー",
32
32
  "Query Parameters": "クエリパラメータ",
33
33
  "Body": "本文",
34
+ "Response is Binary ?": "応答はバイナリですか?",
34
35
  "No Error on Failure": "失敗時にエラーはありません",
35
36
  "Timeout (in seconds)": "タイムアウト(秒)",
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 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.",
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 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).",
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 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).",
39
- "The URL of the webpage to scrape.": "The URL of the webpage to scrape.",
40
- "The URL of the webpage to crawl.": "The URL of the webpage to crawl.",
41
- "Number Of Subpages": "Number Of Subpages",
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 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).",
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 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).",
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.": "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.",
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 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).",
46
- "time zone offset. default is `420`.": "time zone offset. default is `420`.",
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は検索したいクエリを定義します。通常のGoogle検索で使用するものは何でも使用できます。 例: inurl:, site:, intitle:// . as_dt, 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).": "ParameterGoogle検索に使用する言語を定義します。 これは2文字の言語コードです(例えば、英語はen、スペイン語はe、フランス語はfr)",
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).": "パラメータはGoogle検索に使用する国を定義します。これは2文字の国コードです。 (例えば、米国、イギリス、フランスの場合はfrの場合)",
40
+ "The URL of the webpage to scrape.": "スクレイプするウェブページのURL",
41
+ "The URL of the webpage to crawl.": "クロールするウェブページのURL",
42
+ "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).": "パラメータは検索したいクエリまたはクエリを定義します。通常のGoogleトレンド検索で使用するものは何でも使用できます。 検索ごとのクエリの最大数は 5 です。これは、`interest_over_time` `compared_breakdown_by_region` data_typeにのみ適用されます。 他のタイプのデータは、検索ごとに1つのクエリしか受け付けません)",
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は検索するデータのタイプを定義します。通常のGoogleトレンド検索で使用するものは何でも使用できます。 検索ごとのクエリの最大数は 5 です。これは、`interest_over_time` `compared_breakdown_by_region` data_typeにのみ適用されます。 他のタイプのデータは、検索ごとに1つのクエリしか受け付けません)",
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.": "サポートされる日付は次のとおりです。`now 1-H`, `now 4-H`, `now 1-d`, `now 7-d`, `today 3-m`, `today 12-m`, `today 5-y`, `all`. 2004年から現在までの日付: `yyyy-mm-dd yyyy-mm-dd` (e. . `2021-10-15 2022-05-25`)\n週間の範囲内での日付: `yyyy-mm-ddThh yyyy-mm-ddThh` (e. をクリックします。`2022-05-19T10 2022-05-24T22`). 時間 (時間帯はタイムゾーン) パラメータに応じて計算されます。",
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).": "パラメータは、Googleトレンド検索に使用する言語を定義します。 2文字の言語コードです。例えば、英語の場合は`en`、スペイン語の場合は`es`、フランス語の場合は`fr`)",
47
+ "time zone offset. default is `420`.": "タイムゾーンオフセット。デフォルトは `420` です。",
47
48
  "Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
49
+ "Enable for files like PDFs, images, etc..": "PDF、画像などのファイルを有効にします。",
48
50
  "Auto complete": "Auto complete",
49
- "Interest over time": "Interest over time",
50
- "Compared breakdown by region": "Compared breakdown by region",
51
- "Interest by region": "Interest by region",
52
- "Related queries": "Related queries",
53
- "Related topics": "Related topics",
51
+ "Interest over time": "時間の経過に関心を持ってください",
52
+ "Compared breakdown by region": "地域別の比較",
53
+ "Interest by region": "地域ごとの利益",
54
+ "Related queries": "関連するクエリ",
55
+ "Related topics": "関連トピック",
54
56
  "World Wide": "World Wide",
55
- "Albania": "Albania",
57
+ "Albania": "アルバニア",
56
58
  "Algeria": "Algeria",
57
- "Bhutan": "Bhutan",
59
+ "Bhutan": "ブータン語",
58
60
  "Bolivia": "Bolivia",
59
61
  "Austria": "オーストリア",
60
62
  "Bahrain": "Bahrain",
61
63
  "Argentina": "アルゼンチン",
62
- "Azerbaijan": "Azerbaijan",
63
- "Cyprus": "Cyprus",
64
+ "Azerbaijan": "アゼルバイジャン",
65
+ "Cyprus": "キプロス",
64
66
  "Burundi": "Burundi",
65
- "Cameroon": "Cameroon",
66
- "Croatia": "Croatia",
67
- "Dominican Republic": "Dominican Republic",
67
+ "Cameroon": "カメルーンformat@@0",
68
+ "Croatia": "クロアチア",
69
+ "Dominican Republic": "ドミニカ共和国",
68
70
  "Australia": "オーストラリア",
69
- "Belarus": "Belarus",
70
- "Angola": "Angola",
71
- "Bulgaria": "Bulgaria",
72
- "Democratic Republic of the Congo": "Democratic Republic of the Congo",
71
+ "Belarus": "ベラルーシ共和国",
72
+ "Angola": "アンゴラ語",
73
+ "Bulgaria": "ブルガリア共和国",
74
+ "Democratic Republic of the Congo": "コンゴ民主共和国",
73
75
  "Aruba": "Aruba",
74
- "Armenia": "Armenia",
75
- "Bangladesh": "Bangladesh",
76
+ "Armenia": "アルメニア",
77
+ "Bangladesh": "バングラデシュ(バングラデシュ)",
76
78
  "Belgium": "ベルギー",
77
79
  "Cambodia": "Cambodia",
78
80
  "Czech Republic": "Czech Republic",
79
81
  "Denmark": "デンマーク",
80
- "Burkina Faso": "Burkina Faso",
82
+ "Burkina Faso": "ブルキナファソ",
81
83
  "Canada": "カナダ",
82
84
  "Cuba": "Cuba",
83
85
  "China": "中国",
84
- "Gambia The": "Gambia The",
85
- "Georgia": "Georgia",
86
+ "Gambia The": "ガンビア",
87
+ "Georgia": "ジョージア州",
86
88
  "Chile": "チリ",
87
89
  "Congo": "Congo",
88
90
  "Cote D'Ivoire (Ivory Coast)": "Cote D'Ivoire (Ivory Coast)",
89
91
  "Gabon": "Gabon",
90
- "Colombia": "Colombia",
91
- "Costa Rica": "Costa Rica",
92
- "Indonesia": "Indonesia",
93
- "French Polynesia": "French Polynesia",
92
+ "Colombia": "コロンビア",
93
+ "Costa Rica": "コスタリカ",
94
+ "Indonesia": "インドネシア",
95
+ "French Polynesia": "フランス領ポリネシア",
94
96
  "Luxembourg": "Luxembourg",
95
97
  "Malta": "Malta",
96
98
  "Mali": "Mali",
@@ -98,115 +100,115 @@
98
100
  "Mauritius": "Mauritius",
99
101
  "Madagascar": "Madagascar",
100
102
  "Malawi": "Malawi",
101
- "Montenegro": "Montenegro",
103
+ "Montenegro": "モンテネグロ",
102
104
  "Netherlands": "オランダ",
103
105
  "Macau S.A.R.": "Macau S.A.R.",
104
106
  "Moldova": "Moldova",
105
- "Malaysia": "Malaysia",
107
+ "Malaysia": "マレーシア",
106
108
  "Mongolia": "Mongolia",
107
- "Man (Isle of)": "Man (Isle of)",
108
- "Fiji Islands": "Fiji Islands",
109
+ "Man (Isle of)": "マン島",
110
+ "Fiji Islands": "フィジー諸島",
109
111
  "Finland": "フィンランド",
110
112
  "France": "フランス",
111
113
  "India": "インド",
112
- "Iceland": "Iceland",
113
- "North Macedonia": "North Macedonia",
114
+ "Iceland": "アイスランド共和国",
115
+ "North Macedonia": "北マケドニア共和国",
114
116
  "New Zealand": "ニュージーランド",
115
117
  "Nicaragua": "Nicaragua",
116
118
  "Norway": "ノルウェー",
117
119
  "Haiti": "Haiti",
118
120
  "Honduras": "Honduras",
119
- "Hungary": "Hungary",
121
+ "Hungary": "ハンガリー",
120
122
  "Guyana": "Guyana",
121
123
  "Hong Kong S.A.R.": "Hong Kong S.A.R.",
122
124
  "Nigeria": "Nigeria",
123
125
  "Oman": "Oman",
124
- "Peru": "Peru",
125
- "Pakistan": "Pakistan",
126
- "Palestinian Territory Occupied": "Palestinian Territory Occupied",
126
+ "Peru": "ペルー",
127
+ "Pakistan": "パキスタン共和国",
128
+ "Palestinian Territory Occupied": "パレスチナの領土が占拠されました",
127
129
  "Papua new Guinea": "Papua new Guinea",
128
130
  "Poland": "ポーランド",
129
131
  "Paraguay": "Paraguay",
130
132
  "Panama": "Panama",
131
- "Philippines": "Philippines",
133
+ "Philippines": "フィリピン",
132
134
  "Ethiopia": "Ethiopia",
133
- "Guatemala": "Guatemala",
134
- "Greece": "Greece",
135
+ "Guatemala": "グアテマラ共和国",
136
+ "Greece": "ギリシャ",
135
137
  "Guinea-Bissau": "Guinea-Bissau",
136
- "Estonia": "Estonia",
138
+ "Estonia": "エストニア共和国",
137
139
  "Guinea": "Guinea",
138
140
  "Saudi Arabia": "サウジアラビア",
139
- "Serbia": "Serbia",
140
- "The Bahamas": "The Bahamas",
141
+ "Serbia": "セルビア共和国",
142
+ "The Bahamas": "バハマ",
141
143
  "Ecuador": "Ecuador",
142
- "Grenada": "Grenada",
143
- "Bosnia and Herzegovina": "Bosnia and Herzegovina",
144
+ "Grenada": "グレナダ",
145
+ "Bosnia and Herzegovina": "ボスニア・ヘルツェゴビナ",
144
146
  "Brazil": "ブラジル",
145
147
  "Germany": "ドイツ",
146
- "Ghana": "Ghana",
148
+ "Ghana": "ガーナ共和国",
147
149
  "Rwanda": "Rwanda",
148
150
  "Senegal": "Senegal",
149
151
  "Thailand": "Thailand",
150
152
  "Tajikistan": "Tajikistan",
151
153
  "Tanzania": "Tanzania",
152
- "Egypt": "Egypt",
154
+ "Egypt": "エジプト",
153
155
  "El Salvador": "El Salvador",
154
- "Gibraltar": "Gibraltar",
155
- "Saint Vincent And The Grenadines": "Saint Vincent And The Grenadines",
156
- "Slovakia": "Slovakia",
156
+ "Gibraltar": "ジブラルタル",
157
+ "Saint Vincent And The Grenadines": "セントビンセント・グレナディーン諸島",
158
+ "Slovakia": "スロバキア",
157
159
  "Slovenia": "Slovenia",
158
- "Trinidad And Tobago": "Trinidad And Tobago",
160
+ "Trinidad And Tobago": "トリニダード・トバゴ",
159
161
  "Tunisia": "Tunisia",
160
- "Turkey": "Turkey",
162
+ "Turkey": "トルコ",
161
163
  "Uganda": "Uganda",
162
- "Turks And Caicos Islands": "Turks And Caicos Islands",
163
- "Ukraine": "Ukraine",
164
- "Togo": "Togo",
164
+ "Turks And Caicos Islands": "タークス・カイコス諸島",
165
+ "Ukraine": "ウクライナ",
166
+ "Togo": "トーゴ",
165
167
  "United States": "アメリカ",
166
- "Portugal": "Portugal",
168
+ "Portugal": "ポルトガル",
167
169
  "Puerto Rico": "Puerto Rico",
168
170
  "United Arab Emirates": "アラブ首長国連邦",
169
171
  "United Kingdom": "イギリス",
170
172
  "Vietnam": "Vietnam",
171
- "Kazakhstan": "Kazakhstan",
173
+ "Kazakhstan": "カザフスタン共和国",
172
174
  "Israel": "Israel",
173
175
  "Jamaica": "Jamaica",
174
- "Virgin Islands (US)": "Virgin Islands (US)",
176
+ "Virgin Islands (US)": "バージン諸島 (米国)",
175
177
  "Kyrgyzstan": "Kyrgyzstan",
176
- "Latvia": "Latvia",
177
- "Nepal": "Nepal",
178
+ "Latvia": "ラトビア",
179
+ "Nepal": "ネパール共和国",
178
180
  "Zambia": "Zambia",
179
- "Libya": "Libya",
181
+ "Libya": "リビア",
180
182
  "Namibia": "Namibia",
181
183
  "Reunion": "Reunion",
182
184
  "Qatar": "Qatar",
183
- "Russia": "Russia",
184
- "Jersey": "Jersey",
185
+ "Russia": "ロシア",
186
+ "Jersey": "ジャージー",
185
187
  "Kuwait": "Kuwait",
186
- "Lithuania": "Lithuania",
187
- "Morocco": "Morocco",
188
+ "Lithuania": "リトアニア",
189
+ "Morocco": "モロッコ",
188
190
  "Ireland": "アイルランド",
189
191
  "Italy": "イタリア",
190
192
  "Myanmar": "Myanmar",
191
193
  "Zimbabwe": "Zimbabwe",
192
194
  "Lesotho": "Lesotho",
193
- "Yemen": "Yemen",
194
- "Romania": "Romania",
195
- "Mozambique": "Mozambique",
195
+ "Yemen": "イエメン語",
196
+ "Romania": "ルーマニア",
197
+ "Mozambique": "モザンビーク",
196
198
  "Japan": "日本",
197
199
  "Jordan": "Jordan",
198
- "Kenya": "Kenya",
199
- "Venezuela": "Venezuela",
200
+ "Kenya": "ケニア",
201
+ "Venezuela": "ベネズエラ",
200
202
  "Uzbekistan": "Uzbekistan",
201
203
  "Uruguay": "Uruguay",
202
- "Sri Lanka": "Sri Lanka",
204
+ "Sri Lanka": "スリランカ",
203
205
  "Sudan": "Sudan",
204
206
  "Switzerland": "スイス",
205
207
  "South Korea": "韓国",
206
208
  "Suriname": "Suriname",
207
209
  "South Africa": "南アフリカ",
208
210
  "Spain": "スペイン",
209
- "Taiwan": "Taiwan",
211
+ "Taiwan": "台湾",
210
212
  "Sweden": "スウェーデン",
211
213
  "Somalia": "Somalia",
212
214
  "Lebanon": "Lebanon",
package/src/i18n/nl.json CHANGED
@@ -31,6 +31,7 @@
31
31
  "Headers": "Kopteksten",
32
32
  "Query Parameters": "Query parameters",
33
33
  "Body": "Lichaam",
34
+ "Response is Binary ?": "Antwoord is binair?",
34
35
  "No Error on Failure": "Geen fout bij fout",
35
36
  "Timeout (in seconds)": "Time-out (in seconden)",
36
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 definieert de query die u wilt zoeken. U kunt alles gebruiken dat u wilt gebruiken in een reguliere Google-zoekopdracht. bijv. inurl:, site:, intitle:. We ondersteunen ook de geavanceerde zoekopdrachten zoals as_dt en as_eq.",
@@ -45,6 +46,7 @@
45
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 definieert de te gebruiken taal voor het zoeken van Google Trends. Het is een twee-letterige taalcode. (bijv. `en` voor Engels, `es` voor Spaans, of `fr` voor Frans).",
46
47
  "time zone offset. default is `420`.": "tijdzone offset. Standaard is `420`.",
47
48
  "Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
49
+ "Enable for files like PDFs, images, etc..": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc..",
48
50
  "Auto complete": "Auto complete",
49
51
  "Interest over time": "Rente na verloop van tijd",
50
52
  "Compared breakdown by region": "Vergeleken met de verdeling per regio",
package/src/i18n/pt.json CHANGED
@@ -31,6 +31,7 @@
31
31
  "Headers": "Cabeçalhos",
32
32
  "Query Parameters": "Parâmetros da consulta",
33
33
  "Body": "Conteúdo",
34
+ "Response is Binary ?": "A resposta é binária ?",
34
35
  "No Error on Failure": "Nenhum erro no Failure",
35
36
  "Timeout (in seconds)": "Tempo limite (em segundos)",
36
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.": "Parâmetro define a consulta que você deseja pesquisar. Você pode usar qualquer coisa que você usaria em uma pesquisa regular do Google. p.ex. inurl:, site:, intitle:. Também suportamos parâmetros avançados de consulta de como_dt e como_eq.",
@@ -45,6 +46,7 @@
45
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).": "Parâmetro define o idioma a ser usado para a pesquisa do Google Trends. É um código de idioma de duas letras (por exemplo, 'en' para inglês, 'es' para espanhol, ou 'fr' para francês).",
46
47
  "time zone offset. default is `420`.": "offset de fuso horário. O padrão é `420`.",
47
48
  "Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
49
+ "Enable for files like PDFs, images, etc..": "Habilitar para arquivos como PDFs, imagens, etc..",
48
50
  "Auto complete": "Auto complete",
49
51
  "Interest over time": "Juros ao longo do tempo",
50
52
  "Compared breakdown by region": "Comparado com o detalhamento por região",
@@ -31,6 +31,7 @@
31
31
  "Headers": "Headers",
32
32
  "Query Parameters": "Query Parameters",
33
33
  "Body": "Body",
34
+ "Response is Binary ?": "Response is Binary ?",
34
35
  "No Error on Failure": "No Error on Failure",
35
36
  "Timeout (in seconds)": "Timeout (in seconds)",
36
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.",
@@ -45,6 +46,7 @@
45
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).",
46
47
  "time zone offset. default is `420`.": "time zone offset. default is `420`.",
47
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..",
48
50
  "Auto complete": "Auto complete",
49
51
  "Interest over time": "Interest over time",
50
52
  "Compared breakdown by region": "Compared breakdown by region",
package/src/i18n/zh.json CHANGED
@@ -31,6 +31,7 @@
31
31
  "Headers": "信头",
32
32
  "Query Parameters": "查询参数",
33
33
  "Body": "正文内容",
34
+ "Response is Binary ?": "Response is Binary ?",
34
35
  "No Error on Failure": "失败时没有错误",
35
36
  "Timeout (in seconds)": "超时(秒)",
36
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.",
@@ -45,6 +46,7 @@
45
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).",
46
47
  "time zone offset. default is `420`.": "time zone offset. default is `420`.",
47
48
  "Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
49
+ "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
48
50
  "Auto complete": "Auto complete",
49
51
  "Interest over time": "Interest over time",
50
52
  "Compared breakdown by region": "Compared breakdown by region",