@sanity/locale-nl-nl 1.1.9 → 1.1.10
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.
|
@@ -37,11 +37,9 @@ var vision = sanity.removeUndefinedLocaleResources({
|
|
|
37
37
|
/** Label for "Result" explorer/view */
|
|
38
38
|
"result.label": "Resultaat",
|
|
39
39
|
/** Tooltip text shown when the query result is not encodable as CSV */
|
|
40
|
-
"result.save-result-as-csv.not-csv-encodable":
|
|
41
|
-
// 'Result cannot be encoded as CSV'
|
|
40
|
+
"result.save-result-as-csv.not-csv-encodable": "Resultaat kan niet als CSV gecodeerd worden",
|
|
42
41
|
/** Label for "Save result as" result action */
|
|
43
|
-
"result.save-result-as-format":
|
|
44
|
-
// 'Save result as <SaveResultButtons/>'
|
|
42
|
+
"result.save-result-as-format": "Resultaat opslaan als <SaveResultButtons/>",
|
|
45
43
|
/**
|
|
46
44
|
* "Not applicable" message for when there is no Execution time or End to End time information
|
|
47
45
|
* available for the query (eg when the query has not been executed, or errored)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vision.cjs","sources":["../../src/vision.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Label for action \"Copy to clipboard\", tied to the \"Query URL\" field. Also used for accessibility purposes on button */\n 'action.copy-url-to-clipboard': 'Kopiëren naar klembord',\n /** Label for stopping an ongoing listen operation */\n 'action.listen-cancel': 'Stoppen',\n /** Label for setting up a listener */\n 'action.listen-execute': 'Luisteren',\n /** Label for cancelling an ongoing query */\n 'action.query-cancel': 'Annuleren',\n /** Label for executing the query, eg doing a fetch */\n 'action.query-execute': 'Ophalen',\n\n /**\n * Some features has a \"New\" label indicating that the feature was recently introduced.\n * This defines what the text of that label is. Keep it short and sweet.\n */\n 'label.new': 'Nieuw',\n\n /** Error message for when the \"Params\" input are not a valid json */\n 'params.error.params-invalid-json': 'Parameters zijn geen geldige JSON',\n /** Label for \"Params\" (parameters) editor/input */\n 'params.label': 'Parameters',\n\n /** Label for 'Column' indicator when there is an error within the query */\n 'query.error.column': 'Kolom',\n /** Label for 'Line' indicator when there is an error within the query */\n 'query.error.line': 'Regel',\n /** Label for \"Query\" editor/input */\n 'query.label': 'Query',\n /** Label for the \"Query URL\" field, shown after executing a query, and allows for copying */\n 'query.url': 'Query URL',\n\n /** Label for \"End to End time\" information of the fetched query */\n 'result.end-to-end-time-label': 'End-to-end',\n /** Label for \"Execution time\" information of the fetched query */\n 'result.execution-time-label': 'Uitvoering',\n /** Label for \"Result\" explorer/view */\n 'result.label': 'Resultaat',\n /** Tooltip text shown when the query result is not encodable as CSV */\n 'result.save-result-as-csv.not-csv-encodable':
|
|
1
|
+
{"version":3,"file":"vision.cjs","sources":["../../src/vision.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Label for action \"Copy to clipboard\", tied to the \"Query URL\" field. Also used for accessibility purposes on button */\n 'action.copy-url-to-clipboard': 'Kopiëren naar klembord',\n /** Label for stopping an ongoing listen operation */\n 'action.listen-cancel': 'Stoppen',\n /** Label for setting up a listener */\n 'action.listen-execute': 'Luisteren',\n /** Label for cancelling an ongoing query */\n 'action.query-cancel': 'Annuleren',\n /** Label for executing the query, eg doing a fetch */\n 'action.query-execute': 'Ophalen',\n\n /**\n * Some features has a \"New\" label indicating that the feature was recently introduced.\n * This defines what the text of that label is. Keep it short and sweet.\n */\n 'label.new': 'Nieuw',\n\n /** Error message for when the \"Params\" input are not a valid json */\n 'params.error.params-invalid-json': 'Parameters zijn geen geldige JSON',\n /** Label for \"Params\" (parameters) editor/input */\n 'params.label': 'Parameters',\n\n /** Label for 'Column' indicator when there is an error within the query */\n 'query.error.column': 'Kolom',\n /** Label for 'Line' indicator when there is an error within the query */\n 'query.error.line': 'Regel',\n /** Label for \"Query\" editor/input */\n 'query.label': 'Query',\n /** Label for the \"Query URL\" field, shown after executing a query, and allows for copying */\n 'query.url': 'Query URL',\n\n /** Label for \"End to End time\" information of the fetched query */\n 'result.end-to-end-time-label': 'End-to-end',\n /** Label for \"Execution time\" information of the fetched query */\n 'result.execution-time-label': 'Uitvoering',\n /** Label for \"Result\" explorer/view */\n 'result.label': 'Resultaat',\n /** Tooltip text shown when the query result is not encodable as CSV */\n 'result.save-result-as-csv.not-csv-encodable': 'Resultaat kan niet als CSV gecodeerd worden',\n /** Label for \"Save result as\" result action */\n 'result.save-result-as-format': 'Resultaat opslaan als <SaveResultButtons/>',\n /**\n * \"Not applicable\" message for when there is no Execution time or End to End time information\n * available for the query (eg when the query has not been executed, or errored)\n */\n 'result.timing-not-applicable': 'n.v.t.',\n\n /** Label for the \"API version\" dropdown in settings */\n 'settings.api-version-label': 'API-versie',\n /** Label for the \"Custom API version\" input in settings, shown when \"other\" is chosen as API version */\n 'settings.custom-api-version-label': 'Aangepaste API-versie',\n /** Label for the \"Dataset\" dropdown in vision settings */\n 'settings.dataset-label': 'Dataset',\n /** Error label for when the API version in 'Custom API version' input is invalid */\n 'settings.error.invalid-api-version': 'Ongeldige API-versie',\n /** Label for the \"other\" versions within the \"API version\" dropdown */\n 'settings.other-api-version-label': 'Andere',\n /**\n * Label for the \"Perspective\" dropdown in vision settings\n * @see {@link https://www.sanity.io/docs/perspectives}\n */\n 'settings.perspective-label': 'Perspectief',\n /** Call to action to read the docs related to \"Perspectives\" */\n 'settings.perspectives.action.docs-link': 'Lees de documentatie',\n /** Description for popover that explains what \"Perspectives\" are */\n 'settings.perspectives.description':\n 'Perspectieven stellen je in staat om je query uit te voeren tegen verschillende \"weergaven\" van de inhoud in je dataset',\n /** Title for popover that explains what \"Perspectives\" are */\n 'settings.perspectives.title': 'Perspectieven',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":";;;;AAEA,aAAeA,qCAA+B,CAAA;AAAA;AAAA,EAE5C,8BAAgC,EAAA,2BAAA;AAAA;AAAA,EAEhC,sBAAwB,EAAA,SAAA;AAAA;AAAA,EAExB,uBAAyB,EAAA,WAAA;AAAA;AAAA,EAEzB,qBAAuB,EAAA,WAAA;AAAA;AAAA,EAEvB,sBAAwB,EAAA,SAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAMxB,WAAa,EAAA,OAAA;AAAA;AAAA,EAGb,kCAAoC,EAAA,mCAAA;AAAA;AAAA,EAEpC,cAAgB,EAAA,YAAA;AAAA;AAAA,EAGhB,oBAAsB,EAAA,OAAA;AAAA;AAAA,EAEtB,kBAAoB,EAAA,OAAA;AAAA;AAAA,EAEpB,aAAe,EAAA,OAAA;AAAA;AAAA,EAEf,WAAa,EAAA,WAAA;AAAA;AAAA,EAGb,8BAAgC,EAAA,YAAA;AAAA;AAAA,EAEhC,6BAA+B,EAAA,YAAA;AAAA;AAAA,EAE/B,cAAgB,EAAA,WAAA;AAAA;AAAA,EAEhB,6CAA+C,EAAA,6CAAA;AAAA;AAAA,EAE/C,8BAAgC,EAAA,4CAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAKhC,8BAAgC,EAAA,QAAA;AAAA;AAAA,EAGhC,4BAA8B,EAAA,YAAA;AAAA;AAAA,EAE9B,mCAAqC,EAAA,uBAAA;AAAA;AAAA,EAErC,wBAA0B,EAAA,SAAA;AAAA;AAAA,EAE1B,oCAAsC,EAAA,sBAAA;AAAA;AAAA,EAEtC,kCAAoC,EAAA,QAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAKpC,4BAA8B,EAAA,aAAA;AAAA;AAAA,EAE9B,wCAA0C,EAAA,sBAAA;AAAA;AAAA,EAE1C,mCACE,EAAA,yHAAA;AAAA;AAAA,EAEF,6BAA+B,EAAA,eAAA;AACjC,CAAC,CAAA;;;;"}
|
|
@@ -35,11 +35,9 @@ var vision = removeUndefinedLocaleResources({
|
|
|
35
35
|
/** Label for "Result" explorer/view */
|
|
36
36
|
"result.label": "Resultaat",
|
|
37
37
|
/** Tooltip text shown when the query result is not encodable as CSV */
|
|
38
|
-
"result.save-result-as-csv.not-csv-encodable":
|
|
39
|
-
// 'Result cannot be encoded as CSV'
|
|
38
|
+
"result.save-result-as-csv.not-csv-encodable": "Resultaat kan niet als CSV gecodeerd worden",
|
|
40
39
|
/** Label for "Save result as" result action */
|
|
41
|
-
"result.save-result-as-format":
|
|
42
|
-
// 'Save result as <SaveResultButtons/>'
|
|
40
|
+
"result.save-result-as-format": "Resultaat opslaan als <SaveResultButtons/>",
|
|
43
41
|
/**
|
|
44
42
|
* "Not applicable" message for when there is no Execution time or End to End time information
|
|
45
43
|
* available for the query (eg when the query has not been executed, or errored)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vision.js","sources":["../../src/vision.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Label for action \"Copy to clipboard\", tied to the \"Query URL\" field. Also used for accessibility purposes on button */\n 'action.copy-url-to-clipboard': 'Kopiëren naar klembord',\n /** Label for stopping an ongoing listen operation */\n 'action.listen-cancel': 'Stoppen',\n /** Label for setting up a listener */\n 'action.listen-execute': 'Luisteren',\n /** Label for cancelling an ongoing query */\n 'action.query-cancel': 'Annuleren',\n /** Label for executing the query, eg doing a fetch */\n 'action.query-execute': 'Ophalen',\n\n /**\n * Some features has a \"New\" label indicating that the feature was recently introduced.\n * This defines what the text of that label is. Keep it short and sweet.\n */\n 'label.new': 'Nieuw',\n\n /** Error message for when the \"Params\" input are not a valid json */\n 'params.error.params-invalid-json': 'Parameters zijn geen geldige JSON',\n /** Label for \"Params\" (parameters) editor/input */\n 'params.label': 'Parameters',\n\n /** Label for 'Column' indicator when there is an error within the query */\n 'query.error.column': 'Kolom',\n /** Label for 'Line' indicator when there is an error within the query */\n 'query.error.line': 'Regel',\n /** Label for \"Query\" editor/input */\n 'query.label': 'Query',\n /** Label for the \"Query URL\" field, shown after executing a query, and allows for copying */\n 'query.url': 'Query URL',\n\n /** Label for \"End to End time\" information of the fetched query */\n 'result.end-to-end-time-label': 'End-to-end',\n /** Label for \"Execution time\" information of the fetched query */\n 'result.execution-time-label': 'Uitvoering',\n /** Label for \"Result\" explorer/view */\n 'result.label': 'Resultaat',\n /** Tooltip text shown when the query result is not encodable as CSV */\n 'result.save-result-as-csv.not-csv-encodable':
|
|
1
|
+
{"version":3,"file":"vision.js","sources":["../../src/vision.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Label for action \"Copy to clipboard\", tied to the \"Query URL\" field. Also used for accessibility purposes on button */\n 'action.copy-url-to-clipboard': 'Kopiëren naar klembord',\n /** Label for stopping an ongoing listen operation */\n 'action.listen-cancel': 'Stoppen',\n /** Label for setting up a listener */\n 'action.listen-execute': 'Luisteren',\n /** Label for cancelling an ongoing query */\n 'action.query-cancel': 'Annuleren',\n /** Label for executing the query, eg doing a fetch */\n 'action.query-execute': 'Ophalen',\n\n /**\n * Some features has a \"New\" label indicating that the feature was recently introduced.\n * This defines what the text of that label is. Keep it short and sweet.\n */\n 'label.new': 'Nieuw',\n\n /** Error message for when the \"Params\" input are not a valid json */\n 'params.error.params-invalid-json': 'Parameters zijn geen geldige JSON',\n /** Label for \"Params\" (parameters) editor/input */\n 'params.label': 'Parameters',\n\n /** Label for 'Column' indicator when there is an error within the query */\n 'query.error.column': 'Kolom',\n /** Label for 'Line' indicator when there is an error within the query */\n 'query.error.line': 'Regel',\n /** Label for \"Query\" editor/input */\n 'query.label': 'Query',\n /** Label for the \"Query URL\" field, shown after executing a query, and allows for copying */\n 'query.url': 'Query URL',\n\n /** Label for \"End to End time\" information of the fetched query */\n 'result.end-to-end-time-label': 'End-to-end',\n /** Label for \"Execution time\" information of the fetched query */\n 'result.execution-time-label': 'Uitvoering',\n /** Label for \"Result\" explorer/view */\n 'result.label': 'Resultaat',\n /** Tooltip text shown when the query result is not encodable as CSV */\n 'result.save-result-as-csv.not-csv-encodable': 'Resultaat kan niet als CSV gecodeerd worden',\n /** Label for \"Save result as\" result action */\n 'result.save-result-as-format': 'Resultaat opslaan als <SaveResultButtons/>',\n /**\n * \"Not applicable\" message for when there is no Execution time or End to End time information\n * available for the query (eg when the query has not been executed, or errored)\n */\n 'result.timing-not-applicable': 'n.v.t.',\n\n /** Label for the \"API version\" dropdown in settings */\n 'settings.api-version-label': 'API-versie',\n /** Label for the \"Custom API version\" input in settings, shown when \"other\" is chosen as API version */\n 'settings.custom-api-version-label': 'Aangepaste API-versie',\n /** Label for the \"Dataset\" dropdown in vision settings */\n 'settings.dataset-label': 'Dataset',\n /** Error label for when the API version in 'Custom API version' input is invalid */\n 'settings.error.invalid-api-version': 'Ongeldige API-versie',\n /** Label for the \"other\" versions within the \"API version\" dropdown */\n 'settings.other-api-version-label': 'Andere',\n /**\n * Label for the \"Perspective\" dropdown in vision settings\n * @see {@link https://www.sanity.io/docs/perspectives}\n */\n 'settings.perspective-label': 'Perspectief',\n /** Call to action to read the docs related to \"Perspectives\" */\n 'settings.perspectives.action.docs-link': 'Lees de documentatie',\n /** Description for popover that explains what \"Perspectives\" are */\n 'settings.perspectives.description':\n 'Perspectieven stellen je in staat om je query uit te voeren tegen verschillende \"weergaven\" van de inhoud in je dataset',\n /** Title for popover that explains what \"Perspectives\" are */\n 'settings.perspectives.title': 'Perspectieven',\n})\n"],"names":[],"mappings":";;AAEA,aAAe,8BAA+B,CAAA;AAAA;AAAA,EAE5C,8BAAgC,EAAA,2BAAA;AAAA;AAAA,EAEhC,sBAAwB,EAAA,SAAA;AAAA;AAAA,EAExB,uBAAyB,EAAA,WAAA;AAAA;AAAA,EAEzB,qBAAuB,EAAA,WAAA;AAAA;AAAA,EAEvB,sBAAwB,EAAA,SAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAMxB,WAAa,EAAA,OAAA;AAAA;AAAA,EAGb,kCAAoC,EAAA,mCAAA;AAAA;AAAA,EAEpC,cAAgB,EAAA,YAAA;AAAA;AAAA,EAGhB,oBAAsB,EAAA,OAAA;AAAA;AAAA,EAEtB,kBAAoB,EAAA,OAAA;AAAA;AAAA,EAEpB,aAAe,EAAA,OAAA;AAAA;AAAA,EAEf,WAAa,EAAA,WAAA;AAAA;AAAA,EAGb,8BAAgC,EAAA,YAAA;AAAA;AAAA,EAEhC,6BAA+B,EAAA,YAAA;AAAA;AAAA,EAE/B,cAAgB,EAAA,WAAA;AAAA;AAAA,EAEhB,6CAA+C,EAAA,6CAAA;AAAA;AAAA,EAE/C,8BAAgC,EAAA,4CAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAKhC,8BAAgC,EAAA,QAAA;AAAA;AAAA,EAGhC,4BAA8B,EAAA,YAAA;AAAA;AAAA,EAE9B,mCAAqC,EAAA,uBAAA;AAAA;AAAA,EAErC,wBAA0B,EAAA,SAAA;AAAA;AAAA,EAE1B,oCAAsC,EAAA,sBAAA;AAAA;AAAA,EAEtC,kCAAoC,EAAA,QAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAKpC,4BAA8B,EAAA,aAAA;AAAA;AAAA,EAE9B,wCAA0C,EAAA,sBAAA;AAAA;AAAA,EAE1C,mCACE,EAAA,yHAAA;AAAA;AAAA,EAEF,6BAA+B,EAAA,eAAA;AACjC,CAAC,CAAA;;;;"}
|
package/package.json
CHANGED
package/src/vision.ts
CHANGED
|
@@ -39,9 +39,9 @@ export default removeUndefinedLocaleResources({
|
|
|
39
39
|
/** Label for "Result" explorer/view */
|
|
40
40
|
'result.label': 'Resultaat',
|
|
41
41
|
/** Tooltip text shown when the query result is not encodable as CSV */
|
|
42
|
-
'result.save-result-as-csv.not-csv-encodable':
|
|
42
|
+
'result.save-result-as-csv.not-csv-encodable': 'Resultaat kan niet als CSV gecodeerd worden',
|
|
43
43
|
/** Label for "Save result as" result action */
|
|
44
|
-
'result.save-result-as-format':
|
|
44
|
+
'result.save-result-as-format': 'Resultaat opslaan als <SaveResultButtons/>',
|
|
45
45
|
/**
|
|
46
46
|
* "Not applicable" message for when there is no Execution time or End to End time information
|
|
47
47
|
* available for the query (eg when the query has not been executed, or errored)
|