added german translations
This commit is contained in:
parent
20c44f50e2
commit
a0424c91a0
@ -24,7 +24,7 @@
|
||||
- Fix play/pause toggle favicon
|
||||
[#59](https://git.project-insanity.org/onny/nextcloud-app-radio/issues/59) @onny
|
||||
- Preload images
|
||||
[#59](https://git.project-insanity.org/onny/nextcloud-app-radio/issues/59) @onny
|
||||
[#68](https://git.project-insanity.org/onny/nextcloud-app-radio/issues/68) @onny
|
||||
|
||||
## 0.6.1 – 2018-08-11
|
||||
### Changed
|
||||
|
9
l10n/de_DE.js
Normal file
9
l10n/de_DE.js
Normal file
@ -0,0 +1,9 @@
|
||||
OC.L10N.register(
|
||||
"radio",
|
||||
{
|
||||
"Top" : "Best bewertet",
|
||||
"Recent" : "Neu hinzugekommen",
|
||||
"Favorites" : "Favoriten",
|
||||
"Categories" : "Kategorien"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
7
l10n/de_DE.json
Normal file
7
l10n/de_DE.json
Normal file
@ -0,0 +1,7 @@
|
||||
{ "translations": {
|
||||
"Top" : "Best bewertet",
|
||||
"Recent" : "Neu hinzugekommen",
|
||||
"Favorites" : "Favoriten",
|
||||
"Categories" : "Kategorien"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
@ -8,19 +8,23 @@
|
||||
<ul class="with-icon">
|
||||
<li data-id="files" class="nav-files">
|
||||
<a href="#top" class="nav-icon-files svg">
|
||||
Top </a>
|
||||
<?php p($l->t('Top')); ?>
|
||||
</a>
|
||||
</li>
|
||||
<li data-id="recent" class="nav-recent">
|
||||
<a href="#recent" class="nav-icon-recent svg">
|
||||
Recent </a>
|
||||
<?php p($l->t('Recent')); ?>
|
||||
</a>
|
||||
</li>
|
||||
<li data-id="favorites" class="nav-favorites">
|
||||
<a href="#favorites" class="nav-icon-favorites svg">
|
||||
Favorites </a>
|
||||
<?php p($l->t('Favorites')); ?>
|
||||
</a>
|
||||
</li>
|
||||
<li data-id="categories" class="nav-categories">
|
||||
<a href="#categories" class="nav-icon-systemtagsfilter svg">
|
||||
Categories </a>
|
||||
<?php p($l->t('Categories')); ?>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<div id="app-settings">
|
||||
@ -69,7 +73,7 @@
|
||||
<div id="preload-01"></div>
|
||||
<div id="preload-02"></div>
|
||||
<div id="preload-03"></div>
|
||||
<div id="preload-04"></div>
|
||||
<div id="preload-04"></div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- closing app-content -->
|
||||
|
Loading…
Reference in New Issue
Block a user