augmenttoolkit / shared /src /i18n /pl /shared.ts
Leon4gr45's picture
Upload folder using huggingface_hub (part 8)
48f8f0c verified
Raw
History Blame Contribute Delete
757 Bytes
import type { TranslationStrings } from '../types';
const shared: TranslationStrings = {
'shared.expired': 'Link wygasł lub jest nieprawidłowy',
'shared.expiredHint': 'Ten link do podróży jest już nieaktywny.',
'shared.readOnly': 'Widok udostępniony tylko do odczytu',
'shared.tabPlan': 'Plan',
'shared.tabBookings': 'Rezerwacje',
'shared.tabPacking': 'Lista pakowania',
'shared.tabBudget': 'Budżet',
'shared.tabChat': 'Czat',
'shared.days': 'dni',
'shared.places': 'miejsca',
'shared.other': 'Inne',
'shared.totalBudget': 'Całkowity budżet',
'shared.messages': 'wiadomości',
'shared.sharedVia': 'Udostępnione przez',
'shared.confirmed': 'Potwierdzone',
'shared.pending': 'Oczekujące',
};
export default shared;