Skip to content

Commit

Permalink
fix(hr-HR): automated translation updates (#726)
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 Oct 15, 2024
1 parent d791f70 commit d889d68
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions locales/hr-HR/src/structure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ export default removeUndefinedLocaleResources({
'banners.permission-check-banner.missing-permission_update_other':
'Vaše uloge <Roles/> nemaju dozvolu za ažuriranje ovog dokumenta.',
/** The pending text for the request permission button that appears for viewer roles */
'banners.permission-check-banner.request-permission-button.sent': undefined, // 'Editor request sent'
'banners.permission-check-banner.request-permission-button.sent': 'Zahtjev za uređivanje poslan',
/** The text for the request permission button that appears for viewer roles */
'banners.permission-check-banner.request-permission-button.text': undefined, // 'Ask to edit'
'banners.permission-check-banner.request-permission-button.text': 'Zatraži pravo na uređivanje',
/** The text for the reload button */
'banners.reference-changed-banner.reason-changed.reload-button.text': 'Ponovno učitaj referencu',
/** The text for the reference change banner if the reason is that the reference has been changed */
Expand Down Expand Up @@ -405,19 +405,22 @@ export default removeUndefinedLocaleResources({
'production-preview.menu-item.title': 'Otvori pregled',

/** The text for the confirm button in the request permission dialog used in the permissions banner */
'request-permission-dialog.confirm-button.text': undefined, // 'Send request'
'request-permission-dialog.confirm-button.text': 'Pošalji zahtjev',
/** The description text for the request permission dialog used in the permissions banner */
'request-permission-dialog.description.text': undefined, // 'Your request will be sent to the project administrator(s). If you\'d like, you can also include a note'
'request-permission-dialog.description.text':
'Vaš zahtjev će biti poslan administratoru(ima) projekta. Ako želite, možete uključiti i bilješku',
/** The header/title for the request permission dialog used in the permissions banner */
'request-permission-dialog.header.text': undefined, // 'Ask for edit access'
'request-permission-dialog.header.text': 'Zatraži pristup za uređivanje',
/** The text describing the note input for the request permission dialog used in the permissions banner */
'request-permission-dialog.note-input.description.text': undefined, // 'If you\'d like, you can add a note'
'request-permission-dialog.note-input.description.text': 'Ako želite, možete dodati bilješku',
/** The placeholder for the note input in the request permission dialog used in the permissions banner */
'request-permission-dialog.note-input.placeholder.text': undefined, // 'Add note...'
'request-permission-dialog.note-input.placeholder.text': 'Dodaj bilješku...',
/** The error/warning text in the request permission dialog when the user's request has been declined */
'request-permission-dialog.warning.denied.text': undefined, // 'Your request to access this project has been declined.'
'request-permission-dialog.warning.denied.text':
'Vaš zahtjev za pristup ovom projektu je odbijen.',
/** The error/warning text in the request permission dialog when the user's request has been denied due to too many outstanding requests */
'request-permission-dialog.warning.limit-reached.text': undefined, // 'You\'ve reached the limit for role requests across all projects. Please wait before submitting more requests or contact an administrator for assistance.'
'request-permission-dialog.warning.limit-reached.text':
'Dosegli ste limit za zahtjeve uloga u svim projektima. Pričekajte prije slanja novih zahtjeva ili kontaktirajte administratora za pomoć.',

/** Label for button when status is saved */
'status-bar.document-status-pulse.status.saved.text': 'Spremljeno',
Expand Down

0 comments on commit d889d68

Please sign in to comment.