mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 00:34:28 +08:00
support user custom exchange rates data
This commit is contained in:
@@ -1171,6 +1171,9 @@
|
||||
"invalid beancount file": "Недійсний файл Beancount",
|
||||
"not support include directive for beancount file": "Не підтримується директива \"include\" у файлі Beancount",
|
||||
"invalid amount expression": "Недійсний вираз суми",
|
||||
"user custom exchange rate data not found": "User custom exchange rate data is not found",
|
||||
"cannot update exchange rate data for base currency": "Cannot update exchange rate data for base currency",
|
||||
"cannot delete exchange rate data for base currency": "Cannot delete exchange rate data for base currency",
|
||||
"query items cannot be blank": "Елементи запиту не можуть бути порожніми",
|
||||
"query items too much": "Занадто багато елементів запиту",
|
||||
"query items have invalid item": "Запит містить недійсний елемент",
|
||||
@@ -2039,6 +2042,7 @@
|
||||
"WebAuthn is not enabled": "WebAuthn не увімкнено",
|
||||
"Are you sure you want to re-login?": "Ви впевнені, що хочете увійти знову?",
|
||||
"Exchange Rates Data": "Дані про курси валют",
|
||||
"User Custom": "User Custom",
|
||||
"Base Currency": "Базова валюта",
|
||||
"Base Amount": "Базова сума",
|
||||
"Set as Base": "Зробити базовою",
|
||||
@@ -2049,6 +2053,11 @@
|
||||
"Exchange rates data has been updated": "Курси валют оновлено",
|
||||
"Exchange rates data is up to date": "Курси валют оновлено",
|
||||
"Unable to retrieve exchange rates data": "Не вдалося отримати курси валют",
|
||||
"Update User Custom Exchange Rate": "Update User Custom Exchange Rate",
|
||||
"You have updated exchange rate": "You have updated exchange rate",
|
||||
"Unable to update user custom exchange rate": "Unable to update user custom exchange rate",
|
||||
"Are you sure you want to delete this user custom exchange rate?": "Are you sure you want to delete this user custom exchange rate?",
|
||||
"Unable to delete this user custom exchange rate": "Unable to delete this user custom exchange rate",
|
||||
"Use on Mobile Device": "Використовувати на мобільному пристрої",
|
||||
"You can scan the QR code below on your mobile device.": "Ви можете відсканувати наведений нижче QR-код на своєму мобільному пристрої.",
|
||||
"Switch to Mobile Version": "Переключитися на мобільну версію",
|
||||
|
||||
Reference in New Issue
Block a user