added french translations
This commit is contained in:
parent
e9cefd51f2
commit
d0781e462a
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,3 +1,13 @@
|
||||
## 0.6.6 - 2020-02
|
||||
### Added
|
||||
- French translation
|
||||
[#92](https://git.project-insanity.org/onny/nextcloud-app-radio/issues/92) @lftsy (Marc Leurent)
|
||||
### Fixed
|
||||
- js/main.js: Fixed typo (Countires => Countries)
|
||||
[!2](https://git.project-insanity.org/onny/nextcloud-app-radio/merge_requests/2) @robin.vonbuelow (Robin von Bülow)
|
||||
- Support for Nextcloud 18
|
||||
[#98](https://git.project-insanity.org/onny/nextcloud-app-radio/issues/98) @onny (Jonas Heinrich)
|
||||
|
||||
## 0.6.5 - 2019-05
|
||||
### Added
|
||||
- Smooth audio fade-in/out when changing stations
|
||||
|
@ -4,7 +4,7 @@
|
||||
<id>radio</id>
|
||||
<name>Radio</name>
|
||||
<description>Listening to your favorite radio stations in Nextcloud</description>
|
||||
<version>0.6.5</version>
|
||||
<version>0.6.6</version>
|
||||
<licence>agpl</licence>
|
||||
<author>Jonas Heinrich</author>
|
||||
<documentation>
|
||||
@ -15,6 +15,6 @@
|
||||
<bugs>https://git.project-insanity.org/onny/nextcloud-app-radio/issues</bugs>
|
||||
<screenshot>https://git.project-insanity.org/onny/nextcloud-app-radio/raw/master/screenshot.png</screenshot>
|
||||
<dependencies>
|
||||
<nextcloud min-version="14" max-version="15"/>
|
||||
<nextcloud min-version="15" max-version="18"/>
|
||||
</dependencies>
|
||||
</info>
|
||||
|
9
l10n/fr_FR.js
Normal file
9
l10n/fr_FR.js
Normal file
@ -0,0 +1,9 @@
|
||||
OC.L10N.register(
|
||||
"radio",
|
||||
{
|
||||
"Top" : "Top",
|
||||
"Recent" : "Ajouts récents",
|
||||
"Favorites" : "Favoris",
|
||||
"Categories" : "Catégories"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
7
l10n/fr_FR.json
Normal file
7
l10n/fr_FR.json
Normal file
@ -0,0 +1,7 @@
|
||||
{ "translations": {
|
||||
"Top" : "Top",
|
||||
"Recent" : "Ajouts récents",
|
||||
"Favorites" : "Favoris",
|
||||
"Categories" : "Catégories"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
Loading…
Reference in New Issue
Block a user