Archived
2
0

lint fix.

This commit is contained in:
Miroslav Šedivý
2022-11-19 16:01:57 +01:00
parent 04cd943eb4
commit fac8700192
21 changed files with 160 additions and 144 deletions

View File

@ -115,5 +115,5 @@ export const notifications = {
export const files = {
downloads: 'Herunterladen',
uploads: 'Hochladen',
upload_here: 'Klicken oder ziehen Sie Dateien zum Hochladen hierher'
upload_here: 'Klicken oder ziehen Sie Dateien zum Hochladen hierher',
}

View File

@ -117,5 +117,5 @@ export const notifications = {
export const files = {
downloads: 'Downloads',
uploads: 'Uploads',
upload_here: 'Click or drag files here to upload'
upload_here: 'Click or drag files here to upload',
}

View File

@ -124,5 +124,5 @@ export const notifications = {
export const files = {
downloads: 'Descargas',
uploads: 'Cargar',
upload_here: 'Haga clic o arrastre los archivos aquí para cargarlos'
upload_here: 'Haga clic o arrastre los archivos aquí para cargarlos',
}

View File

@ -117,5 +117,5 @@ export const notifications = {
export const files = {
downloads: 'Lataukset',
uploads: 'Lataa',
upload_here: 'Klikkaa tai vedä tiedostoja tähän ladataksesi'
upload_here: 'Klikkaa tai vedä tiedostoja tähän ladataksesi',
}

View File

@ -85,7 +85,7 @@ export const setting = {
chat_sound: 'Jouer le son du tchat',
keyboard_layout: 'Langue du clavier',
file_transfer: 'Transfert de fichiers',
unpriv_file_transfer: 'Transfert de fichiers d\'utilisateurs',
unpriv_file_transfer: "Transfert de fichiers d'utilisateurs",
// TODO
//broadcast_title: 'Live Broadcast',
}
@ -124,5 +124,5 @@ export const notifications = {
export const files = {
downloads: 'Téléchargements',
uploads: 'Télécharger',
upload_here: 'Cliquez ou faites glisser les fichiers ici pour les télécharger'
upload_here: 'Cliquez ou faites glisser les fichiers ici pour les télécharger',
}

View File

@ -115,5 +115,5 @@ export const notifications = {
export const files = {
downloads: '다운로드',
uploads: '업로드',
upload_here: '업로드할 파일을 여기로 클릭하거나 드래그하세요.'
upload_here: '업로드할 파일을 여기로 클릭하거나 드래그하세요.',
}

View File

@ -124,5 +124,5 @@ export const notifications = {
export const files = {
downloads: 'Overførsler',
uploads: 'Overfør',
upload_here: 'Klik eller træk filer her for at uploade'
upload_here: 'Klik eller træk filer her for at uploade',
}

View File

@ -117,5 +117,5 @@ export const notifications = {
export const files = {
downloads: 'Загрузки',
uploads: 'Загрузить',
upload_here: 'Нажмите или перетащите сюда файлы для загрузки'
upload_here: 'Нажмите или перетащите сюда файлы для загрузки',
}

View File

@ -120,5 +120,5 @@ export const notifications = {
export const files = {
downloads: 'Stiahnutia',
uploads: 'Nahrávanie',
upload_here: 'Kliknutím alebo pretiahnutím súborov sem ich môžete nahrať'
upload_here: 'Kliknutím alebo pretiahnutím súborov sem ich môžete nahrať',
}

View File

@ -124,5 +124,5 @@ export const notifications = {
export const files = {
downloads: 'Nedladdningar',
uploads: 'Ladda upp',
upload_here: 'Klicka eller dra filer hit för att ladda upp dem'
upload_here: 'Klicka eller dra filer hit för att ladda upp dem',
}

View File

@ -117,5 +117,5 @@ export const notifications = {
export const files = {
downloads: '下载',
uploads: '上传',
upload_here: '点击或拖动文件到这里来上传'
upload_here: '点击或拖动文件到这里来上传',
}