-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into dependabot/npm_and_yarn/axios-and-staart/s…
…ite-0.21.4
- Loading branch information
Showing
3 changed files
with
193 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,189 @@ | ||
export const uk = { | ||
upload: "Завантажити", | ||
cancel: "Відмінити", | ||
close: "Закрити", | ||
uploading: "Завантаження...", | ||
uploaded: "Завантажено", | ||
fetching: "Отримання зображення з $1$...", | ||
poweredBy: "Розроблено $1$", | ||
needHelp: "Потрібна допомога?", | ||
|
||
units: { | ||
px: " піксел", | ||
"%": "%", | ||
deg: "°", | ||
}, | ||
|
||
errors: { | ||
response_not_ok: "Сталася помилка під час виклику файлу", | ||
unable_to_search: "Сталася помилка пошуку", | ||
invalid_service_url: "Це не $A$ $1$ URL адреса", | ||
invalid_url: "Ця URL адреса недійсна", | ||
upload_aborted: "Ваше завантаження скасовано", | ||
upload_error: "Сталася помилка під час завантаження цього файлу", | ||
file_type_not_allowed: "Цей тип файлу не підтримується", | ||
file_too_large: "Файл має бути менший ніж $1$", | ||
}, | ||
|
||
help: { | ||
loading: "Завантаження допомоги...", | ||
close: "Відмовитись від допомоги", | ||
}, | ||
|
||
services: { | ||
default: { | ||
heading: "Оберіть зображення", | ||
}, | ||
local: { | ||
title: "Оберіть файл", | ||
button: "Оберіть", | ||
or: "або", | ||
drop: "Перетягніть файли сюди", | ||
}, | ||
camera: { | ||
title: "Камера", | ||
button: "Зняти", | ||
switch: "Змінити камеру", | ||
waiting: "Чекаю на дозвіл...", | ||
unableToRead: | ||
"Не можу побачити відео з вашої камери. Можливо, ви не надали потрібний дозвіл або ваш пристрій не підтримує доступ до камери.", | ||
}, | ||
microlink: { | ||
button: "Імпорт з $1$", | ||
label: "$1$ $2$ URL адреса", | ||
placeholder: "Введіть $A$ $1$ $2$ URL адресу", | ||
type: "ввести", | ||
}, | ||
url: { | ||
title: "Пряма URL адреса", | ||
label: "URL адреса зображення", | ||
placeholder: "Введіть URL адресу зображення", | ||
}, | ||
instagram: { | ||
title: "Instagram", | ||
}, | ||
facebook: { | ||
title: "Facebook", | ||
}, | ||
flickr: { | ||
title: "Flickr", | ||
type: "фото", | ||
}, | ||
ninegag: { | ||
title: "9GAG", | ||
type: "фото", | ||
}, | ||
deviantart: { | ||
title: "DeviantArt", | ||
}, | ||
artstation: { | ||
title: "ArtStation", | ||
}, | ||
twitter: { | ||
title: "Twitter", | ||
type: "твіт зображення", | ||
}, | ||
pinterest: { | ||
title: "Pinterest", | ||
type: "pin", | ||
}, | ||
flipboard: { | ||
title: "Flipboard", | ||
type: "стаття", | ||
}, | ||
fotki: { | ||
title: "Fotki", | ||
type: "фото", | ||
}, | ||
linkedin: { | ||
title: "LinkedIn", | ||
}, | ||
reddit: { | ||
title: "Reddit", | ||
}, | ||
tumblr: { | ||
title: "Tumblr", | ||
}, | ||
weheartit: { | ||
title: "We Heart It", | ||
}, | ||
screenshot: { | ||
title: "Скріншот", | ||
button: "Зробити знімок екрана", | ||
label: "URL адреса сторінки", | ||
placeholder: "Введіть URL сторінки", | ||
loading: "Роблю знімок екрана...", | ||
}, | ||
search: { | ||
button: "Шукати в $1$", | ||
label: "Знайти зображення", | ||
placeholder: "Спробуйте пошук", | ||
imagesPoweredBy: "Зображення запропоновані $1$", | ||
}, | ||
giphy: { | ||
title: "GIPHY", | ||
}, | ||
unsplash: { | ||
title: "Unsplash", | ||
}, | ||
pixabay: { | ||
title: "Pixabay", | ||
}, | ||
pexels: { | ||
title: "Pexels", | ||
}, | ||
}, | ||
|
||
effects: { | ||
preview: { | ||
title: "Попередній перегляд", | ||
}, | ||
filters: { | ||
title: "Фільтри", | ||
}, | ||
crop: { | ||
title: "Обрізання", | ||
aspectRatios: { | ||
free: "Вільне", | ||
square: "Квадрат", | ||
}, | ||
}, | ||
rotate: { | ||
title: "Обертання", | ||
}, | ||
flip: { | ||
title: "Відображення", | ||
buttons: { | ||
horizontal: "Горизонтальне", | ||
vertical: "Вертикальне", | ||
}, | ||
}, | ||
sharpen: { | ||
title: "Різкість", | ||
}, | ||
blur: { | ||
title: "Розмиття", | ||
}, | ||
brightness: { | ||
title: "Яскравість", | ||
}, | ||
contrast: { | ||
title: "Контраст", | ||
}, | ||
grayscale: { | ||
title: "Відтінки сірого", | ||
}, | ||
"hue-rotate": { | ||
title: "Обернення відтінку", | ||
}, | ||
invert: { | ||
title: "Інверсія", | ||
}, | ||
saturate: { | ||
title: "Насиченість", | ||
}, | ||
sepia: { | ||
title: "Сепія", | ||
}, | ||
}, | ||
}; |