added more translations: fr, it, ru, uk
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
en:
|
||||
start_sorting_images: 'Start sorting %{image_count} image(s)\n'
|
||||
done_sorting_images: 'Sorted %{image_count} image(s) in %{time} seconds'
|
||||
done_sorting_images: '%{image_count} image(s) sorted in %{time} seconds'
|
||||
done: 'Done'
|
||||
no_images_found: 'No images found'
|
||||
5
src/i18n_translations/fr.yml
Normal file
5
src/i18n_translations/fr.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
fr:
|
||||
start_sorting_images: 'Tri de %{image_count} image(s) en cours'
|
||||
done_sorting_images: '%{image_count} image(s) triée(s) en %{time} secondes'
|
||||
done: 'Terminé'
|
||||
no_images_found: 'Aucune image trouvée'
|
||||
5
src/i18n_translations/it.yml
Normal file
5
src/i18n_translations/it.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
it:
|
||||
start_sorting_images: 'Ordinamento di %{image_count} immagine(i) avviato'
|
||||
done_sorting_images: '%{image_count} immagine(i) ordinate in %{time} secondi'
|
||||
done: 'Fatto'
|
||||
no_images_found: 'Nessuna immagine trovata'
|
||||
5
src/i18n_translations/ru.yml
Normal file
5
src/i18n_translations/ru.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
ru:
|
||||
start_sorting_images: 'Начата сортировка %{image_count} изображения(ий)'
|
||||
done_sorting_images: '%{image_count} изображение(ий) отсортировано за %{time} секунд'
|
||||
done: 'Готово'
|
||||
no_images_found: 'Изображения не найдены'
|
||||
5
src/i18n_translations/uk.yml
Normal file
5
src/i18n_translations/uk.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
uk:
|
||||
start_sorting_images: 'Розпочато сортування %{image_count} зображення(ь)'
|
||||
done_sorting_images: '%{image_count} зображення(ь) відсортовано за %{time} секунд'
|
||||
done: 'Готово'
|
||||
no_images_found: 'Зображень не знайдено'
|
||||
Reference in New Issue
Block a user