You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Perhaps the library is not available in the sandbox, [Documentation](https://pocketblocks.interno.app/build-apps/write-javascript/use-third-party-libraries#manually-import-third-party-libraries)\n{message}",
1955
+
"Perhaps the library is not available in the sandbox, [Documentation](https://pocketblocks.pedroza.dev/build-apps/write-javascript/use-third-party-libraries#manually-import-third-party-libraries)\n{message}",
1956
1956
jsLibraryInstallFailedHost: "{message}",
1957
1957
add: "Add New",
1958
1958
jsHelpText: "Add a global method or variable to the current application.",
Copy file name to clipboardExpand all lines: client/packages/openblocks/src/i18n/locales/pt.ts
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1656,7 +1656,7 @@ export const pt = {
1656
1656
phoneColumn: "Telefone",
1657
1657
subTitle: "Título",
1658
1658
linkLabel: "Link",
1659
-
linkUrl: "pocketblocks.interno.app",
1659
+
linkUrl: "pocketblocks.pedroza.dev",
1660
1660
progressLabel: "Progresso",
1661
1661
sliderLabel: "Slider",
1662
1662
radioLabel: "Rádio",
@@ -2003,7 +2003,7 @@ export const pt = {
2003
2003
jsLibraryInstallSuccess: "Biblioteca JavaScript instalada com sucesso",
2004
2004
jsLibraryInstallFailed: "Falha ao Instalar de biblioteca JavaScript",
2005
2005
jsLibraryInstallFailedCloud:
2006
-
"Talvez a biblioteca não esteja disponível na sandbox, [Documentation](https://pocketblocks.interno.app/build-apps/write-javascript/use-third-party-libraries#manually-import-third-party-libraries)\n{message}",
2006
+
"Talvez a biblioteca não esteja disponível na sandbox, [Documentation](https://pocketblocks.pedroza.dev/build-apps/write-javascript/use-third-party-libraries#manually-import-third-party-libraries)\n{message}",
2007
2007
jsLibraryInstallFailedHost: "{message}",
2008
2008
add: "Adicionar",
2009
2009
jsHelpText: "Adicione um método global ou variável ao aplicativo atual.",
Copy file name to clipboardExpand all lines: docs/en/build-apps/component-guides/use-markdown.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ All Markdown syntax is valid in PocketBlocks.
24
24
-**Lists**: Use hyphen (-), asterisk (∗), or plus sign (+) followed by a whitespace to create an unordered list, and use numbers followed by a period (.) to create an ordered list.
25
25
-**Code**: Use backticks (\`) before and after code to denote `` `code` `` in plain text, and three backticks (\`\`\`) to present ` ```code block``` `.
26
26
-**Horizontal rules**: Use at least three asterisks (∗∗∗), hyphens (---), or underscores (\_\_\_) at the beginning of a line to create a horizontal rule.
27
-
-**Links**: Use square brackets (\[]) for the display text and parenthesis (()) for the link address. Note that no space should be inbetween. For example, `[PocketBlocks](https://github.com/internoapp/pocketblocks)`.
27
+
-**Links**: Use square brackets (\[]) for the display text and parenthesis (()) for the link address. Note that no space should be inbetween. For example, `[PocketBlocks](https://github.com/pedrozadotdev/pocketblocks)`.
28
28
-**Images**: Use an exclamation mark (!) to start an image shiinsertion, and then use square bracket (\[]) for the alternative text and parenthesis (()) for the link address or source path. The caption can follow the parentheses or start at a new line.
29
29
-**Escaping characters**: Use backslash (\\) to display the special symbols that Markdown uses. For instance, to print ` `` ` in plain text, you should use `` \`\` `` in Markdown. 
Copy file name to clipboardExpand all lines: docs/en/build-apps/write-javascript/javascript-query.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,4 +120,4 @@ In **JavaScript** tab, you can add preloaded JavaScript code to define global me
120
120
121
121
##  Restrictions
122
122
123
-
For security reasons, several global variables and functions of **window** are disabled in PocketBlocks. Please report to our [GitHub](https://github.com/internoapp/pocketblocks) if you encounter any issues.
123
+
For security reasons, several global variables and functions of **window** are disabled in PocketBlocks. Please report to our [GitHub](https://github.com/pedrozadotdev/pocketblocks) if you encounter any issues.
0 commit comments