augmenttoolkit / shared /src /i18n /br /share.ts
Leon4gr45's picture
Upload folder using huggingface_hub (part 7)
98fbc6d verified
Raw
History Blame Contribute Delete
604 Bytes
import type { TranslationStrings } from '../types';
const share: TranslationStrings = {
'share.linkTitle': 'Link público',
'share.linkHint':
'Crie um link que qualquer pessoa pode usar para ver esta viagem sem fazer login. Somente leitura — sem edição possível.',
'share.createLink': 'Criar link',
'share.deleteLink': 'Excluir link',
'share.createError': 'Não foi possível criar o link',
'share.permMap': 'Mapa e plano',
'share.permBookings': 'Reservas',
'share.permPacking': 'Mala',
'share.permBudget': 'Orçamento',
'share.permCollab': 'Chat',
};
export default share;