Spaces:
Sleeping
Sleeping
| import type { TranslationStrings } from '../types'; | |
| const share: TranslationStrings = { | |
| 'share.linkTitle': 'Veřejný odkaz', | |
| 'share.linkHint': | |
| 'Vytvořte odkaz, kterým si může kdokoli prohlédnout tuto cestu bez přihlášení. Pouze pro čtení — úpravy nejsou možné.', | |
| 'share.createLink': 'Vytvořit odkaz', | |
| 'share.deleteLink': 'Smazat odkaz', | |
| 'share.createError': 'Nepodařilo se vytvořit odkaz', | |
| 'share.permMap': 'Mapa a plán', | |
| 'share.permBookings': 'Rezervace', | |
| 'share.permPacking': 'Balení', | |
| 'share.permBudget': 'Rozpočet', | |
| 'share.permCollab': 'Chat', | |
| }; | |
| export default share; | |