mirror of
https://github.com/TeamPiped/Piped.git
synced 2026-01-16 16:52:38 +00:00
Add support for showing subscriber count. (#819)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"history": "Historik"
|
||||
},
|
||||
"actions": {
|
||||
"subscribe": "Prenumerera",
|
||||
"subscribe": "Prenumerera - {count}",
|
||||
"channel_name_asc": "Kanalnamn (A-Z)",
|
||||
"channel_name_desc": "Kanalnamn (Z-A)",
|
||||
"back": "Tillbaka",
|
||||
@@ -19,7 +19,7 @@
|
||||
"export_to_json": "Exportera till JSON",
|
||||
"show_description": "Visa beskrivning",
|
||||
"loading": "Laddar...",
|
||||
"unsubscribe": "Avsluta prenumeration",
|
||||
"unsubscribe": "Avsluta prenumeration - {count}",
|
||||
"sort_by": "Sortera efter:",
|
||||
"most_recent": "Senaste",
|
||||
"skip_intro": "Hoppa över paus/introanimering",
|
||||
|
||||
Reference in New Issue
Block a user