Files
reactShop/src/i18n/locales/uk/common.js
2025-07-16 09:21:40 +02:00

20 lines
676 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export default {
"loading": "Завантаження...", // Lädt...
"error": "Помилка", // Fehler
"close": "Закрити", // Schließen
"save": "Зберегти", // Speichern
"cancel": "Скасувати", // Abbrechen
"ok": "OK", // OK
"yes": "Так", // Ja
"no": "Ні", // Nein
"next": "Далі", // Weiter
"back": "Назад", // Zurück
"edit": "Редагувати", // Bearbeiten
"delete": "Видалити", // Löschen
"add": "Додати", // Hinzufügen
"remove": "Видалити", // Entfernen
"products": "Продукти", // Produkte
"product": "Продукт", // Produkt
"days": "Дні" // Tage
};