Skip to content

Commit 3f27a1a

Browse files
committed
update .pot files
1 parent eb6d1c1 commit 3f27a1a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+429
-275
lines changed

Diff for: docs/_build/gettext/.doctrees/FAQ.doctree

-912 Bytes
Binary file not shown.

Diff for: docs/_build/gettext/.doctrees/assert_library.doctree

-3.7 KB
Binary file not shown.
-354 Bytes
Binary file not shown.

Diff for: docs/_build/gettext/.doctrees/community.doctree

-382 Bytes
Binary file not shown.

Diff for: docs/_build/gettext/.doctrees/compile.doctree

12.9 KB
Binary file not shown.
-1.26 KB
Binary file not shown.

Diff for: docs/_build/gettext/.doctrees/create_deploy.doctree

-3.43 KB
Binary file not shown.

Diff for: docs/_build/gettext/.doctrees/debugger.doctree

-4.6 KB
Binary file not shown.

Diff for: docs/_build/gettext/.doctrees/environment.pickle

15.7 KB
Binary file not shown.

Diff for: docs/_build/gettext/.doctrees/file_explorer.doctree

-211 Bytes
Binary file not shown.

Diff for: docs/_build/gettext/.doctrees/import.doctree

-2.91 KB
Binary file not shown.

Diff for: docs/_build/gettext/.doctrees/index.doctree

2.77 KB
Binary file not shown.

Diff for: docs/_build/gettext/.doctrees/layout.doctree

-1.47 KB
Binary file not shown.

Diff for: docs/_build/gettext/.doctrees/locations.doctree

-5.92 KB
Binary file not shown.

Diff for: docs/_build/gettext/.doctrees/plugin_manager.doctree

-798 Bytes
Binary file not shown.

Diff for: docs/_build/gettext/.doctrees/remix_commands.doctree

-1.6 KB
Binary file not shown.

Diff for: docs/_build/gettext/.doctrees/remixd.doctree

3.66 KB
Binary file not shown.

Diff for: docs/_build/gettext/.doctrees/run.doctree

-6.11 KB
Binary file not shown.

Diff for: docs/_build/gettext/.doctrees/settings.doctree

-920 Bytes
Binary file not shown.
-404 Bytes
Binary file not shown.
-6.93 KB
Binary file not shown.

Diff for: docs/_build/gettext/.doctrees/terminal.doctree

-701 Bytes
Binary file not shown.

Diff for: docs/_build/gettext/.doctrees/tutorial_debug.doctree

-5.26 KB
Binary file not shown.

Diff for: docs/_build/gettext/.doctrees/udapp.doctree

-3.3 KB
Binary file not shown.

Diff for: docs/_build/gettext/.doctrees/unittesting.doctree

-5.59 KB
Binary file not shown.
-1.58 KB
Binary file not shown.

Diff for: docs/_build/gettext/FAQ.pot

+63-44
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Remix - Ethereum IDE 1\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2022-05-19 15:40+0200\n"
11+
"POT-Creation-Date: 2022-06-20 17:14-0400\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -20,167 +20,186 @@ msgstr ""
2020
msgid "FAQ"
2121
msgstr ""
2222

23-
#: ../../FAQ.md:4
23+
#: ../../FAQ.md:3
24+
msgid "Supported devices & Browsers"
25+
msgstr ""
26+
27+
#: ../../FAQ.md:5
28+
msgid "Q: What browsers will Remix work on?"
29+
msgstr ""
30+
31+
#: ../../FAQ.md:7
32+
msgid "A: We support Firefox, Chrome, and Brave. We do not test or look for errors in Safari, Edge or other browsers."
33+
msgstr ""
34+
35+
#: ../../FAQ.md:9
36+
msgid "Q: Will Remix work on a tablet or mobile device?"
37+
msgstr ""
38+
39+
#: ../../FAQ.md:11
40+
msgid "A: We do not support the use of Remix on tablets or mobile phones."
41+
msgstr ""
42+
43+
#: ../../FAQ.md:13
2444
msgid "Solidity compiler"
2545
msgstr ""
2646

27-
#: ../../FAQ.md:6
47+
#: ../../FAQ.md:15
2848
msgid "Q: Error: compiler might be in a non-sane state"
2949
msgstr ""
3050

31-
#: ../../FAQ.md:13
51+
#: ../../FAQ.md:22
3252
msgid "A: Old versions of solidity compiler had this problem with chrome. Please change the compiler version in Solidity Plugin to the newer one or use another browser."
3353
msgstr ""
3454

35-
#: ../../FAQ.md:16
55+
#: ../../FAQ.md:25
3656
msgid "Q: I’m getting an issue with Maximum call stack exceed and various other errors, can't compile."
3757
msgstr ""
3858

39-
#: ../../FAQ.md:18
59+
#: ../../FAQ.md:27
4060
msgid "A: Try a different browser or a newer solidity compiler version."
4161
msgstr ""
4262

43-
#: ../../FAQ.md:20
63+
#: ../../FAQ.md:29
4464
msgid "Q: How to verify a contract that imports other contracts?"
4565
msgstr ""
4666

47-
#: ../../FAQ.md:22
48-
msgid "A: The verification tool does not recursively go through the import statments in a contract. So can only verify a 'flattened' contract."
67+
#: ../../FAQ.md:31
68+
msgid "A: The verification tool does not recursively go through the import statements in a contract. So can only verify a 'flattened' contract."
4969
msgstr ""
5070

51-
#: ../../FAQ.md:24
71+
#: ../../FAQ.md:33
5272
msgid "There is a plugin called Flattener which will stuff all the original code and the imported code into a single file."
5373
msgstr ""
5474

55-
#: ../../FAQ.md:26
75+
#: ../../FAQ.md:35
5676
msgid "Deploy & Run"
5777
msgstr ""
5878

59-
#: ../../FAQ.md:28
79+
#: ../../FAQ.md:37
6080
msgid "Q: I am using an Infura endpoint in my app, but when I try to deploy against that endpoint in remix IDE selecting \"web3 provider\" and putting my endpoint in, it's telling me that it can't connect"
6181
msgstr ""
6282

63-
#: ../../FAQ.md:30
83+
#: ../../FAQ.md:39
6484
msgid "A: If the endpoint you are using is http, it won't work."
6585
msgstr ""
6686

67-
#: ../../FAQ.md:32
87+
#: ../../FAQ.md:41
6888
msgid "Q: Where is deploy button?"
6989
msgstr ""
7090

71-
#: ../../FAQ.md:34
91+
#: ../../FAQ.md:43
7292
msgid "A: Its in the Deploy & Run module. If you haven't activated that module, you should do that by clicking Deploy & Run module in the Plugin Manager. You could also activate everything you need to work with solidity on the landing page ( click the remix logo at the top left for the screen) and click the \"Solidity\" button in the environment section."
7393
msgstr ""
7494

75-
#: ../../FAQ.md:37
95+
#: ../../FAQ.md:46
7696
msgid "Q: How to pass a tuple to a public function in Remix?"
7797
msgstr ""
7898

79-
#: ../../FAQ.md:39
99+
#: ../../FAQ.md:48
80100
msgid "A: Pass it as an array []."
81101
msgstr ""
82102

83-
#: ../../FAQ.md:41
103+
#: ../../FAQ.md:50
84104
msgid "Q: How to input a struct as input to a parameter of a function in the Deploy & Run module?"
85105
msgstr ""
86106

87-
#: ../../FAQ.md:43
107+
#: ../../FAQ.md:52
88108
msgid "A: For inputting a struct, just like a tuple, pass it in as an array []. Also you need to put in the line:"
89109
msgstr ""
90110

91-
#: ../../FAQ.md:45
111+
#: ../../FAQ.md:54
92112
msgid "pragma experimental ABIEncoderV2; at the top of the solidity file."
93113
msgstr ""
94114

95-
#: ../../FAQ.md:47
115+
#: ../../FAQ.md:56
96116
msgid "For example, here's a solidity file with a struct is an input parameter."
97117
msgstr ""
98118

99-
#: ../../FAQ.md:79
119+
#: ../../FAQ.md:88
100120
msgid "The input of initPeepToPeeps takes a struct. If you input [1,2] the transaction will go through."
101121
msgstr ""
102122

103-
#: ../../FAQ.md:83
123+
#: ../../FAQ.md:92
104124
msgid "General"
105125
msgstr ""
106126

107-
#: ../../FAQ.md:85
127+
#: ../../FAQ.md:94
108128
msgid "Q: Where do plugin developers go with their questions?"
109129
msgstr ""
110130

111-
#: ../../FAQ.md:87
131+
#: ../../FAQ.md:96
112132
msgid "A: The Gitter Remix plugin developers room https://gitter.im/ethereum/remix-dev-plugin"
113133
msgstr ""
114134

115-
#: ../../FAQ.md:89
135+
#: ../../FAQ.md:98
116136
msgid "Analytics"
117137
msgstr ""
118138

119-
#: ../../FAQ.md:91
139+
#: ../../FAQ.md:100
120140
msgid "Q: What information does Remix save when Matomo Analytics is enabled?"
121141
msgstr ""
122142

123-
#: ../../FAQ.md:93
143+
#: ../../FAQ.md:102
124144
msgid "A: We want to know:"
125145
msgstr ""
126146

127-
#: ../../FAQ.md:95
147+
#: ../../FAQ.md:104
128148
msgid "Which plugins get activated & deactivated"
129149
msgstr ""
130150

131-
#: ../../FAQ.md:96
151+
#: ../../FAQ.md:105
132152
msgid "If users check the box to publish a contract's metadata when deploying"
133153
msgstr ""
134154

135-
#: ../../FAQ.md:97
155+
#: ../../FAQ.md:106
136156
msgid "Which themes are used/used most/not used at all"
137157
msgstr ""
138158

139-
#: ../../FAQ.md:98
159+
#: ../../FAQ.md:107
140160
msgid "The usage of the links to documentation"
141161
msgstr ""
142162

143-
#: ../../FAQ.md:99
163+
#: ../../FAQ.md:108
144164
msgid "On the homepage, which file importing buttons are used"
145165
msgstr ""
146166

147-
#: ../../FAQ.md:101
167+
#: ../../FAQ.md:110
148168
msgid "Q: Is it opt-in or opt-out?"
149169
msgstr ""
150170

151-
#: ../../FAQ.md:103
171+
#: ../../FAQ.md:112
152172
msgid "A: We use Matomo as an opt-in analytics platform."
153173
msgstr ""
154174

155-
#: ../../FAQ.md:105
175+
#: ../../FAQ.md:114
156176
msgid "Q: Where is the info stored? Is the info shared with 3rd parties?"
157177
msgstr ""
158178

159-
#: ../../FAQ.md:107
179+
#: ../../FAQ.md:116
160180
msgid "A: All data collected through Matomo is stored on our own server. No data is given to third parties."
161181
msgstr ""
162182

163-
#: ../../FAQ.md:109
183+
#: ../../FAQ.md:118
164184
msgid "We respect your privacy and do not collect nor store any personally identifiable information (PII)."
165185
msgstr ""
166186

167-
#: ../../FAQ.md:111
187+
#: ../../FAQ.md:120
168188
msgid "Q: What does Remix do with this info?"
169189
msgstr ""
170190

171-
#: ../../FAQ.md:113
191+
#: ../../FAQ.md:122
172192
msgid "A: Our goal is to understand how many users we have, what plugins people are using, what is not getting used, what is not being used to its full potential."
173193
msgstr ""
174194

175-
#: ../../FAQ.md:115
195+
#: ../../FAQ.md:124
176196
msgid "With this understanding, we can make adjustments to the UI as well as providing more tips and documentation. It's a way of getting constant anonymous feedback from our users."
177197
msgstr ""
178198

179-
#: ../../FAQ.md:117
199+
#: ../../FAQ.md:126
180200
msgid "Q: After I agree opt-in, can I change my mind?"
181201
msgstr ""
182202

183-
#: ../../FAQ.md:119
203+
#: ../../FAQ.md:128
184204
msgid "A: You can turn off or on Matomo in the Settings panel. There are no consequences for not opting-in or opting-out."
185205
msgstr ""
186-

Diff for: docs/_build/gettext/assert_library.pot

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Remix - Ethereum IDE 1\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2022-05-19 15:40+0200\n"
11+
"POT-Creation-Date: 2022-06-20 17:14-0400\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -108,4 +108,3 @@ msgstr ""
108108
#: ../../assert_library.md:87
109109
msgid "Tests if value1 is lesser than value2. message is returned in case of failure."
110110
msgstr ""
111-

Diff for: docs/_build/gettext/code_contribution_guide.pot

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Remix - Ethereum IDE 1\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2022-05-19 15:40+0200\n"
11+
"POT-Creation-Date: 2022-06-20 17:14-0400\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -31,4 +31,3 @@ msgstr ""
3131
#: ../../code_contribution_guide.md:10
3232
msgid "To learn more, please visit our GitHub page."
3333
msgstr ""
34-

Diff for: docs/_build/gettext/community.pot

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Remix - Ethereum IDE 1\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2022-05-19 15:40+0200\n"
11+
"POT-Creation-Date: 2022-06-20 17:14-0400\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -31,4 +31,3 @@ msgstr ""
3131
#: ../../community.md:11
3232
msgid "We would kindly ask you to respect the space and to use it for getting help with your work and the developers' channel for discussions related to working on Remix codebase. If you have ideas for collaborations or you want to promote your project, try to find some more appropriate channels to do so. Or you can contact the main contributors directly on Gitter or Twitter."
3333
msgstr ""
34-

0 commit comments

Comments
 (0)