added translations
This commit is contained in:
parent
4885c2d69e
commit
bbfa0d5834
@ -15,7 +15,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="transfer-area">
|
<div class="transfer-area">
|
||||||
<div class="transfers" v-if="transfers.length > 0">
|
<div class="transfers" v-if="transfers.length > 0">
|
||||||
<p v-if="downloads.length > 0">Downloads</p>
|
<p v-if="downloads.length > 0">{{ $t('files.downloads') }}</p>
|
||||||
<div v-for="download in downloads" :key="download.id" class="transfers-list-item">
|
<div v-for="download in downloads" :key="download.id" class="transfers-list-item">
|
||||||
<div class="transfer-info">
|
<div class="transfer-info">
|
||||||
<i class="fas transfer-status" :class="{ 'fa-arrows-rotate': download.status !== 'completed', 'fa-check': download.status === 'completed' }"></i>
|
<i class="fas transfer-status" :class="{ 'fa-arrows-rotate': download.status !== 'completed', 'fa-check': download.status === 'completed' }"></i>
|
||||||
@ -26,7 +26,7 @@
|
|||||||
<progress class="transfer-progress" :aria-label="download.name + ' progress'" :value="download.progress"
|
<progress class="transfer-progress" :aria-label="download.name + ' progress'" :value="download.progress"
|
||||||
:max="download.size"></progress>
|
:max="download.size"></progress>
|
||||||
</div>
|
</div>
|
||||||
<p v-if="uploads.length > 0">Uploads</p>
|
<p v-if="uploads.length > 0">{{ $t('files.uploads' )}}</p>
|
||||||
<div v-for="upload in uploads" :key="upload.id" class="transfers-list-item">
|
<div v-for="upload in uploads" :key="upload.id" class="transfers-list-item">
|
||||||
<div class="transfer-info">
|
<div class="transfer-info">
|
||||||
<i class="fas transfer-status" :class="{ 'fa-arrows-rotate': upload.status !== 'completed', 'fa-check': upload.status === 'completed' }"></i>
|
<i class="fas transfer-status" :class="{ 'fa-arrows-rotate': upload.status !== 'completed', 'fa-check': upload.status === 'completed' }"></i>
|
||||||
@ -42,7 +42,7 @@
|
|||||||
@dragover.prevent="() => uploadAreaDrag = true" @dragleave.prevent="() => uploadAreaDrag = false"
|
@dragover.prevent="() => uploadAreaDrag = true" @dragleave.prevent="() => uploadAreaDrag = false"
|
||||||
@drop.prevent="(e) => upload(e.dataTransfer)" @click="openFileBrowser">
|
@drop.prevent="(e) => upload(e.dataTransfer)" @click="openFileBrowser">
|
||||||
<i class="fas fa-file-arrow-up" />
|
<i class="fas fa-file-arrow-up" />
|
||||||
<p>Click or drag files here to upload</p>
|
<p>{{ $t('files.upload_here') }}</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -45,14 +45,14 @@
|
|||||||
</label>
|
</label>
|
||||||
</li>
|
</li>
|
||||||
<li v-if="admin">
|
<li v-if="admin">
|
||||||
<span>File transfer</span>
|
<span>{{ $t('setting.file_transfer') }}</span>
|
||||||
<label class="switch">
|
<label class="switch">
|
||||||
<input type="checkbox" v-model="file_transfer" />
|
<input type="checkbox" v-model="file_transfer" />
|
||||||
<span />
|
<span />
|
||||||
</label>
|
</label>
|
||||||
</li>
|
</li>
|
||||||
<li v-if="admin && file_transfer">
|
<li v-if="admin && file_transfer">
|
||||||
<span>Non-admin file transfer</span>
|
<span>{{ $t('setting.unpriv_file_transfer') }}</span>
|
||||||
<label class="switch">
|
<label class="switch">
|
||||||
<input type="checkbox" v-model="unpriv_file_transfer" />
|
<input type="checkbox" v-model="unpriv_file_transfer" />
|
||||||
<span />
|
<span />
|
||||||
|
@ -7,6 +7,7 @@ export const send_a_message = 'Sende eine Nachricht'
|
|||||||
|
|
||||||
export const side = {
|
export const side = {
|
||||||
chat: 'Chat',
|
chat: 'Chat',
|
||||||
|
files: 'Dateien',
|
||||||
settings: 'Einstellungen',
|
settings: 'Einstellungen',
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -77,6 +78,8 @@ export const setting = {
|
|||||||
ignore_emotes: 'Emotes ignorieren',
|
ignore_emotes: 'Emotes ignorieren',
|
||||||
chat_sound: 'Chat-Sound abspielen',
|
chat_sound: 'Chat-Sound abspielen',
|
||||||
keyboard_layout: 'Tastaturbelegung',
|
keyboard_layout: 'Tastaturbelegung',
|
||||||
|
file_transfer: 'Dateiübertragung',
|
||||||
|
unpriv_file_transfer: 'Übertragung von Benutzerdateien',
|
||||||
broadcast_title: 'Live-Übertragung',
|
broadcast_title: 'Live-Übertragung',
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -108,3 +111,9 @@ export const notifications = {
|
|||||||
muted: '{name} stummgeschaltet',
|
muted: '{name} stummgeschaltet',
|
||||||
unmuted: '{name} stummschaltung aufgehoben',
|
unmuted: '{name} stummschaltung aufgehoben',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export const files = {
|
||||||
|
downloads: 'Herunterladen',
|
||||||
|
uploads: 'Hochladen',
|
||||||
|
upload_here: 'Klicken oder ziehen Sie Dateien zum Hochladen hierher'
|
||||||
|
}
|
||||||
|
@ -80,6 +80,8 @@ export const setting = {
|
|||||||
ignore_emotes: 'Ignore Emotes',
|
ignore_emotes: 'Ignore Emotes',
|
||||||
chat_sound: 'Play Chat Sound',
|
chat_sound: 'Play Chat Sound',
|
||||||
keyboard_layout: 'Keyboard Layout',
|
keyboard_layout: 'Keyboard Layout',
|
||||||
|
file_transfer: 'File Transfer',
|
||||||
|
unpriv_file_transfer: 'Non-admin File Transfer',
|
||||||
broadcast_title: 'Live Broadcast',
|
broadcast_title: 'Live Broadcast',
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -111,3 +113,9 @@ export const notifications = {
|
|||||||
muted: 'muted {name}',
|
muted: 'muted {name}',
|
||||||
unmuted: 'unmuted {name}',
|
unmuted: 'unmuted {name}',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export const files = {
|
||||||
|
downloads: 'Downloads',
|
||||||
|
uploads: 'Uploads',
|
||||||
|
upload_here: 'Click or drag files here to upload'
|
||||||
|
}
|
||||||
|
@ -8,6 +8,7 @@ export const send_a_message = 'Enviar un mensaje'
|
|||||||
|
|
||||||
export const side = {
|
export const side = {
|
||||||
chat: 'Chat',
|
chat: 'Chat',
|
||||||
|
files: 'Archivos',
|
||||||
settings: 'Configuración',
|
settings: 'Configuración',
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -83,6 +84,8 @@ export const setting = {
|
|||||||
ignore_emotes: 'Ignorar Emotes',
|
ignore_emotes: 'Ignorar Emotes',
|
||||||
chat_sound: 'Reproducir Sonidos Chat',
|
chat_sound: 'Reproducir Sonidos Chat',
|
||||||
keyboard_layout: 'Keyboard Layout',
|
keyboard_layout: 'Keyboard Layout',
|
||||||
|
file_transfer: 'Transferencia de archivos',
|
||||||
|
unpriv_file_transfer: 'Transferencia de archivos de usuario',
|
||||||
// TODO
|
// TODO
|
||||||
//broadcast_title: 'Live Broadcast',
|
//broadcast_title: 'Live Broadcast',
|
||||||
}
|
}
|
||||||
@ -117,3 +120,9 @@ export const notifications = {
|
|||||||
muted: '{name} silenciado',
|
muted: '{name} silenciado',
|
||||||
unmuted: '{name} no silenciado',
|
unmuted: '{name} no silenciado',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export const files = {
|
||||||
|
downloads: 'Descargas',
|
||||||
|
uploads: 'Cargar',
|
||||||
|
upload_here: 'Haga clic o arrastre los archivos aquí para cargarlos'
|
||||||
|
}
|
||||||
|
@ -7,6 +7,7 @@ export const send_a_message = 'Lähetä viesti'
|
|||||||
|
|
||||||
export const side = {
|
export const side = {
|
||||||
chat: 'Chatti',
|
chat: 'Chatti',
|
||||||
|
files: 'Tiedostot',
|
||||||
settings: 'Asetukset',
|
settings: 'Asetukset',
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -79,6 +80,8 @@ export const setting = {
|
|||||||
ignore_emotes: 'Estä emojit',
|
ignore_emotes: 'Estä emojit',
|
||||||
chat_sound: 'Soita viesti ääni',
|
chat_sound: 'Soita viesti ääni',
|
||||||
keyboard_layout: 'Näppäimistöasettelu',
|
keyboard_layout: 'Näppäimistöasettelu',
|
||||||
|
file_transfer: 'Tiedoston siirto',
|
||||||
|
unpriv_file_transfer: 'Käyttäjän tiedostojen siirto',
|
||||||
broadcast_title: 'Suora Lähetys',
|
broadcast_title: 'Suora Lähetys',
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -110,3 +113,9 @@ export const notifications = {
|
|||||||
muted: 'mykistetty {name}',
|
muted: 'mykistetty {name}',
|
||||||
unmuted: 'poistettu mykistys {name}',
|
unmuted: 'poistettu mykistys {name}',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export const files = {
|
||||||
|
downloads: 'Lataukset',
|
||||||
|
uploads: 'Lataa',
|
||||||
|
upload_here: 'Klikkaa tai vedä tiedostoja tähän ladataksesi'
|
||||||
|
}
|
||||||
|
@ -8,6 +8,7 @@ export const send_a_message = 'Envoyer un message'
|
|||||||
|
|
||||||
export const side = {
|
export const side = {
|
||||||
chat: 'Chat',
|
chat: 'Chat',
|
||||||
|
files: 'Fichiers',
|
||||||
settings: 'Paramètres',
|
settings: 'Paramètres',
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -83,6 +84,8 @@ export const setting = {
|
|||||||
ignore_emotes: 'Ignorer les Emotes',
|
ignore_emotes: 'Ignorer les Emotes',
|
||||||
chat_sound: 'Jouer le son du tchat',
|
chat_sound: 'Jouer le son du tchat',
|
||||||
keyboard_layout: 'Langue du clavier',
|
keyboard_layout: 'Langue du clavier',
|
||||||
|
file_transfer: 'Transfert de fichiers',
|
||||||
|
unpriv_file_transfer: 'Transfert de fichiers d\'utilisateurs',
|
||||||
// TODO
|
// TODO
|
||||||
//broadcast_title: 'Live Broadcast',
|
//broadcast_title: 'Live Broadcast',
|
||||||
}
|
}
|
||||||
@ -117,3 +120,9 @@ export const notifications = {
|
|||||||
muted: 'a mute {name}',
|
muted: 'a mute {name}',
|
||||||
unmuted: 'a démute {name}',
|
unmuted: 'a démute {name}',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
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'
|
||||||
|
}
|
||||||
|
@ -7,6 +7,7 @@ export const send_a_message = '메세지 보내기'
|
|||||||
|
|
||||||
export const side = {
|
export const side = {
|
||||||
chat: '채팅',
|
chat: '채팅',
|
||||||
|
files: '파일',
|
||||||
settings: '설정',
|
settings: '설정',
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -77,6 +78,8 @@ export const setting = {
|
|||||||
ignore_emotes: '이모지 무시',
|
ignore_emotes: '이모지 무시',
|
||||||
chat_sound: '채팅 소리 재생',
|
chat_sound: '채팅 소리 재생',
|
||||||
keyboard_layout: '키보드 레이아웃',
|
keyboard_layout: '키보드 레이아웃',
|
||||||
|
file_transfer: '파일 전송',
|
||||||
|
unpriv_file_transfer: '사용자 파일 전송',
|
||||||
broadcast_title: '실시간 방송',
|
broadcast_title: '실시간 방송',
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -108,3 +111,9 @@ export const notifications = {
|
|||||||
muted: '{name} 님이 뮤트됐습니다',
|
muted: '{name} 님이 뮤트됐습니다',
|
||||||
unmuted: '{name} 님의 뮤트가 해제됐습니다',
|
unmuted: '{name} 님의 뮤트가 해제됐습니다',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export const files = {
|
||||||
|
downloads: '다운로드',
|
||||||
|
uploads: '업로드',
|
||||||
|
upload_here: '업로드할 파일을 여기로 클릭하거나 드래그하세요.'
|
||||||
|
}
|
||||||
|
@ -8,6 +8,7 @@ export const send_a_message = 'Send en melding'
|
|||||||
|
|
||||||
export const side = {
|
export const side = {
|
||||||
chat: 'Sludring',
|
chat: 'Sludring',
|
||||||
|
files: 'Filer',
|
||||||
settings: 'Innstillinger',
|
settings: 'Innstillinger',
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -83,6 +84,8 @@ export const setting = {
|
|||||||
ignore_emotes: 'Ignorer smilefjes',
|
ignore_emotes: 'Ignorer smilefjes',
|
||||||
chat_sound: 'Sludringslyd',
|
chat_sound: 'Sludringslyd',
|
||||||
keyboard_layout: 'Tastaturoppsett',
|
keyboard_layout: 'Tastaturoppsett',
|
||||||
|
file_transfer: 'Filoverførsel',
|
||||||
|
unpriv_file_transfer: 'Overførsel af brugerfiler',
|
||||||
// TODO
|
// TODO
|
||||||
//broadcast_title: 'Live Broadcast',
|
//broadcast_title: 'Live Broadcast',
|
||||||
}
|
}
|
||||||
@ -117,3 +120,9 @@ export const notifications = {
|
|||||||
muted: 'forstummet {name}',
|
muted: 'forstummet {name}',
|
||||||
unmuted: 'opphevet forstummingen av {name}',
|
unmuted: 'opphevet forstummingen av {name}',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export const files = {
|
||||||
|
downloads: 'Overførsler',
|
||||||
|
uploads: 'Overfør',
|
||||||
|
upload_here: 'Klik eller træk filer her for at uploade'
|
||||||
|
}
|
||||||
|
@ -7,6 +7,7 @@ export const send_a_message = 'Отправить сообщение'
|
|||||||
|
|
||||||
export const side = {
|
export const side = {
|
||||||
chat: 'Чат',
|
chat: 'Чат',
|
||||||
|
files: 'Файлы',
|
||||||
settings: 'Настройки',
|
settings: 'Настройки',
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -79,6 +80,8 @@ export const setting = {
|
|||||||
ignore_emotes: 'Игнорировать эмоции',
|
ignore_emotes: 'Игнорировать эмоции',
|
||||||
chat_sound: 'Проигрывать звук чата',
|
chat_sound: 'Проигрывать звук чата',
|
||||||
keyboard_layout: 'Раскладка клавиатуры',
|
keyboard_layout: 'Раскладка клавиатуры',
|
||||||
|
file_transfer: 'Передача файлов',
|
||||||
|
unpriv_file_transfer: 'Передача файлов пользователей',
|
||||||
broadcast_title: 'Прямой эфир',
|
broadcast_title: 'Прямой эфир',
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -110,3 +113,9 @@ export const notifications = {
|
|||||||
muted: 'заглушен {name}',
|
muted: 'заглушен {name}',
|
||||||
unmuted: 'не заглушен {name}',
|
unmuted: 'не заглушен {name}',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export const files = {
|
||||||
|
downloads: 'Загрузки',
|
||||||
|
uploads: 'Загрузить',
|
||||||
|
upload_here: 'Нажмите или перетащите сюда файлы для загрузки'
|
||||||
|
}
|
||||||
|
@ -8,6 +8,7 @@ export const send_a_message = 'Odoslať správu'
|
|||||||
|
|
||||||
export const side = {
|
export const side = {
|
||||||
chat: 'Chat',
|
chat: 'Chat',
|
||||||
|
files: 'Súbory',
|
||||||
settings: 'Nastavenia',
|
settings: 'Nastavenia',
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -82,6 +83,8 @@ export const setting = {
|
|||||||
ignore_emotes: 'Ignorovať smajlíky',
|
ignore_emotes: 'Ignorovať smajlíky',
|
||||||
chat_sound: 'Prehrávať zvuky chatu',
|
chat_sound: 'Prehrávať zvuky chatu',
|
||||||
keyboard_layout: 'Rozloženie klávesnice',
|
keyboard_layout: 'Rozloženie klávesnice',
|
||||||
|
file_transfer: 'Prenos súborov',
|
||||||
|
unpriv_file_transfer: 'Prenos súborov používateľa',
|
||||||
broadcast_title: 'Živé vysielanie',
|
broadcast_title: 'Živé vysielanie',
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -113,3 +116,9 @@ export const notifications = {
|
|||||||
muted: 'zakázal chat používateľovi {name}',
|
muted: 'zakázal chat používateľovi {name}',
|
||||||
unmuted: 'povolil chat používateľovi {name}',
|
unmuted: 'povolil chat používateľovi {name}',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export const files = {
|
||||||
|
downloads: 'Stiahnutia',
|
||||||
|
uploads: 'Nahrávanie',
|
||||||
|
upload_here: 'Kliknutím alebo pretiahnutím súborov sem ich môžete nahrať'
|
||||||
|
}
|
||||||
|
@ -8,6 +8,7 @@ export const send_a_message = 'Skicka ett meddelande'
|
|||||||
|
|
||||||
export const side = {
|
export const side = {
|
||||||
chat: 'Chatt',
|
chat: 'Chatt',
|
||||||
|
files: 'Filer',
|
||||||
settings: 'Inställningar',
|
settings: 'Inställningar',
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -83,6 +84,8 @@ export const setting = {
|
|||||||
ignore_emotes: 'Ignorera Emotes',
|
ignore_emotes: 'Ignorera Emotes',
|
||||||
chat_sound: 'Spela Chatt Ljud',
|
chat_sound: 'Spela Chatt Ljud',
|
||||||
keyboard_layout: 'Tangentbordslayout',
|
keyboard_layout: 'Tangentbordslayout',
|
||||||
|
file_transfer: 'Överföring av filer',
|
||||||
|
unpriv_file_transfer: 'Överföring av användarfiler',
|
||||||
// TODO
|
// TODO
|
||||||
//broadcast_title: 'Live Broadcast',
|
//broadcast_title: 'Live Broadcast',
|
||||||
}
|
}
|
||||||
@ -117,3 +120,9 @@ export const notifications = {
|
|||||||
muted: 'tystade {name}',
|
muted: 'tystade {name}',
|
||||||
unmuted: 'tog bort tystningen på {name}',
|
unmuted: 'tog bort tystningen på {name}',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export const files = {
|
||||||
|
downloads: 'Nedladdningar',
|
||||||
|
uploads: 'Ladda upp',
|
||||||
|
upload_here: 'Klicka eller dra filer hit för att ladda upp dem'
|
||||||
|
}
|
||||||
|
@ -7,6 +7,7 @@ export const send_a_message = '发送消息'
|
|||||||
|
|
||||||
export const side = {
|
export const side = {
|
||||||
chat: '聊天',
|
chat: '聊天',
|
||||||
|
files: '文件',
|
||||||
settings: '设置',
|
settings: '设置',
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -79,6 +80,8 @@ export const setting = {
|
|||||||
ignore_emotes: '忽略表情符号',
|
ignore_emotes: '忽略表情符号',
|
||||||
chat_sound: '播放聊天声音',
|
chat_sound: '播放聊天声音',
|
||||||
keyboard_layout: '键盘布局',
|
keyboard_layout: '键盘布局',
|
||||||
|
file_transfer: '文件传输',
|
||||||
|
unpriv_file_transfer: '用户文件传输',
|
||||||
broadcast_title: '现场流媒体',
|
broadcast_title: '现场流媒体',
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -110,3 +113,9 @@ export const notifications = {
|
|||||||
muted: '鸟粪 {name}',
|
muted: '鸟粪 {name}',
|
||||||
unmuted: '取消静音 {name}',
|
unmuted: '取消静音 {name}',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export const files = {
|
||||||
|
downloads: '下载',
|
||||||
|
uploads: '上传',
|
||||||
|
upload_here: '点击或拖动文件到这里来上传'
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user