Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex Russell
deck-react-native
Commits
36e389f3
Commit
36e389f3
authored
Aug 30, 2021
by
Oleksii Korotich
Browse files
Added translations in Russian and Ukrainian
parent
bd5b22d6
Pipeline
#441288
passed with stage
in 15 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
i18n/i18n.js
View file @
36e389f3
import
*
as
Localization
from
'
expo-localization
'
;
import
i18n
from
'
i18n-js
'
;
import
{
en
,
fr
}
from
'
./languages
'
;
import
{
en
,
fr
,
ru
,
ua
}
from
'
./languages
'
;
i18n
.
fallbacks
=
true
;
i18n
.
defaultLocale
=
'
en
'
;
i18n
.
translations
=
{
en
,
fr
};
i18n
.
translations
=
{
en
,
fr
,
ru
,
ua
};
i18n
.
locale
=
Localization
.
locale
;
export
{
i18n
};
\ No newline at end of file
i18n/languages.js
View file @
36e389f3
...
...
@@ -26,4 +26,34 @@ export const fr = {
setDueDate
:
'
Définir une échéance
'
,
setUrl
:
'
Veuillez entrer l
\'
URL de votre serveur Nextcloud
'
,
title
:
'
Titre:
'
,
}
\ No newline at end of file
}
export
const
en
=
{
create
:
'
Создать
'
,
createCard
:
'
Создать карточку
'
,
delete
:
'
Удалить
'
,
description
:
'
Описание:
'
,
dueDate
:
'
Дата исполнения:
'
,
edit
:
'
Редактировать
'
,
logout
:
'
Выйти
'
,
moveCard
:
'
Переместить карточку
'
,
save
:
'
Сохранить
'
,
setDueDate
:
'
Задать дату исполнения
'
,
setUrl
:
'
Введите URL-адрес вашего сервера Nextcloud
'
,
title
:
'
Заголовок:
'
,
}
export
const
ua
=
{
create
:
'
Створити
'
,
createCard
:
'
Створити картку
'
,
delete
:
'
Видалити
'
,
description
:
'
Опис:
'
,
dueDate
:
'
Дата виконання:
'
,
edit
:
'
Редагувати
'
,
logout
:
'
Вийти
'
,
moveCard
:
'
Перемістити картку
'
,
save
:
'
Зберегти
'
,
setDueDate
:
'
Задати дату виконання
'
,
setUrl
:
'
Введіть URL-адресу вашого серверу Nextcloud
'
,
title
:
'
Заголовок:
'
,
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment