augmenttoolkit / shared /src /i18n /uk /shared.ts
Leon4gr45's picture
Upload folder using huggingface_hub (part 9)
cb43fbd verified
Raw
History Blame Contribute Delete
891 Bytes
import type { TranslationStrings } from '../types';
const shared: TranslationStrings = {
'shared.expired': 'Посилання прострочено або недійсне',
'shared.expiredHint': 'Це посилання на поїздку більше не активне.',
'shared.readOnly': 'Тільки для читання',
'shared.tabPlan': 'План',
'shared.tabBookings': 'Бронювання',
'shared.tabPacking': 'Багаж',
'shared.tabBudget': 'Бюджет',
'shared.tabChat': 'Чат',
'shared.days': 'днів',
'shared.places': 'місць',
'shared.other': 'Інше',
'shared.totalBudget': 'Загальний бюджет',
'shared.messages': 'повідомлень',
'shared.sharedVia': 'Поділено через',
'shared.confirmed': 'Підтверджено',
'shared.pending': 'Очікує',
};
export default shared;