Skip to content

Commit

Permalink
fix(fi-FI): automated translation updates (#725)
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 1, 2024
1 parent 3404058 commit 244b670
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions locales/fi-FI/src/structure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ export default removeUndefinedLocaleResources({
'banners.permission-check-banner.missing-permission_update_other':
'Roolisi <Roles/> eivät anna oikeuksia päivittää tätä asiakirjaa.',
/** 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': 'Muokkauspyyntö lähetetty',
/** 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': 'Pyydä muokkausoikeutta',
/** The text for the reload button */
'banners.reference-changed-banner.reason-changed.reload-button.text': 'Lataa viite uudelleen',
/** The text for the reference change banner if the reason is that the reference has been changed */
Expand Down Expand Up @@ -408,19 +408,22 @@ export default removeUndefinedLocaleResources({
'production-preview.menu-item.title': 'Avaa esikatselu',

/** 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': 'Lähetä pyyntö',
/** 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':
'Pyyntösi lähetetään projektin ylläpitäjä(ille). Voit halutessasi liittää mukaan myös viestin',
/** 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': 'Pyydä muokkausoikeutta',
/** 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': 'Voit halutessasi lisätä viestin',
/** 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': 'Lisää viesti...',
/** 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':
'Pyyntösi päästä käsiksi tähän projektiin on hylätty.',
/** 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':
'Olet saavuttanut roolipyyntöjen rajan kaikissa projekteissa. Odota ennen uusien pyyntöjen lähettämistä tai ota yhteyttä ylläpitäjään saadaksesi apua.',

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

0 comments on commit 244b670

Please sign in to comment.