Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 10 additions & 5 deletions libs/translations/src/lib/uk.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@
"tagNameRequiredError": "введіть назву тегу",
"copyToClipboard": "Копіювати в буфер обміну",
"createdBy": "створено {{username}}",
"changedBy": "змінено на {{username}}"
"changedBy": "змінено на {{username}}",
"linkCopiedToClipboard": "Посилання скопійовано в буфер обміну!",
"qrCode": "QR-код"
},
"images": {
"uploadImage": "Завантажити зображення",
Expand Down Expand Up @@ -113,7 +115,8 @@
"noEvents": "Немає подій",
"list": {
"tabTitle": "{{groupName}} - Події"
}
},
"participants": "Учасники: <strong>{{participants}}</strong>"
},
"groups": {
"join": {
Expand Down Expand Up @@ -215,7 +218,7 @@
"transfer": "Трансфер",
"paidBy": "Оплачено",
"confirmDeleteTransactionInfo": "Ви впевнені, що бажаєте видалити транзакцію \"{{transaction.name}}\"?",
"byFor": "від {{by}}, для {{for}}",
"byFor": "Оплачено від <strong>{{by}}</strong> для <strong>{{for}}</strong>",
"createTransferForAccount": "Створити переказ до {{accountName}}",
"type": {
"mimo": "незважаючи на",
Expand All @@ -227,7 +230,8 @@
},
"currencyConversionRate": "Курс конвертації валют",
"conversionHint": "{{sourceValue}} = {{targetValue}}",
"yourBalance": "ваш баланс:"
"yourBalance": "Ваш баланс:",
"refreshCurrencyConversionRate": "Оновити"
},
"accounts": {
"participated": "Брав участь",
Expand Down Expand Up @@ -304,7 +308,8 @@
"ta": "Тамільська",
"de": "Німецький",
"uk": "Українська",
"bg": "Болгарська"
"bg": "Болгарська",
"ru": "Російська"
},
"shareSelect": {
"showEvents": "Показати події",
Expand Down