@sanity/locale-is-is 1.2.5 → 1.2.7
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.
- package/dist/_chunks-cjs/structure.cjs +28 -6
- package/dist/_chunks-cjs/structure.cjs.map +1 -1
- package/dist/_chunks-cjs/studio.cjs +10 -0
- package/dist/_chunks-cjs/studio.cjs.map +1 -1
- package/dist/_chunks-es/structure.js +28 -6
- package/dist/_chunks-es/structure.js.map +1 -1
- package/dist/_chunks-es/studio.js +10 -0
- package/dist/_chunks-es/studio.js.map +1 -1
- package/package.json +1 -1
- package/src/structure.ts +33 -6
- package/src/studio.ts +11 -0
package/package.json
CHANGED
package/src/structure.ts
CHANGED
|
@@ -82,18 +82,29 @@ export default removeUndefinedLocaleResources({
|
|
|
82
82
|
'banners.deleted-document-banner.text': 'Þessu skjali hefur verið eytt.',
|
|
83
83
|
/** The text content for the deprecated document type banner */
|
|
84
84
|
'banners.deprecated-document-type-banner.text': 'Þessi skjaltýpa er úrelt.',
|
|
85
|
-
/** The text for
|
|
85
|
+
/** The text for publish action for discarding the version */
|
|
86
|
+
'banners.live-edit-draft-banner.discard.tooltip': 'Henda drögunum',
|
|
87
|
+
/** The text for publish action for the draft banner */
|
|
88
|
+
'banners.live-edit-draft-banner.publish.tooltip': 'Birta til að halda áfram að breyta',
|
|
89
|
+
/** The text content for the live edit document when it's a draft */
|
|
90
|
+
'banners.live-edit-draft-banner.text':
|
|
91
|
+
'Tegundin <strong>{{schemaType}}</strong> hefur <code>liveEdit</code> virkt, en drög að þessu skjali eru til. Birta eða henda drögunum til að halda áfram að breyta því í rauntíma.',
|
|
92
|
+
/** The text for the permission check banner if the user only has one role, and it does not allow publishing this document */
|
|
86
93
|
'banners.permission-check-banner.missing-permission_create_one':
|
|
87
94
|
'Hlutverk þitt <Roles/> hefur ekki heimildir til að búa til þetta skjal.',
|
|
88
|
-
/** The text for the permission check banner if the user only has multiple roles, but they do not allow
|
|
95
|
+
/** The text for the permission check banner if the user only has multiple roles, but they do not allow publishing this document */
|
|
89
96
|
'banners.permission-check-banner.missing-permission_create_other':
|
|
90
97
|
'Hlutverk þín <Roles/> hafa ekki heimildir til að búa til þetta skjal.',
|
|
91
|
-
/** The text for the permission check banner if the user only has one role, and it does not allow
|
|
98
|
+
/** The text for the permission check banner if the user only has one role, and it does not allow editing this document */
|
|
92
99
|
'banners.permission-check-banner.missing-permission_update_one':
|
|
93
100
|
'Hlutverk þitt <Roles/> hefur ekki heimildir til að uppfæra þetta skjal.',
|
|
94
|
-
/** The text for the permission check banner if the user only has multiple roles, but they do not allow
|
|
101
|
+
/** The text for the permission check banner if the user only has multiple roles, but they do not allow editing this document */
|
|
95
102
|
'banners.permission-check-banner.missing-permission_update_other':
|
|
96
103
|
'Hlutverk þín <Roles/> hafa ekki heimildir til að uppfæra þetta skjal.',
|
|
104
|
+
/** The pending text for the request permission button that appears for viewer roles */
|
|
105
|
+
'banners.permission-check-banner.request-permission-button.sent': 'Beiðni um ritstjóra send',
|
|
106
|
+
/** The text for the request permission button that appears for viewer roles */
|
|
107
|
+
'banners.permission-check-banner.request-permission-button.text': 'Biðja um að fá að breyta',
|
|
97
108
|
/** The text for the reload button */
|
|
98
109
|
'banners.reference-changed-banner.reason-changed.reload-button.text': 'Endurhlaða tilvísun',
|
|
99
110
|
/** The text for the reference change banner if the reason is that the reference has been changed */
|
|
@@ -308,8 +319,6 @@ export default removeUndefinedLocaleResources({
|
|
|
308
319
|
'panes.document-header-title.new.text': 'Nýtt {{schemaType}}',
|
|
309
320
|
/** The text used in the document header title if no other title can be determined */
|
|
310
321
|
'panes.document-header-title.untitled.text': 'Ótitlað',
|
|
311
|
-
/** The text for the retry button on the document list pane */
|
|
312
|
-
'panes.document-list-pane.error.retry-button.text': 'Reyna aftur',
|
|
313
322
|
/** The error text on the document list pane */
|
|
314
323
|
'panes.document-list-pane.error.text': 'Villa: <Code>{{error}}</Code>',
|
|
315
324
|
/** The error title on the document list pane */
|
|
@@ -393,6 +402,24 @@ export default removeUndefinedLocaleResources({
|
|
|
393
402
|
/** The text for the "Open preview" action for a document */
|
|
394
403
|
'production-preview.menu-item.title': 'Opna forskoðun',
|
|
395
404
|
|
|
405
|
+
/** The text for the confirm button in the request permission dialog used in the permissions banner */
|
|
406
|
+
'request-permission-dialog.confirm-button.text': 'Senda beiðni',
|
|
407
|
+
/** The description text for the request permission dialog used in the permissions banner */
|
|
408
|
+
'request-permission-dialog.description.text':
|
|
409
|
+
'Beiðni þín verður send til verkefnisstjóra(nna). Ef þú vilt geturðu einnig haft með athugasemd',
|
|
410
|
+
/** The header/title for the request permission dialog used in the permissions banner */
|
|
411
|
+
'request-permission-dialog.header.text': 'Biðja um breytingarheimild',
|
|
412
|
+
/** The text describing the note input for the request permission dialog used in the permissions banner */
|
|
413
|
+
'request-permission-dialog.note-input.description.text': 'Ef þú vilt geturðu bætt við athugasemd',
|
|
414
|
+
/** The placeholder for the note input in the request permission dialog used in the permissions banner */
|
|
415
|
+
'request-permission-dialog.note-input.placeholder.text': 'Bæta við athugasemd...',
|
|
416
|
+
/** The error/warning text in the request permission dialog when the user's request has been declined */
|
|
417
|
+
'request-permission-dialog.warning.denied.text':
|
|
418
|
+
'Beiðni þinni um aðgang að þessu verkefni hefur verið hafnað.',
|
|
419
|
+
/** The error/warning text in the request permission dialog when the user's request has been denied due to too many outstanding requests */
|
|
420
|
+
'request-permission-dialog.warning.limit-reached.text':
|
|
421
|
+
'Þú hefur náð hámarki beiðna um hlutverk yfir öll verkefni. Vinsamlegast bíddu áður en þú sendir fleiri beiðnir eða hafðu samband við stjórnanda til að fá aðstoð.',
|
|
422
|
+
|
|
396
423
|
/** Label for button when status is saved */
|
|
397
424
|
'status-bar.document-status-pulse.status.saved.text': 'Vistað',
|
|
398
425
|
/** Label for button when status is syncing */
|
package/src/studio.ts
CHANGED
|
@@ -1,6 +1,17 @@
|
|
|
1
1
|
import {removeUndefinedLocaleResources} from 'sanity'
|
|
2
2
|
|
|
3
3
|
export default removeUndefinedLocaleResources({
|
|
4
|
+
/** The text used in the tooltip shown in the dialog close button */
|
|
5
|
+
'announcement.dialog.close': 'Loka',
|
|
6
|
+
/** Aria label to be used in the dialog close button */
|
|
7
|
+
'announcement.dialog.close-label': 'Loka glugga',
|
|
8
|
+
/**Text to be used in the tooltip in the button in the studio announcement card */
|
|
9
|
+
'announcement.floating-button.dismiss': 'Loka',
|
|
10
|
+
/**Aria label to be used in the floating button in the studio announcement card, to dismiss the card */
|
|
11
|
+
'announcement.floating-button.dismiss-label': 'Hafna tilkynningum',
|
|
12
|
+
/**Aria label to be used in the floating button in the studio announcement card */
|
|
13
|
+
'announcement.floating-button.open-label': 'Opna tilkynningar',
|
|
14
|
+
|
|
4
15
|
/** Menu item for deleting the asset */
|
|
5
16
|
'asset-source.asset-list.menu.delete': 'Eyða',
|
|
6
17
|
/** Menu item for showing where a particular asset is used */
|