diff --git a/src/i18n/README.md b/src/i18n/README.md index 002c6654..a07c0389 100644 --- a/src/i18n/README.md +++ b/src/i18n/README.md @@ -212,3 +212,13 @@ Update 04/06/2022 16:45 UTC * `settings.option.visual.windowStyle`: Added for `en_US` +Update 04/06/2022 18:45 UTC + +* `action.cast.chromecast`: Added for `en_US` +* `action.cast.todevices`: Added for `en_US` +* `action.cast.stop`: Added for `en_US` +* `action.cast.airplay`: Added for `en_US` +* `action.cast.airplay.underdevelopment`: Added for `en_US` +* `action.cast.scan`: Added for `en_US` +* `action.cast.scanning`: Added for `en_US` + diff --git a/src/i18n/en_US.json b/src/i18n/en_US.json index dd4468b6..768c73f8 100644 --- a/src/i18n/en_US.json +++ b/src/i18n/en_US.json @@ -251,8 +251,8 @@ "action.cast.chromecast": "Chromecast", "action.cast.todevices": "Cast to Devices", "action.cast.stop": "Stop casting to all devices", - "action.cast.airplay": "Airplay", - "action.cast.airplay.underdevelopment": "Airplay is still under development", + "action.cast.airplay": "AirPlay", + "action.cast.airplay.underdevelopment": "AirPlay is still under development", "action.cast.scan": "Scan", "action.cast.scanning": "Scanning...", "settings.header.general": "General", diff --git a/src/i18n/hu_HU.json b/src/i18n/hu_HU.json index c16c5bbb..d48a1637 100644 --- a/src/i18n/hu_HU.json +++ b/src/i18n/hu_HU.json @@ -248,6 +248,13 @@ "action.deletepreset": "Előbeállítás törlése", "action.open": "Megnyitás", "action.relaunch.confirm": "Biztosan szeretnéd újraindítani a Cidert?", + "action.cast.chromecast": "Chromecast", + "action.cast.todevices": "Tükrözés", + "action.cast.stop": "Tükrözés leállítása", + "action.cast.airplay": "AirPlay", + "action.cast.airplay.underdevelopment": "Az AirPlay jelenleg fejlesztés alatt áll", + "action.cast.scan": "Keresés", + "action.cast.scanning": "Keresés folyamatban...", "settings.header.general": "Általános", "settings.header.general.description": "A Cider általános beállításainak módosítása.", "settings.option.general.language": "Nyelv", diff --git a/src/i18n/source/en_US.json b/src/i18n/source/en_US.json index dd4468b6..768c73f8 100644 --- a/src/i18n/source/en_US.json +++ b/src/i18n/source/en_US.json @@ -251,8 +251,8 @@ "action.cast.chromecast": "Chromecast", "action.cast.todevices": "Cast to Devices", "action.cast.stop": "Stop casting to all devices", - "action.cast.airplay": "Airplay", - "action.cast.airplay.underdevelopment": "Airplay is still under development", + "action.cast.airplay": "AirPlay", + "action.cast.airplay.underdevelopment": "AirPlay is still under development", "action.cast.scan": "Scan", "action.cast.scanning": "Scanning...", "settings.header.general": "General",