Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
D
Desktop Client
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SpinShare
Desktop Client
Commits
800593a0
Commit
800593a0
authored
Apr 07, 2020
by
Andreas Heimann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added context menu translations
parent
c93dcb38
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
12 additions
and
1 deletion
+12
-1
src/assets/css/userdetail.css
src/assets/css/userdetail.css
+1
-0
src/assets/css/userdetail.less
src/assets/css/userdetail.less
+1
-0
src/assets/js/section.library.js
src/assets/js/section.library.js
+1
-1
src/locale/de.json
src/locale/de.json
+1
-0
src/locale/en.json
src/locale/en.json
+1
-0
src/locale/es.json
src/locale/es.json
+1
-0
src/locale/fr.json
src/locale/fr.json
+1
-0
src/locale/nl.json
src/locale/nl.json
+1
-0
src/locale/pt-BR.json
src/locale/pt-BR.json
+1
-0
src/locale/ru.json
src/locale/ru.json
+1
-0
src/locale/speen.json
src/locale/speen.json
+1
-0
src/locale/zh-CN.json
src/locale/zh-CN.json
+1
-0
No files found.
src/assets/css/userdetail.css
View file @
800593a0
...
@@ -19,6 +19,7 @@
...
@@ -19,6 +19,7 @@
background
:
#eee
;
background
:
#eee
;
border-radius
:
50%
;
border-radius
:
50%
;
background-size
:
cover
;
background-size
:
cover
;
background-position
:
center
;
}
}
.section-user-detail
.user-detail-background
.user-detail-dim
.user-detail
.user-meta-data
.user-name
{
.section-user-detail
.user-detail-background
.user-detail-dim
.user-detail
.user-meta-data
.user-name
{
font-weight
:
bold
;
font-weight
:
bold
;
...
...
src/assets/css/userdetail.less
View file @
800593a0
...
@@ -20,6 +20,7 @@
...
@@ -20,6 +20,7 @@
background: #eee;
background: #eee;
border-radius: 50%;
border-radius: 50%;
background-size: cover;
background-size: cover;
background-position: center;
}
}
& .user-meta-data {
& .user-meta-data {
& .user-name {
& .user-name {
...
...
src/assets/js/section.library.js
View file @
800593a0
...
@@ -126,7 +126,7 @@ function BuildLibrarySongDOM(songDetail, spinShareReference) {
...
@@ -126,7 +126,7 @@ function BuildLibrarySongDOM(songDetail, spinShareReference) {
songContainer
.
addEventListener
(
'
contextmenu
'
,
function
(
e
)
{
songContainer
.
addEventListener
(
'
contextmenu
'
,
function
(
e
)
{
e
.
preventDefault
();
e
.
preventDefault
();
ClearContextMenu
();
ClearContextMenu
();
AddContextMenuItem
(
"
delete
"
,
"
Delete
"
,
function
()
{
srxdControl
.
deleteFiles
(
songDetail
)
});
AddContextMenuItem
(
"
delete
"
,
locale
.
get
(
'
library.contextmenu.delete
'
)
,
function
()
{
srxdControl
.
deleteFiles
(
songDetail
)
});
ShowContextMenu
(
e
.
clientX
,
e
.
clientY
);
ShowContextMenu
(
e
.
clientX
,
e
.
clientY
);
});
});
...
...
src/locale/de.json
View file @
800593a0
...
@@ -10,6 +10,7 @@
...
@@ -10,6 +10,7 @@
"library.installed.header"
:
"Installierte Songs"
,
"library.installed.header"
:
"Installierte Songs"
,
"library.installed.install.title"
:
"Installieren"
,
"library.installed.install.title"
:
"Installieren"
,
"library.installed.install.text"
:
"Lokale .zip installieren"
,
"library.installed.install.text"
:
"Lokale .zip installieren"
,
"library.contextmenu.delete"
:
"Löschen"
,
"songdetail.createdBy"
:
"Erstellt von "
,
"songdetail.createdBy"
:
"Erstellt von "
,
"songdetail.actions.downloadButton"
:
"Downloaden"
,
"songdetail.actions.downloadButton"
:
"Downloaden"
,
...
...
src/locale/en.json
View file @
800593a0
...
@@ -10,6 +10,7 @@
...
@@ -10,6 +10,7 @@
"library.installed.header"
:
"Installed Songs"
,
"library.installed.header"
:
"Installed Songs"
,
"library.installed.install.title"
:
"Install"
,
"library.installed.install.title"
:
"Install"
,
"library.installed.install.text"
:
"Install a local .zip"
,
"library.installed.install.text"
:
"Install a local .zip"
,
"library.contextmenu.delete"
:
"Delete"
,
"songdetail.createdBy"
:
"Created by "
,
"songdetail.createdBy"
:
"Created by "
,
"songdetail.actions.downloadButton"
:
"Download"
,
"songdetail.actions.downloadButton"
:
"Download"
,
...
...
src/locale/es.json
View file @
800593a0
...
@@ -10,6 +10,7 @@
...
@@ -10,6 +10,7 @@
"library.installed.header"
:
"Canciones Instaladas"
,
"library.installed.header"
:
"Canciones Instaladas"
,
"library.installed.install.title"
:
"Instalar"
,
"library.installed.install.title"
:
"Instalar"
,
"library.installed.install.text"
:
"Instalar un .zip local"
,
"library.installed.install.text"
:
"Instalar un .zip local"
,
"library.contextmenu.delete"
:
"Eliminar"
,
"songdetail.createdBy"
:
"Creado por "
,
"songdetail.createdBy"
:
"Creado por "
,
"songdetail.actions.downloadButton"
:
"Descargar"
,
"songdetail.actions.downloadButton"
:
"Descargar"
,
...
...
src/locale/fr.json
View file @
800593a0
...
@@ -10,6 +10,7 @@
...
@@ -10,6 +10,7 @@
"library.installed.header"
:
"Chansons Installés"
,
"library.installed.header"
:
"Chansons Installés"
,
"library.installed.install.title"
:
"Installer"
,
"library.installed.install.title"
:
"Installer"
,
"library.installed.install.text"
:
"Installer un .zip locale"
,
"library.installed.install.text"
:
"Installer un .zip locale"
,
"library.contextmenu.delete"
:
"Effacer"
,
"songdetail.createdBy"
:
"Crée par "
,
"songdetail.createdBy"
:
"Crée par "
,
"songdetail.actions.downloadButton"
:
"Télécharger"
,
"songdetail.actions.downloadButton"
:
"Télécharger"
,
...
...
src/locale/nl.json
View file @
800593a0
...
@@ -10,6 +10,7 @@
...
@@ -10,6 +10,7 @@
"library.installed.header"
:
"Geïnstalleerde nummers"
,
"library.installed.header"
:
"Geïnstalleerde nummers"
,
"library.installed.install.title"
:
"Installeer"
,
"library.installed.install.title"
:
"Installeer"
,
"library.installed.install.text"
:
"Installeer een lokale .zip"
,
"library.installed.install.text"
:
"Installeer een lokale .zip"
,
"library.contextmenu.delete"
:
"Verwijder"
,
"songdetail.createdBy"
:
"Gemaakt door "
,
"songdetail.createdBy"
:
"Gemaakt door "
,
"songdetail.actions.downloadButton"
:
"Download"
,
"songdetail.actions.downloadButton"
:
"Download"
,
...
...
src/locale/pt-BR.json
View file @
800593a0
...
@@ -10,6 +10,7 @@
...
@@ -10,6 +10,7 @@
"library.installed.header"
:
"Músicas Instaladas"
,
"library.installed.header"
:
"Músicas Instaladas"
,
"library.installed.install.title"
:
"Instalar"
,
"library.installed.install.title"
:
"Instalar"
,
"library.installed.install.text"
:
"Instalar um arquivo .zip local"
,
"library.installed.install.text"
:
"Instalar um arquivo .zip local"
,
"library.contextmenu.delete"
:
"Excluir"
,
"songdetail.createdBy"
:
"Criado por"
,
"songdetail.createdBy"
:
"Criado por"
,
"songdetail.actions.downloadButton"
:
"Baixar"
,
"songdetail.actions.downloadButton"
:
"Baixar"
,
...
...
src/locale/ru.json
View file @
800593a0
...
@@ -10,6 +10,7 @@
...
@@ -10,6 +10,7 @@
"library.installed.header"
:
"Установленные песни"
,
"library.installed.header"
:
"Установленные песни"
,
"library.installed.install.title"
:
"Установить"
,
"library.installed.install.title"
:
"Установить"
,
"library.installed.install.text"
:
"Установить через существующий .zip"
,
"library.installed.install.text"
:
"Установить через существующий .zip"
,
"library.contextmenu.delete"
:
"удалять"
,
"songdetail.createdBy"
:
"Автор "
,
"songdetail.createdBy"
:
"Автор "
,
"songdetail.actions.downloadButton"
:
"Скачать"
,
"songdetail.actions.downloadButton"
:
"Скачать"
,
...
...
src/locale/speen.json
View file @
800593a0
...
@@ -10,6 +10,7 @@
...
@@ -10,6 +10,7 @@
"library.installed.header"
:
"SPEEN"
,
"library.installed.header"
:
"SPEEN"
,
"library.installed.install.title"
:
"SPEEN"
,
"library.installed.install.title"
:
"SPEEN"
,
"library.installed.install.text"
:
"SPEEN"
,
"library.installed.install.text"
:
"SPEEN"
,
"library.contextmenu.delete"
:
"SPEEN"
,
"songdetail.createdBy"
:
"SPEEN "
,
"songdetail.createdBy"
:
"SPEEN "
,
"songdetail.actions.downloadButton"
:
"SPEEN"
,
"songdetail.actions.downloadButton"
:
"SPEEN"
,
...
...
src/locale/zh-CN.json
View file @
800593a0
...
@@ -10,6 +10,7 @@
...
@@ -10,6 +10,7 @@
"library.installed.header"
:
"已安装的歌曲"
,
"library.installed.header"
:
"已安装的歌曲"
,
"library.installed.install.title"
:
"安装"
,
"library.installed.install.title"
:
"安装"
,
"library.installed.install.text"
:
"安装一个 .zip"
,
"library.installed.install.text"
:
"安装一个 .zip"
,
"library.contextmenu.delete"
:
"删掉"
,
"songdetail.createdBy"
:
"创作家 "
,
"songdetail.createdBy"
:
"创作家 "
,
"songdetail.actions.downloadButton"
:
"下载"
,
"songdetail.actions.downloadButton"
:
"下载"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment