mirror of
https://github.com/voltbonn/profile-picture-generator.git
synced 2024-12-22 15:55:08 +00:00
added more languages
This commit is contained in:
parent
8bf08eed92
commit
e90ca497d0
7 changed files with 133 additions and 0 deletions
|
@ -11,6 +11,12 @@ import { negotiateLanguages } from '@fluent/langneg'
|
|||
export const locales = {
|
||||
de: 'Deutsch',
|
||||
en: 'English',
|
||||
es: 'Español',
|
||||
fr: 'Français',
|
||||
it: 'Italiano',
|
||||
nl: 'Dutch',
|
||||
pl: 'Polska',
|
||||
ru: 'Pусский',
|
||||
}
|
||||
|
||||
const _supportedLocales_ = Object.keys(locales)
|
||||
|
|
22
src/locales/es.ftl
Normal file
22
src/locales/es.ftl
Normal file
|
@ -0,0 +1,22 @@
|
|||
|
||||
alt_volt_logo = Volt Logo
|
||||
title_profile_generator = Fotografía del perfil
|
||||
|
||||
title_drop_photo_here = Deja tu foto aquí ...
|
||||
title_choose_photo = Elija su foto:
|
||||
text_choose_photo_info = La foto no se guarda y nunca sale de tu ordenador.
|
||||
button_load_photo = Cargar foto
|
||||
button_change_photo = Cambiar foto
|
||||
|
||||
title_choose_frame = Elija un marco:
|
||||
|
||||
title_choose_hashtag = Elija un hashtag:
|
||||
button_no_hashtag = Sin Hashtag
|
||||
|
||||
title_reposition_photo = Reposicionar la foto:
|
||||
button_download = Descargar la imagen del perfil
|
||||
|
||||
link_imprint = Pie de imprenta
|
||||
link_privacy_policy = Política de privacidad
|
||||
link_source_code = Código fuente
|
||||
|
21
src/locales/fr.ftl
Normal file
21
src/locales/fr.ftl
Normal file
|
@ -0,0 +1,21 @@
|
|||
|
||||
alt_volt_logo = Volt Logotipo
|
||||
title_profile_generator = Picture de perfil
|
||||
|
||||
title_drop_photo_here = Déposez votre photo ici ...
|
||||
title_choose_photo = Choisissez votre photo:
|
||||
text_choose_photo_info = La photo n'est pas enregistrée et ne quitte jamais votre ordinateur.
|
||||
button_load_photo = Charger la photo
|
||||
button_change_photo = Changer de photo
|
||||
|
||||
title_choose_frame = Choisissez un cadre:
|
||||
|
||||
title_choose_hashtag = Choisissez un hashtag:
|
||||
button_no_hashtag = Pas de Hashtag
|
||||
|
||||
title_reposition_photo = Repositionnez votre photo:
|
||||
button_download = Télécharger la photo du profil
|
||||
|
||||
link_imprint = Mentions légales
|
||||
link_privacy_policy = Politique de confidentialité
|
||||
link_source_code = Code source
|
21
src/locales/it.ftl
Normal file
21
src/locales/it.ftl
Normal file
|
@ -0,0 +1,21 @@
|
|||
|
||||
alt_volt_logo = Volt Logo
|
||||
title_profile_generator = Figura del profilo
|
||||
|
||||
title_drop_photo_here = Lascia qui la tua foto ...
|
||||
title_choose_photo = Scegli la tua foto:
|
||||
text_choose_photo_info = La foto non viene salvata e non lascia mai il tuo computer.
|
||||
button_load_photo = Carica foto
|
||||
button_change_photo = Cambia foto
|
||||
|
||||
title_choose_frame = Scegliere una cornice:
|
||||
|
||||
title_choose_hashtag = Scegliere un hashtag:
|
||||
button_no_hashtag = Nessun hashtag
|
||||
|
||||
title_reposition_photo = Riposiziona la tua foto:
|
||||
button_download = Scarica l'immagine del profilo
|
||||
|
||||
link_imprint = Impronta
|
||||
link_privacy_policy = Politica sulla privacy
|
||||
link_source_code = Codice sorgente
|
21
src/locales/nl.ftl
Normal file
21
src/locales/nl.ftl
Normal file
|
@ -0,0 +1,21 @@
|
|||
|
||||
alt_volt_logo = Volt Logo
|
||||
title_profile_generator = Profiel afbeelding
|
||||
|
||||
title_drop_photo_here = Laat je foto hier ...
|
||||
title_choose_photo = Kies uw foto:
|
||||
text_choose_photo_info = De foto wordt niet opgeslagen en verlaat nooit uw computer.
|
||||
button_load_photo = Laad Foto
|
||||
button_change_photo = Verander foto
|
||||
|
||||
title_choose_frame = Kies een frame:
|
||||
|
||||
title_choose_hashtag = Kies een hashtag:
|
||||
button_no_hashtag = Geen Hashtag
|
||||
|
||||
title_reposition_photo = Herpositioneer uw foto:
|
||||
button_download = Download Profielfoto
|
||||
|
||||
link_imprint = Afdruk
|
||||
link_privacy_policy = Privacybeleid
|
||||
link_source_code = Broncode
|
21
src/locales/pl.ftl
Normal file
21
src/locales/pl.ftl
Normal file
|
@ -0,0 +1,21 @@
|
|||
|
||||
alt_volt_logo = Volt Logo
|
||||
title_profile_generator = Zdjęcie profilowe
|
||||
|
||||
title_drop_photo_here = Wrzuć swoje zdjęcie tutaj ...
|
||||
title_choose_photo = Wybierz swoje zdjęcie:
|
||||
text_choose_photo_info = Zdjęcie nie jest zapisywane i nigdy nie opuszcza Twojego komputera.
|
||||
button_load_photo = Załaduj zdjęcie
|
||||
button_change_photo = Zmień zdjęcie
|
||||
|
||||
title_choose_frame = Wybierz ramkę:
|
||||
|
||||
title_choose_hashtag = Wybierz hashtag:
|
||||
button_no_hashtag = Bez Hashtagu
|
||||
|
||||
title_reposition_photo = Zmień położenie zdjęcia:
|
||||
button_download = Pobierz zdjęcie profilowe
|
||||
|
||||
link_imprint = Nadruk
|
||||
link_privacy_policy = Polityka prywatności
|
||||
link_source_code = Kod źródłowy
|
21
src/locales/ru.ftl
Normal file
21
src/locales/ru.ftl
Normal file
|
@ -0,0 +1,21 @@
|
|||
|
||||
alt_volt_logo = Volt Логотип
|
||||
title_profile_generator = Рамки профиля
|
||||
|
||||
title_drop_photo_here = Бросьте ваше фото здесь ...
|
||||
title_choose_photo = Выберите вашу фотографию:
|
||||
text_choose_photo_info = Фотография не сохраняется и никогда не покидает компьютер.
|
||||
button_load_photo = Загрузка фото
|
||||
button_change_photo = Изменить Фотографию
|
||||
|
||||
title_choose_frame = Выберите рамку:
|
||||
|
||||
title_choose_hashtag = Выбрать хэштег:
|
||||
button_no_hashtag = Нет Хэштег
|
||||
|
||||
title_reposition_photo = Переместить вашу фотографию:
|
||||
button_download = Скачать фотографию профиля
|
||||
|
||||
link_imprint = Вывод
|
||||
link_privacy_policy = Политика конфиденциальности
|
||||
link_source_code = Исходный код
|
Loading…
Reference in a new issue