From 2d3ef2a3f56faf49d898210b7d602a1fbc8420e0 Mon Sep 17 00:00:00 2001 From: Bat Date: Sun, 15 Apr 2018 11:20:40 +0100 Subject: [PATCH] I18n: library/radios --- .../src/components/library/radios/Builder.vue | 37 +++++++-------- .../src/components/library/radios/Filter.vue | 6 +-- po/funkwhale.pot | 47 +++++++++++++++++++ 3 files changed, 67 insertions(+), 23 deletions(-) diff --git a/front/src/components/library/radios/Builder.vue b/front/src/components/library/radios/Builder.vue index 5fbf0c992..85642b0a1 100644 --- a/front/src/components/library/radios/Builder.vue +++ b/front/src/components/library/radios/Builder.vue @@ -2,33 +2,30 @@
-

Builder

-

- You can use this interface to build your own custom radio, which - will play tracks according to your criteria -

-
+

+ +
- +
- +
- +
-

Add filters to customize your radio

+

- +

{{ currentFilter.help_text }} @@ -37,11 +34,11 @@ - - - - - + + + + + @@ -57,9 +54,9 @@
Filter nameExcludeConfigCandidatesActions

diff --git a/front/src/components/library/radios/Filter.vue b/front/src/components/library/radios/Filter.vue index 0b71115fd..c7f981ede 100644 --- a/front/src/components/library/radios/Filter.vue +++ b/front/src/components/library/radios/Filter.vue @@ -42,7 +42,7 @@
- Track matching filter +
@@ -51,13 +51,13 @@
- Cancel +
- + diff --git a/po/funkwhale.pot b/po/funkwhale.pot index 88ce3e676..0f4690b30 100644 --- a/po/funkwhale.pot +++ b/po/funkwhale.pot @@ -495,3 +495,50 @@ msgstr "Search query" msgid "Imported URL" msgstr "Imported URL" +msgid "Builder" +msgstr "Builder" + +msgid "You can use this interface to build your own custom radio, which will play tracks according to your criteria" +msgstr "You can use this interface to build your own custom radio, which will play tracks according to your criteria" + +msgid "Radio name" +msgstr "Radio name" + +msgid "Display publicly" +msgstr "Display publicly" + +msgid "Save" +msgstr "Save" + +msgid "Add filters to customize your radio" +msgstr "Add filters to customize your radio" + +msgid "Select a filter" +msgstr "Select a filter" + +msgid "Add filter" +msgstr "Add filter" + +msgid "Filter name" +msgstr "Filter name" + +msgid "Exclude" +msgstr "Exclude" + +msgid "Config" +msgstr "Config" + +msgid "Candidates" +msgstr "Candidates" + +msgid "Actions" +msgstr "Actions" + +msgid "{%0%} tracks matching combined filters" +msgstr "{%0%} tracks matching combined filters" + +msgid "Track matching filter" +msgstr "Track matching filter" + +msgid "Remove" +msgstr "Remove"