Skip to content

Commit

Permalink
fix(sv-SE): automated translation updates (#527)
Browse files Browse the repository at this point in the history
Co-authored-by: AutoTranslator <hello@sanity.io>
  • Loading branch information
github-actions[bot] and AutoTranslator authored Jul 15, 2024
1 parent 19443ad commit 624777d
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 27 deletions.
66 changes: 40 additions & 26 deletions locales/sv-SE/src/copy-paste.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,57 +2,71 @@ import {removeUndefinedLocaleResources} from 'sanity'

export default removeUndefinedLocaleResources({
/** Text on the field action button to copy a document */
'copy-paste.field-action-copy-button.document.title': undefined, // 'Copy document'
'copy-paste.field-action-copy-button.document.title': 'Kopiera dokument',
/** Text on the field action button to copy a field */
'copy-paste.field-action-copy-button.field.title': undefined, // 'Copy field'
'copy-paste.field-action-copy-button.field.title': 'Kopiera fält',
/** Text on the field action button to paste a document */
'copy-paste.field-action-paste-button.document.title': undefined, // 'Paste document'
'copy-paste.field-action-paste-button.document.title': 'Klistra in dokument',
/** Text on the field action button to paste a field */
'copy-paste.field-action-paste-button.field.title': undefined, // 'Paste field'
'copy-paste.field-action-paste-button.field.title': 'Klistra in fält',
/** The error message that is shown when the clipboard is not supported */
'copy-paste.on-copy.validation.clipboard-not-supported.title': undefined, // 'Your browser does not support this action'
'copy-paste.on-copy.validation.clipboard-not-supported.title':
'Din webbläsare stöder inte denna åtgärd',
/** The success message that is shown when a document is copied */
'copy-paste.on-copy.validation.copy-document-success.title': undefined, // 'Document "{{fieldNames}}" copied'
'copy-paste.on-copy.validation.copy-document-success.title': 'Dokument "{{fieldNames}}" kopierat',
/** The success message that is shown when a field is copied */
'copy-paste.on-copy.validation.copy-field_one-success.title': undefined, // 'Field "{{fieldName}}" copied'
'copy-paste.on-copy.validation.copy-field_one-success.title': 'Fält "{{fieldName}}" kopierat',
/** The error message that is shown when there is no value to copy */
'copy-paste.on-copy.validation.no-value.title': undefined, // 'Empty value, nothing to copy'
'copy-paste.on-copy.validation.no-value.title': 'Tomt värde, inget att kopiera',
/** --- On copy --- */
/** The error message that is shown when schema types are incompatible */
'copy-paste.on-copy.validation.schema-type-incompatible.title': undefined, // 'Could not resolve schema type for path: {{path}}'
'copy-paste.on-copy.validation.schema-type-incompatible.title':
'Kunde inte lösa schematyp för sökväg: {{path}}',
/** The validation message that is shown when array types are incompatible */
'copy-paste.on-paste.validation.array-type-incompatible.description': undefined, // 'Value of type "{{type}}" is not allowed in this array field'
'copy-paste.on-paste.validation.array-type-incompatible.description':
'Värde av typen "{{type}}" är inte tillåtet i detta arrayfält',
/** The validation message that is shown when array values are incompatible */
'copy-paste.on-paste.validation.array-value-incompatible.description': undefined, // 'Value of type "{{type}}" is not allowed in this array field'
'copy-paste.on-paste.validation.array-value-incompatible.description':
'Värde av typen "{{type}}" är inte tillåtet i detta arrayfält',
/** The validation message that is shown when the clipboard is empty */
'copy-paste.on-paste.validation.clipboard-empty.title': undefined, // 'Nothing to paste'
'copy-paste.on-paste.validation.clipboard-empty.title': 'Inget att klistra in',
/** The validation message that is shown when the clipboard item is invalid */
'copy-paste.on-paste.validation.clipboard-invalid.title': undefined, // 'Invalid clipboard item'
'copy-paste.on-paste.validation.clipboard-invalid.title': 'Ogiltigt urklippsobjekt',
/** The success message that is shown when a document is pasted */
'copy-paste.on-paste.validation.document-paste-success.title': undefined, // 'Document "{{fieldNames}}" updated'
'copy-paste.on-paste.validation.document-paste-success.title':
'Dokument "{{fieldNames}}" uppdaterat',
/** The success message that is shown when a field is pasted */
'copy-paste.on-paste.validation.field_one-paste-success.title': undefined, // 'Field "{{fieldName}}" updated'
'copy-paste.on-paste.validation.field_one-paste-success.title': 'Fält "{{fieldName}}" uppdaterat',
/** The validation message that is shown when image files are incompatible */
'copy-paste.on-paste.validation.image-file-incompatible.description': undefined, // 'A "{{sourceSchemaType}}" is not allowed in a "{{targetSchemaType}}"'
'copy-paste.on-paste.validation.image-file-incompatible.description':
'En "{{sourceSchemaType}}" är inte tillåten i en "{{targetSchemaType}}"',
/** The error message that is shown when the MIME type is not accepted */
'copy-paste.on-paste.validation.mime-type-incompatible.description': undefined, // 'MIME type "{{mimeType}}" is not accepted for this field'
'copy-paste.on-paste.validation.mime-type-incompatible.description':
'MIME-typ "{{mimeType}}" är inte accepterad för detta fält',
/** The error message that is shown when the MIME type validation fails */
'copy-paste.on-paste.validation.mime-type-validation-failed.description': undefined, // 'MIME type validation failed'
'copy-paste.on-paste.validation.mime-type-validation-failed.description':
'Validering av MIME-typ misslyckades',
/** The warning message that is shown when not all values can be pasted */
'copy-paste.on-paste.validation.partial-warning.title': undefined, // 'Could not paste all values'
'copy-paste.on-paste.validation.partial-warning.title': 'Kunde inte klistra in alla värden',
/** The validation message that is shown when primitive types are incompatible */
'copy-paste.on-paste.validation.primitive-type-incompatible.description': undefined, // 'Value of type "{{type}}" is not allowed in this field'
'copy-paste.on-paste.validation.primitive-type-incompatible.description':
'Värde av typen "{{type}}" är inte tillåtet i detta fält',
/** --- On paste --- */
/** The validation message that is shown when pasting a value into a read-only target */
'copy-paste.on-paste.validation.read-only-target.description': undefined, // 'The target is read-only'
'copy-paste.on-paste.validation.read-only-target.description': 'Målet är skrivskyddat',
/** The validation message that is shown when reference is incompatible with filter */
'copy-paste.on-paste.validation.reference-filter-incompatible.description': undefined, // 'Reference is not allowed in reference field according to filter'
'copy-paste.on-paste.validation.reference-filter-incompatible.description':
'Referens är inte tillåten i referensfält enligt filter',
/** The validation message that is shown when reference types are incompatible */
'copy-paste.on-paste.validation.reference-type-incompatible.description': undefined, // 'References of type "{{sourceReferenceType}}" is not allowed in reference field that accepts types "{{targetReferenceTypes}}"'
'copy-paste.on-paste.validation.reference-type-incompatible.description':
'Referenser av typen "{{sourceReferenceType}}" är inte tillåtna i referensfält som accepterar typer "{{targetReferenceTypes}}"',
/** The validation message that is shown when the source and target schema types are incompatible */
'copy-paste.on-paste.validation.schema-type-incompatible.description': undefined, // 'Source and target schema types are not compatible'
'copy-paste.on-paste.validation.schema-type-incompatible.description':
'Käll- och målschematyper är inte kompatibla',
/** The validation message that is shown when schema types are incompatible */
'copy-paste.on-paste.validation.schema-type-incompatible.title': undefined, // 'Could not resolve schema type for path: {{path}}'
'copy-paste.on-paste.validation.schema-type-incompatible.title':
'Kunde inte lösa schematyp för sökväg: {{path}}',
/** The validation message that is shown when string values are incompatible */
'copy-paste.on-paste.validation.string-value-incompatible.description': undefined, // 'Value "{{value}}" is not allowed in "{{allowedStrings}}"'
'copy-paste.on-paste.validation.string-value-incompatible.description':
'Värdet "{{value}}" är inte tillåtet i "{{allowedStrings}}"',
})
2 changes: 1 addition & 1 deletion locales/sv-SE/src/studio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ export default removeUndefinedLocaleResources({
/** Invalid property value */
'inputs.invalid-value.title': 'Ogiltigt egenskapsvärde',
/** Title for the "All fields" field group */
'inputs.object.field-group-tabs.all-fields-title': undefined, // 'All fields'
'inputs.object.field-group-tabs.all-fields-title': 'Alla fält',
/** Aria label for the "Field groups" select control on smaller screens */
'inputs.object.field-group-tabs.aria-label': 'Fältgrupper',
/** Read-only field description */
Expand Down

0 comments on commit 624777d

Please sign in to comment.