@sanity/locale-cs-cz 1.1.21 → 1.1.22

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/locale-cs-cz",
3
- "version": "1.1.21",
3
+ "version": "1.1.22",
4
4
  "private": false,
5
5
  "description": "Czech / Čeština locale/translation for Sanity Studio",
6
6
  "keywords": [
package/src/studio.ts CHANGED
@@ -5,27 +5,48 @@ export default removeUndefinedLocaleResources({
5
5
  'about-dialog.version-info.auto-updates.disabled': 'Zakázáno',
6
6
  /** "Enabled" status for auto-updates in About-dialog */
7
7
  'about-dialog.version-info.auto-updates.enabled': 'Povoleno',
8
- /** "Auto Updates" status header in About-dialog */
8
+ /** @deprecated "Auto Updates" status header in About-dialog */
9
9
  'about-dialog.version-info.auto-updates.header': 'Automatické aktualizace',
10
- /** "How to enable" next to Disabled state for Auto updates in about dialog */
10
+ /** "How to enable" next to Disabled state for Auto updates in version info dialog */
11
11
  'about-dialog.version-info.auto-updates.how-to-enable': 'Jak povolit',
12
+ /** "Manage version" link text */
13
+ 'about-dialog.version-info.auto-updates.manage-version': 'Spravovat verzi',
12
14
  /** Text displayed on the "Copy to clipboard"-button after clicked */
13
15
  'about-dialog.version-info.copy-to-clipboard-button.copied-text':
14
16
  'Zkopírováno do schránky. Veselé vkládání!',
15
17
  /** "Copy to Clipboard" button text for copying version details from About-dialog */
16
18
  'about-dialog.version-info.copy-to-clipboard-button.text': 'Kopírovat do schránky',
17
- /** "Current version" header in about dialog */
19
+ /** "Current version" header in version info dialog */
18
20
  'about-dialog.version-info.current-version.header': 'Současná verze',
19
- /** "How to upgrade" link text */
21
+ /** @deprecated "How to upgrade" link text */
20
22
  'about-dialog.version-info.how-to-upgrade': 'Jak aktualizovat',
21
- /** "Latest version" header in about dialog */
23
+ /** "Latest version" header in version info dialog */
22
24
  'about-dialog.version-info.latest-version.header': 'Nejnovější verze',
23
- /** "Latest version" header in about dialog */
24
- 'about-dialog.version-info.latest-version.text': 'Nejnovější verze je {{latestVersion}}',
25
- /** "Up to date" status in About-dialog */
25
+ /** Info text when auto updates is enabled and a new version is available */
26
+ 'about-dialog.version-info.new-auto-update-version-available': 'Dostupná nová verze',
27
+ /** "New version" header in version info dialog - Note that this is not necessary a *higher* version compared to current:
28
+ * It's a new version configured for auto updates which in some cases could even be a version below current */
29
+ 'about-dialog.version-info.new-version.text': 'Nová verze',
30
+ /** "Reload"-button when auto updates is enabled and a new version is available */
31
+ 'about-dialog.version-info.reload': 'Znovu načíst',
32
+ /** "Reload to update"-tooltip when auto updates is enabled and a new version is available */
33
+ 'about-dialog.version-info.reload-to-update': 'Znovu načíst Studio pro aktualizaci',
34
+ /** "New version available" tooltip in About-dialog */
35
+ 'about-dialog.version-info.tooltip.new-version-available': 'Dostupná nová verze',
36
+ /** "Prerelease" tooltip in About-dialog */
37
+ 'about-dialog.version-info.tooltip.prerelease': 'Předběžné vydání',
38
+ /** "Up to date" tooltip in About-dialog */
39
+ 'about-dialog.version-info.tooltip.up-to-date': 'Aktuální',
40
+ /** @deprecated "Up to date" status in About-dialog */
26
41
  'about-dialog.version-info.up-to-date': 'Aktuální',
42
+ /** "Upgrade"-button text */
43
+ 'about-dialog.version-info.update-button.text': 'Aktualizovat',
44
+ /** "Upgrade"-button tooltip text */
45
+ 'about-dialog.version-info.update-button.tooltip': 'Zjistěte, jak aktualizovat Sanity Studio',
27
46
  /** "User agent" header in About-dialog */
28
47
  'about-dialog.version-info.user-agent.header': 'Uživatelský agent',
48
+ /** "View on GitHub" link from version info dialog */
49
+ 'about-dialog.version-info.view-on-github': 'Zobrazit na GitHubu',
29
50
 
30
51
  /** The text used in the tooltip shown in the dialog close button */
31
52
  'announcement.dialog.close': 'Zavřít',
@@ -169,6 +190,8 @@ export default removeUndefinedLocaleResources({
169
190
  /** Menu Items for Media Library Asset Source */
170
191
  'asset-sources.media-library.file.title': 'Mediální knihovna',
171
192
  'asset-sources.media-library.image.title': 'Mediální knihovna',
193
+ /** Info messages for the Media Library Asset Source */
194
+ 'asset-sources.media-library.select-dialog.title': 'Výběr {{assetType}} pro {{targetTitle}}',
172
195
 
173
196
  /** Label when a release has been deleted by a different user */
174
197
  'banners.deleted-bundle-banner.text': "Vydání '<strong>{{title}}</strong>' bylo smazáno.",
@@ -528,6 +551,8 @@ export default removeUndefinedLocaleResources({
528
551
  'help-resources.action.join-our-community': 'Připojte se k naší komunitě',
529
552
  /** Information for what the latest sanity version is */
530
553
  'help-resources.latest-sanity-version': 'Nejnovější verze je {{latestVersion}}',
554
+ /** Menu item for reloading Studio to update */
555
+ 'help-resources.studio-auto-update-now': 'Znovu načíst pro aktualizaci na verzi v{{newVersion}}',
531
556
  /** Information for what studio version the current studio is running */
532
557
  'help-resources.studio-version': 'Verze Sanity Studio {{studioVersion}}',
533
558
  /** Title for help and resources menus */
@@ -1206,9 +1231,9 @@ export default removeUndefinedLocaleResources({
1206
1231
  /** Title for "Create new document" dialog */
1207
1232
  'new-document.title': 'Vytvořit nový dokument',
1208
1233
 
1209
- /** Label for button that will make the browser reload when users' studio version is out-of-date */
1234
+ /** @deprecated Label for button that will make the browser reload when users' studio version is out-of-date */
1210
1235
  'package-version.new-package-available.reload-button': 'Klikněte pro obnovení',
1211
- /** Title of the alert for studio users when packages in their studio are out-of-date */
1236
+ /** @deprecated Title of the alert for studio users when packages in their studio are out-of-date */
1212
1237
  'package-version.new-package-available.title': 'Sanity Studio je připraveno k aktualizaci!',
1213
1238
 
1214
1239
  /** Label for action to invite members to the current studio project */