diff --git a/frontend/src/locales/locale-en.json b/frontend/src/locales/locale-en.json index c66a57f0..8121afd1 100644 --- a/frontend/src/locales/locale-en.json +++ b/frontend/src/locales/locale-en.json @@ -143,6 +143,7 @@ "Do you want to save the changes you made?": "", "Do you want to update $N elements?": "", "Do you want to upload the file and replace the current media file?": "", + "Documentation": "", "Done": "", "Down arrow": "", "Download": "", diff --git a/frontend/src/locales/locale-es.json b/frontend/src/locales/locale-es.json index 95b34151..0e482db1 100644 --- a/frontend/src/locales/locale-es.json +++ b/frontend/src/locales/locale-es.json @@ -143,6 +143,7 @@ "Do you want to save the changes you made?": "¿Desea guardar los cambios?", "Do you want to update $N elements?": "¿Desea actualizar $N elementos?", "Do you want to upload the file and replace the current media file?": "¿Desea subir el fichero y reemplazar el recurso multimedia actual?", + "Documentation": "Documentación", "Done": "Listo", "Down arrow": "Flecha abajo", "Download": "Descargar", diff --git a/frontend/src/locales/locale-fr.json b/frontend/src/locales/locale-fr.json index decf2625..6317a0e8 100644 --- a/frontend/src/locales/locale-fr.json +++ b/frontend/src/locales/locale-fr.json @@ -143,6 +143,7 @@ "Do you want to save the changes you made?": "Voulez-vous enregistrer les modifications que vous avez apportées ?", "Do you want to update $N elements?": "Voulez-vous mettre à jour les éléments $N ?", "Do you want to upload the file and replace the current media file?": "Voulez-vous télécharger le fichier et remplacer le fichier multimédia actuel ?", + "Documentation": "Documentation", "Done": "Fait", "Down arrow": "Flèche vers le bas", "Download": "Télécharger", diff --git a/frontend/src/locales/locale-it.json b/frontend/src/locales/locale-it.json index ba0e91ba..d5cc54d4 100644 --- a/frontend/src/locales/locale-it.json +++ b/frontend/src/locales/locale-it.json @@ -143,6 +143,7 @@ "Do you want to save the changes you made?": "Vuoi salvare le modifiche apportate?", "Do you want to update $N elements?": "Vuoi aggiornare $N elementi?", "Do you want to upload the file and replace the current media file?": "Vuoi caricare il file e sostituire il file multimediale corrente?", + "Documentation": "Documentazione", "Done": "Fatto", "Down arrow": "Freccia in giù", "Download": "Scaricamento", diff --git a/frontend/src/locales/locale-ja.json b/frontend/src/locales/locale-ja.json index 78608ffa..47908f43 100644 --- a/frontend/src/locales/locale-ja.json +++ b/frontend/src/locales/locale-ja.json @@ -143,6 +143,7 @@ "Do you want to save the changes you made?": "加えた変更を保存しますか?", "Do you want to update $N elements?": "$N 要素を更新しますか?", "Do you want to upload the file and replace the current media file?": "ファイルをアップロードして現在のメディア ファイルを置き換えますか?", + "Documentation": "ドキュメンテーション", "Done": "終わり", "Down arrow": "下矢印", "Download": "ダウンロード", diff --git a/frontend/src/locales/locale-pt.json b/frontend/src/locales/locale-pt.json index 0c75d120..ba81efff 100644 --- a/frontend/src/locales/locale-pt.json +++ b/frontend/src/locales/locale-pt.json @@ -143,6 +143,7 @@ "Do you want to save the changes you made?": "Deseja salvar as alterações feitas?", "Do you want to update $N elements?": "Você deseja atualizar os elementos $N?", "Do you want to upload the file and replace the current media file?": "Deseja fazer upload do arquivo e substituir o arquivo de mídia atual?", + "Documentation": "Documentação", "Done": "Feito", "Down arrow": "Seta para baixo", "Download": "Download",