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
Copy file name to clipboardExpand all lines: apps/keira/src/assets/i18n/en.json
+19-1Lines changed: 19 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,12 @@
14
14
"CREATE_A_NEW": "Create a new <strong>{{ ENTITY_TABLE }}</strong> by selecting an empty <strong>{{ ENTITY_ID_FIELD }}</strong>:",
15
15
"FREE_ENTRY": "The {{ ENTITY_ID_FIELD }} is",
16
16
"FREE": "free",
17
-
"ALREADY_USE": "already in use"
17
+
"ALREADY_USE": "already in use",
18
+
"SOURCE_ENTRY": "The {{ ENTITY_ID_FIELD }}",
19
+
"EXISTS": "exists",
20
+
"DOES_NOT_EXIST": "does not exist",
21
+
"START_FROM_BLANK": "Start from blank",
22
+
"COPY_FROM_EXISTING": "Copy from existing"
18
23
},
19
24
"CONNECTED": "Connected",
20
25
"SEARCH": "Search",
@@ -205,6 +210,19 @@
205
210
"LEARN_SQL": "learn the SQL language",
206
211
"AFFECTED_ROWS": "Affected rows:"
207
212
},
213
+
"COPY_OUTPUT": {
214
+
"TITLE": "Copy Entry SQL",
215
+
"DESCRIPTION": "Review and execute the SQL below to copy the entry. You can copy the query to execute it manually, or use the Execute button to run it directly.",
216
+
"COPY": "Copy",
217
+
"COPY_TOOLTIP": "Copy SQL query to clipboard",
218
+
"EXECUTE": "Execute",
219
+
"EXECUTE_TOOLTIP": "Execute the SQL query and create the new entry",
220
+
"EXECUTED": "Executed",
221
+
"CONTINUE": "Continue to Editor",
222
+
"CONTINUE_TOOLTIP": "Navigate to the editor for the new entry",
Copy file name to clipboardExpand all lines: apps/keira/src/assets/i18n/es.json
+19-1Lines changed: 19 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,12 @@
14
14
"CREATE_A_NEW": "Crear nuevo <strong>{{ ENTITY_TABLE }}</strong> seleccionando un <strong>{{ ENTITY_ID_FIELD }}</strong>:",
15
15
"FREE_ENTRY": "El o La {{ ENTITY_ID_FIELD }} es",
16
16
"FREE": "Libre",
17
-
"ALREADY_USE": "Está en uso"
17
+
"ALREADY_USE": "Está en uso",
18
+
"SOURCE_ENTRY": "The {{ ENTITY_ID_FIELD }}",
19
+
"EXISTS": "exists",
20
+
"DOES_NOT_EXIST": "does not exist",
21
+
"START_FROM_BLANK": "Start from blank",
22
+
"COPY_FROM_EXISTING": "Copy from existing"
18
23
},
19
24
"CONNECTED": "Conectado",
20
25
"SEARCH": "Buscar",
@@ -205,6 +210,19 @@
205
210
"LEARN_SQL": "Aprenda el Lenguaje SQL",
206
211
"AFFECTED_ROWS": "Líneas afectadas:"
207
212
},
213
+
"COPY_OUTPUT": {
214
+
"TITLE": "Copy Entry SQL",
215
+
"DESCRIPTION": "Review and execute the SQL below to copy the entry. You can copy the query to execute it manually, or use the Execute button to run it directly.",
216
+
"COPY": "Copy",
217
+
"COPY_TOOLTIP": "Copy SQL query to clipboard",
218
+
"EXECUTE": "Execute",
219
+
"EXECUTE_TOOLTIP": "Execute the SQL query and create the new entry",
220
+
"EXECUTED": "Executed",
221
+
"CONTINUE": "Continue to Editor",
222
+
"CONTINUE_TOOLTIP": "Navigate to the editor for the new entry",
"DESCRIPTION": "Review and execute the SQL below to copy the entry. You can copy the query to execute it manually, or use the Execute button to run it directly.",
216
+
"COPY": "Copy",
217
+
"COPY_TOOLTIP": "Copy SQL query to clipboard",
218
+
"EXECUTE": "Execute",
219
+
"EXECUTE_TOOLTIP": "Execute the SQL query and create the new entry",
220
+
"EXECUTED": "Executed",
221
+
"CONTINUE": "Continue to Editor",
222
+
"CONTINUE_TOOLTIP": "Navigate to the editor for the new entry",
"DESCRIPTION": "Review and execute the SQL below to copy the entry. You can copy the query to execute it manually, or use the Execute button to run it directly.",
216
+
"COPY": "Copy",
217
+
"COPY_TOOLTIP": "Copy SQL query to clipboard",
218
+
"EXECUTE": "Execute",
219
+
"EXECUTE_TOOLTIP": "Execute the SQL query and create the new entry",
220
+
"EXECUTED": "Executed",
221
+
"CONTINUE": "Continue to Editor",
222
+
"CONTINUE_TOOLTIP": "Navigate to the editor for the new entry",
0 commit comments