Skip to content

Commit 4029f80

Browse files
committed
feat: if VLC is available, show a button to stream to VLC
Signed-off-by: Tommy van der Vorst <tommy@pixelspark.nl>
1 parent 86a31da commit 4029f80

File tree

3 files changed

+229
-89
lines changed

3 files changed

+229
-89
lines changed

Localizable.xcstrings

Lines changed: 100 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -8268,52 +8268,6 @@
82688268
}
82698269
}
82708270
},
8271-
"Copy to Clipboard" : {
8272-
"localizations" : {
8273-
"de" : {
8274-
"stringUnit" : {
8275-
"state" : "translated",
8276-
"value" : "In Zwischenablage kopieren"
8277-
}
8278-
},
8279-
"es" : {
8280-
"stringUnit" : {
8281-
"state" : "translated",
8282-
"value" : "Copiar al portapapeles"
8283-
}
8284-
},
8285-
"it" : {
8286-
"stringUnit" : {
8287-
"state" : "translated",
8288-
"value" : "Copia negli appunti"
8289-
}
8290-
},
8291-
"ja" : {
8292-
"stringUnit" : {
8293-
"state" : "translated",
8294-
"value" : "クリップボードにコピー"
8295-
}
8296-
},
8297-
"nl" : {
8298-
"stringUnit" : {
8299-
"state" : "translated",
8300-
"value" : "Kopieer naar klembord"
8301-
}
8302-
},
8303-
"uk" : {
8304-
"stringUnit" : {
8305-
"state" : "translated",
8306-
"value" : "Скопіювати в буфер обміну"
8307-
}
8308-
},
8309-
"zh-Hans" : {
8310-
"stringUnit" : {
8311-
"state" : "translated",
8312-
"value" : "复制到剪贴板"
8313-
}
8314-
}
8315-
}
8316-
},
83178271
"Could not add device" : {
83188272
"localizations" : {
83198273
"de" : {
@@ -26540,48 +26494,48 @@
2654026494
}
2654126495
}
2654226496
},
26543-
"Run app for an hour" : {
26497+
"Run in the background for an hour" : {
2654426498
"localizations" : {
2654526499
"de" : {
2654626500
"stringUnit" : {
2654726501
"state" : "translated",
26548-
"value" : "App für eine Stunde ausführen"
26502+
"value" : "Eine Stunde im Hintergrund ausführen"
2654926503
}
2655026504
},
2655126505
"es" : {
2655226506
"stringUnit" : {
2655326507
"state" : "translated",
26554-
"value" : "Ejecutar la aplicación durante una hora"
26508+
"value" : "Ejecutar en segundo plano durante una hora"
2655526509
}
2655626510
},
2655726511
"it" : {
2655826512
"stringUnit" : {
2655926513
"state" : "translated",
26560-
"value" : "Esegui l'app per un'ora"
26514+
"value" : "Esegui in background per un'ora"
2656126515
}
2656226516
},
2656326517
"ja" : {
2656426518
"stringUnit" : {
2656526519
"state" : "translated",
26566-
"value" : "アプリを1時間実行"
26520+
"value" : "バックグラウンドで1時間実行"
2656726521
}
2656826522
},
2656926523
"nl" : {
2657026524
"stringUnit" : {
2657126525
"state" : "translated",
26572-
"value" : "App voor een uur uitvoeren"
26526+
"value" : "Op de achtergrond draaien voor een uur"
2657326527
}
2657426528
},
2657526529
"uk" : {
2657626530
"stringUnit" : {
2657726531
"state" : "translated",
26578-
"value" : "Запустити додаток на годину"
26532+
"value" : "Запуск у фоновому режимі на годину"
2657926533
}
2658026534
},
2658126535
"zh-Hans" : {
2658226536
"stringUnit" : {
2658326537
"state" : "translated",
26584-
"value" : "运行应用程序一小时"
26538+
"value" : "在后台运行一小时"
2658526539
}
2658626540
}
2658726541
}
@@ -30768,6 +30722,52 @@
3076830722
}
3076930723
}
3077030724
},
30725+
"Stream file in VLC" : {
30726+
"localizations" : {
30727+
"de" : {
30728+
"stringUnit" : {
30729+
"state" : "translated",
30730+
"value" : "Datei in VLC streamen"
30731+
}
30732+
},
30733+
"es" : {
30734+
"stringUnit" : {
30735+
"state" : "translated",
30736+
"value" : "Transmitir archivo en VLC"
30737+
}
30738+
},
30739+
"it" : {
30740+
"stringUnit" : {
30741+
"state" : "translated",
30742+
"value" : "Riproduci file in VLC"
30743+
}
30744+
},
30745+
"ja" : {
30746+
"stringUnit" : {
30747+
"state" : "translated",
30748+
"value" : "VLCでファイルをストリーム再生"
30749+
}
30750+
},
30751+
"nl" : {
30752+
"stringUnit" : {
30753+
"state" : "translated",
30754+
"value" : "Stream bestand in VLC"
30755+
}
30756+
},
30757+
"uk" : {
30758+
"stringUnit" : {
30759+
"state" : "translated",
30760+
"value" : "Трансляція файлу у VLC"
30761+
}
30762+
},
30763+
"zh-Hans" : {
30764+
"stringUnit" : {
30765+
"state" : "translated",
30766+
"value" : "在VLC中流式传输文件"
30767+
}
30768+
}
30769+
}
30770+
},
3077130771
"Stream in another app" : {
3077230772
"localizations" : {
3077330773
"de" : {
@@ -36714,6 +36714,52 @@
3671436714
}
3671536715
}
3671636716
},
36717+
"To allow other apps to stream this file from Synctrain, it must remain running in the background." : {
36718+
"localizations" : {
36719+
"de" : {
36720+
"stringUnit" : {
36721+
"state" : "translated",
36722+
"value" : "Damit andere Apps diese Datei von Synctrain streamen können, muss es im Hintergrund weiterlaufen."
36723+
}
36724+
},
36725+
"es" : {
36726+
"stringUnit" : {
36727+
"state" : "translated",
36728+
"value" : "Para permitir que otras aplicaciones transmitan este archivo desde Synctrain, debe seguir funcionando en segundo plano."
36729+
}
36730+
},
36731+
"it" : {
36732+
"stringUnit" : {
36733+
"state" : "translated",
36734+
"value" : "Per consentire ad altre app di trasmettere questo file da Synctrain, deve rimanere in esecuzione in background."
36735+
}
36736+
},
36737+
"ja" : {
36738+
"stringUnit" : {
36739+
"state" : "translated",
36740+
"value" : "他のアプリがSynctrainからこのファイルをストリームできるようにするには、バックグラウンドで動作し続ける必要があります。"
36741+
}
36742+
},
36743+
"nl" : {
36744+
"stringUnit" : {
36745+
"state" : "translated",
36746+
"value" : "Om andere apps toe te staan dit bestand te streamen van Synctrain, moet het op de achtergrond blijven draaien."
36747+
}
36748+
},
36749+
"uk" : {
36750+
"stringUnit" : {
36751+
"state" : "translated",
36752+
"value" : "Щоб дозволити іншим додаткам передавати цей файл із Synctrain, його необхідно залишити працюючим у фоновому режимі."
36753+
}
36754+
},
36755+
"zh-Hans" : {
36756+
"stringUnit" : {
36757+
"state" : "translated",
36758+
"value" : "要允许其他应用从Synctrain流式传输此文件,必须保持其在后台运行。"
36759+
}
36760+
}
36761+
}
36762+
},
3671736763
"To allow others to assist you in troubleshooting, you can send them a support bundle. This bundle contains technical information about the app. **Note: while the app will redact user names, IP addresses and device IDs in the bundle, it may still contain personally identifiable information, such as folder names. Be sure to review the contents of the bundle before sending it to others.**" : {
3671836764
"localizations" : {
3671936765
"de" : {

0 commit comments

Comments
 (0)