@ledvance/base 1.3.46 → 1.3.47
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/localazy.json +13 -1
- package/package.json +1 -1
- package/src/i18n/strings.ts +360 -36
- package/translateKey.txt +12 -0
package/localazy.json
CHANGED
|
@@ -1046,7 +1046,19 @@
|
|
|
1046
1046
|
"MATCH:power_strip_tile_socket_4_headline",
|
|
1047
1047
|
"MATCH:power_strip_tile_socket_5_headline",
|
|
1048
1048
|
"MATCH:power_strip_tile_socket_usb_headline",
|
|
1049
|
-
"MATCH:manual_search_button_socket"
|
|
1049
|
+
"MATCH:manual_search_button_socket",
|
|
1050
|
+
"MATCH:socket1_active_timer_field_small_off_text",
|
|
1051
|
+
"MATCH:socket1_active_timer_field_small_on_text",
|
|
1052
|
+
"MATCH:socket2_active_timer_field_small_off_text",
|
|
1053
|
+
"MATCH:socket2_active_timer_field_small_on_text",
|
|
1054
|
+
"MATCH:socket3_active_timer_field_small_off_text",
|
|
1055
|
+
"MATCH:socket3_active_timer_field_small_on_text",
|
|
1056
|
+
"MATCH:socket4_active_timer_field_small_off_text",
|
|
1057
|
+
"MATCH:socket4_active_timer_field_small_on_text",
|
|
1058
|
+
"MATCH:socket5_active_timer_field_small_off_text",
|
|
1059
|
+
"MATCH:socket5_active_timer_field_small_on_text",
|
|
1060
|
+
"MATCH:socketusb_active_timer_field_small_off_text",
|
|
1061
|
+
"MATCH:socketusb_active_timer_field_small_on_text"
|
|
1050
1062
|
],
|
|
1051
1063
|
"replacements": {
|
|
1052
1064
|
"REGEX:% %1\\$s.*?\\)%": "{0}",
|
package/package.json
CHANGED
package/src/i18n/strings.ts
CHANGED
|
@@ -811,6 +811,16 @@ export default {
|
|
|
811
811
|
"smoke_alerteffect": "Humo detectado",
|
|
812
812
|
"smoke_alertfree": "No se detectó humo",
|
|
813
813
|
"smoke_equipmentselftest": "Autoprueba del equipo",
|
|
814
|
+
"socket1_active_timer_field_small_off_text": "Socket 1 off in {0}",
|
|
815
|
+
"socket1_active_timer_field_small_on_text": "Socket 1 on in {0}",
|
|
816
|
+
"socket2_active_timer_field_small_off_text": "Socket 2 off in {0}",
|
|
817
|
+
"socket2_active_timer_field_small_on_text": "Socket 2 on in {0}",
|
|
818
|
+
"socket3_active_timer_field_small_off_text": "Socket 3 off in {0}",
|
|
819
|
+
"socket3_active_timer_field_small_on_text": "Socket 3 on in {0}",
|
|
820
|
+
"socket4_active_timer_field_small_off_text": "Socket 4 off in {0}",
|
|
821
|
+
"socket4_active_timer_field_small_on_text": "Socket 4 on in {0}",
|
|
822
|
+
"socket5_active_timer_field_small_off_text": "Socket 5 off in {0}",
|
|
823
|
+
"socket5_active_timer_field_small_on_text": "Socket 5 on in {0}",
|
|
814
824
|
"socket_settings_firstbox_status1_description": "El dispositivo permanece apagado",
|
|
815
825
|
"socket_settings_firstbox_status2_description": "El dispositivo permanece encendido",
|
|
816
826
|
"socket_settings_firstbox_status3_description": "Volver al estado anterior antes de desconectar la alimentación",
|
|
@@ -827,6 +837,8 @@ export default {
|
|
|
827
837
|
"sockets_specific_settings_relay_status": "Comportamiento de encendido",
|
|
828
838
|
"sockets_specific_settings_relay_status_remember": "Recordar el último estado",
|
|
829
839
|
"sockets_specific_settings_switch_inching": "Apagado automático ",
|
|
840
|
+
"socketusb_active_timer_field_small_off_text": "USB off in {0}",
|
|
841
|
+
"socketusb_active_timer_field_small_on_text": "USB on in {0}",
|
|
830
842
|
"software_update_found_failed_update_error_5012": "El dispositivo está desconectado.",
|
|
831
843
|
"solar_bt_pp_battery_headline": "Batería",
|
|
832
844
|
"solar_bt_pp_field_dm": "Modo dinámico",
|
|
@@ -1838,6 +1850,16 @@ export default {
|
|
|
1838
1850
|
"smoke_alerteffect": "Zjištěn kouř",
|
|
1839
1851
|
"smoke_alertfree": "Nebyl zjištěn žádný kouř",
|
|
1840
1852
|
"smoke_equipmentselftest": "Autotest zařízení",
|
|
1853
|
+
"socket1_active_timer_field_small_off_text": "Socket 1 off in {0}",
|
|
1854
|
+
"socket1_active_timer_field_small_on_text": "Socket 1 on in {0}",
|
|
1855
|
+
"socket2_active_timer_field_small_off_text": "Socket 2 off in {0}",
|
|
1856
|
+
"socket2_active_timer_field_small_on_text": "Socket 2 on in {0}",
|
|
1857
|
+
"socket3_active_timer_field_small_off_text": "Socket 3 off in {0}",
|
|
1858
|
+
"socket3_active_timer_field_small_on_text": "Socket 3 on in {0}",
|
|
1859
|
+
"socket4_active_timer_field_small_off_text": "Socket 4 off in {0}",
|
|
1860
|
+
"socket4_active_timer_field_small_on_text": "Socket 4 on in {0}",
|
|
1861
|
+
"socket5_active_timer_field_small_off_text": "Socket 5 off in {0}",
|
|
1862
|
+
"socket5_active_timer_field_small_on_text": "Socket 5 on in {0}",
|
|
1841
1863
|
"socket_settings_firstbox_status1_description": "Zařízení zůstává vypnuté",
|
|
1842
1864
|
"socket_settings_firstbox_status2_description": "Zařízení zůstává zapnuté",
|
|
1843
1865
|
"socket_settings_firstbox_status3_description": "Návrat do předchozího stavu před odpojením napájení",
|
|
@@ -1854,6 +1876,8 @@ export default {
|
|
|
1854
1876
|
"sockets_specific_settings_relay_status": "Chování při zapnutí",
|
|
1855
1877
|
"sockets_specific_settings_relay_status_remember": "Zapamatovat si poslední stav",
|
|
1856
1878
|
"sockets_specific_settings_switch_inching": "Automatické vypnutí ",
|
|
1879
|
+
"socketusb_active_timer_field_small_off_text": "USB off in {0}",
|
|
1880
|
+
"socketusb_active_timer_field_small_on_text": "USB on in {0}",
|
|
1857
1881
|
"software_update_found_failed_update_error_5012": "Zařízení je off-line.",
|
|
1858
1882
|
"solar_bt_pp_battery_headline": "Baterie",
|
|
1859
1883
|
"solar_bt_pp_field_dm": "Dynamická nálada",
|
|
@@ -2865,6 +2889,16 @@ export default {
|
|
|
2865
2889
|
"smoke_alerteffect": "Smoke detected",
|
|
2866
2890
|
"smoke_alertfree": "No smoke detected",
|
|
2867
2891
|
"smoke_equipmentselftest": "Equipment self test",
|
|
2892
|
+
"socket1_active_timer_field_small_off_text": "Socket 1 off in {0}",
|
|
2893
|
+
"socket1_active_timer_field_small_on_text": "Socket 1 on in {0}",
|
|
2894
|
+
"socket2_active_timer_field_small_off_text": "Socket 2 off in {0}",
|
|
2895
|
+
"socket2_active_timer_field_small_on_text": "Socket 2 on in {0}",
|
|
2896
|
+
"socket3_active_timer_field_small_off_text": "Socket 3 off in {0}",
|
|
2897
|
+
"socket3_active_timer_field_small_on_text": "Socket 3 on in {0}",
|
|
2898
|
+
"socket4_active_timer_field_small_off_text": "Socket 4 off in {0}",
|
|
2899
|
+
"socket4_active_timer_field_small_on_text": "Socket 4 on in {0}",
|
|
2900
|
+
"socket5_active_timer_field_small_off_text": "Socket 5 off in {0}",
|
|
2901
|
+
"socket5_active_timer_field_small_on_text": "Socket 5 on in {0}",
|
|
2868
2902
|
"socket_settings_firstbox_status1_description": "Device remains switched off",
|
|
2869
2903
|
"socket_settings_firstbox_status2_description": "Device remains switched on",
|
|
2870
2904
|
"socket_settings_firstbox_status3_description": "Return to the previous state before the power was switched off",
|
|
@@ -2881,6 +2915,8 @@ export default {
|
|
|
2881
2915
|
"sockets_specific_settings_relay_status": "Power on behavior",
|
|
2882
2916
|
"sockets_specific_settings_relay_status_remember": "Remember last status",
|
|
2883
2917
|
"sockets_specific_settings_switch_inching": "Automatic switch off ",
|
|
2918
|
+
"socketusb_active_timer_field_small_off_text": "USB off in {0}",
|
|
2919
|
+
"socketusb_active_timer_field_small_on_text": "USB on in {0}",
|
|
2884
2920
|
"software_update_found_failed_update_error_5012": "The device is offline.",
|
|
2885
2921
|
"solar_bt_pp_battery_headline": "Battery",
|
|
2886
2922
|
"solar_bt_pp_field_dm": "Dynamic Mood",
|
|
@@ -3892,6 +3928,16 @@ export default {
|
|
|
3892
3928
|
"smoke_alerteffect": "Открит дим",
|
|
3893
3929
|
"smoke_alertfree": "Не е открит дим",
|
|
3894
3930
|
"smoke_equipmentselftest": "Самопроверка на оборудването",
|
|
3931
|
+
"socket1_active_timer_field_small_off_text": "Socket 1 off in {0}",
|
|
3932
|
+
"socket1_active_timer_field_small_on_text": "Socket 1 on in {0}",
|
|
3933
|
+
"socket2_active_timer_field_small_off_text": "Socket 2 off in {0}",
|
|
3934
|
+
"socket2_active_timer_field_small_on_text": "Socket 2 on in {0}",
|
|
3935
|
+
"socket3_active_timer_field_small_off_text": "Socket 3 off in {0}",
|
|
3936
|
+
"socket3_active_timer_field_small_on_text": "Socket 3 on in {0}",
|
|
3937
|
+
"socket4_active_timer_field_small_off_text": "Socket 4 off in {0}",
|
|
3938
|
+
"socket4_active_timer_field_small_on_text": "Socket 4 on in {0}",
|
|
3939
|
+
"socket5_active_timer_field_small_off_text": "Socket 5 off in {0}",
|
|
3940
|
+
"socket5_active_timer_field_small_on_text": "Socket 5 on in {0}",
|
|
3895
3941
|
"socket_settings_firstbox_status1_description": "Устройството остава изключено",
|
|
3896
3942
|
"socket_settings_firstbox_status2_description": "Устройството остава включено",
|
|
3897
3943
|
"socket_settings_firstbox_status3_description": "Връщане към предишното състояние преди изключване на захранването",
|
|
@@ -3908,6 +3954,8 @@ export default {
|
|
|
3908
3954
|
"sockets_specific_settings_relay_status": "Сила върху поведението",
|
|
3909
3955
|
"sockets_specific_settings_relay_status_remember": "Запомнете последния статус",
|
|
3910
3956
|
"sockets_specific_settings_switch_inching": "Автоматично изключване ",
|
|
3957
|
+
"socketusb_active_timer_field_small_off_text": "USB off in {0}",
|
|
3958
|
+
"socketusb_active_timer_field_small_on_text": "USB on in {0}",
|
|
3911
3959
|
"software_update_found_failed_update_error_5012": "Устройството е без връзка.",
|
|
3912
3960
|
"solar_bt_pp_battery_headline": "Батерия",
|
|
3913
3961
|
"solar_bt_pp_field_dm": "Динамично настроение",
|
|
@@ -4919,6 +4967,16 @@ export default {
|
|
|
4919
4967
|
"smoke_alerteffect": "Røg detekteret",
|
|
4920
4968
|
"smoke_alertfree": "Ingen røg registreret",
|
|
4921
4969
|
"smoke_equipmentselftest": "Selvtest af udstyr",
|
|
4970
|
+
"socket1_active_timer_field_small_off_text": "Socket 1 off in {0}",
|
|
4971
|
+
"socket1_active_timer_field_small_on_text": "Socket 1 on in {0}",
|
|
4972
|
+
"socket2_active_timer_field_small_off_text": "Socket 2 off in {0}",
|
|
4973
|
+
"socket2_active_timer_field_small_on_text": "Socket 2 on in {0}",
|
|
4974
|
+
"socket3_active_timer_field_small_off_text": "Socket 3 off in {0}",
|
|
4975
|
+
"socket3_active_timer_field_small_on_text": "Socket 3 on in {0}",
|
|
4976
|
+
"socket4_active_timer_field_small_off_text": "Socket 4 off in {0}",
|
|
4977
|
+
"socket4_active_timer_field_small_on_text": "Socket 4 on in {0}",
|
|
4978
|
+
"socket5_active_timer_field_small_off_text": "Socket 5 off in {0}",
|
|
4979
|
+
"socket5_active_timer_field_small_on_text": "Socket 5 on in {0}",
|
|
4922
4980
|
"socket_settings_firstbox_status1_description": "Enheden forbliver slukket",
|
|
4923
4981
|
"socket_settings_firstbox_status2_description": "Enheden forbliver tændt",
|
|
4924
4982
|
"socket_settings_firstbox_status3_description": "Gå tilbage til den tilstand, der var, før strømmen blev slukket",
|
|
@@ -4935,6 +4993,8 @@ export default {
|
|
|
4935
4993
|
"sockets_specific_settings_relay_status": "Når der tændes, så:",
|
|
4936
4994
|
"sockets_specific_settings_relay_status_remember": "Husk sidste status",
|
|
4937
4995
|
"sockets_specific_settings_switch_inching": "Automatisk sluk",
|
|
4996
|
+
"socketusb_active_timer_field_small_off_text": "USB off in {0}",
|
|
4997
|
+
"socketusb_active_timer_field_small_on_text": "USB on in {0}",
|
|
4938
4998
|
"software_update_found_failed_update_error_5012": "Enheden er offline.",
|
|
4939
4999
|
"solar_bt_pp_battery_headline": "Batteri",
|
|
4940
5000
|
"solar_bt_pp_field_dm": "Dynamisk, farverig stemning",
|
|
@@ -5946,6 +6006,16 @@ export default {
|
|
|
5946
6006
|
"smoke_alerteffect": "Rauch erkannt",
|
|
5947
6007
|
"smoke_alertfree": "Kein Rauch erkannt",
|
|
5948
6008
|
"smoke_equipmentselftest": "Geräteselbsttest",
|
|
6009
|
+
"socket1_active_timer_field_small_off_text": "Socket 1 off in {0}",
|
|
6010
|
+
"socket1_active_timer_field_small_on_text": "Socket 1 on in {0}",
|
|
6011
|
+
"socket2_active_timer_field_small_off_text": "Socket 2 off in {0}",
|
|
6012
|
+
"socket2_active_timer_field_small_on_text": "Socket 2 on in {0}",
|
|
6013
|
+
"socket3_active_timer_field_small_off_text": "Socket 3 off in {0}",
|
|
6014
|
+
"socket3_active_timer_field_small_on_text": "Socket 3 on in {0}",
|
|
6015
|
+
"socket4_active_timer_field_small_off_text": "Socket 4 off in {0}",
|
|
6016
|
+
"socket4_active_timer_field_small_on_text": "Socket 4 on in {0}",
|
|
6017
|
+
"socket5_active_timer_field_small_off_text": "Socket 5 off in {0}",
|
|
6018
|
+
"socket5_active_timer_field_small_on_text": "Socket 5 on in {0}",
|
|
5949
6019
|
"socket_settings_firstbox_status1_description": "Gerät bleibt ausgeschaltet",
|
|
5950
6020
|
"socket_settings_firstbox_status2_description": "Gerät bleibt eingeschaltet",
|
|
5951
6021
|
"socket_settings_firstbox_status3_description": "Kehre zum Zustand zurück, bevor der Strom abgeschaltet wurde",
|
|
@@ -5962,6 +6032,8 @@ export default {
|
|
|
5962
6032
|
"sockets_specific_settings_relay_status": "Verhalten beim Einschalten",
|
|
5963
6033
|
"sockets_specific_settings_relay_status_remember": "Letzten Status merken",
|
|
5964
6034
|
"sockets_specific_settings_switch_inching": "Automatisches Ausschalten ",
|
|
6035
|
+
"socketusb_active_timer_field_small_off_text": "USB off in {0}",
|
|
6036
|
+
"socketusb_active_timer_field_small_on_text": "USB on in {0}",
|
|
5965
6037
|
"software_update_found_failed_update_error_5012": "Das Gerät ist offline.",
|
|
5966
6038
|
"solar_bt_pp_battery_headline": "Akku",
|
|
5967
6039
|
"solar_bt_pp_field_dm": "Dynamische Stimmung",
|
|
@@ -6973,6 +7045,16 @@ export default {
|
|
|
6973
7045
|
"smoke_alerteffect": "Ανιχνεύθηκε καπνός",
|
|
6974
7046
|
"smoke_alertfree": "Δεν ανιχνεύθηκε καπνός",
|
|
6975
7047
|
"smoke_equipmentselftest": "Αυτοέλεγχος εξοπλισμού",
|
|
7048
|
+
"socket1_active_timer_field_small_off_text": "Socket 1 off in {0}",
|
|
7049
|
+
"socket1_active_timer_field_small_on_text": "Socket 1 on in {0}",
|
|
7050
|
+
"socket2_active_timer_field_small_off_text": "Socket 2 off in {0}",
|
|
7051
|
+
"socket2_active_timer_field_small_on_text": "Socket 2 on in {0}",
|
|
7052
|
+
"socket3_active_timer_field_small_off_text": "Socket 3 off in {0}",
|
|
7053
|
+
"socket3_active_timer_field_small_on_text": "Socket 3 on in {0}",
|
|
7054
|
+
"socket4_active_timer_field_small_off_text": "Socket 4 off in {0}",
|
|
7055
|
+
"socket4_active_timer_field_small_on_text": "Socket 4 on in {0}",
|
|
7056
|
+
"socket5_active_timer_field_small_off_text": "Socket 5 off in {0}",
|
|
7057
|
+
"socket5_active_timer_field_small_on_text": "Socket 5 on in {0}",
|
|
6976
7058
|
"socket_settings_firstbox_status1_description": "Η συσκευή παραμένει απενεργοποιημένη",
|
|
6977
7059
|
"socket_settings_firstbox_status2_description": "Η συσκευή παραμένει ενεργοποιημένη",
|
|
6978
7060
|
"socket_settings_firstbox_status3_description": "Επιστροφή στην προηγούμενη κατάσταση πριν από την απενεργοποίηση της τροφοδοσίας",
|
|
@@ -6989,6 +7071,8 @@ export default {
|
|
|
6989
7071
|
"sockets_specific_settings_relay_status": "Κατάσταση κατά την ενεργοποίηση",
|
|
6990
7072
|
"sockets_specific_settings_relay_status_remember": "Απομνημόνευση τελευταίας κατάστασης",
|
|
6991
7073
|
"sockets_specific_settings_switch_inching": "Αυτόματη απενεργοποίηση ",
|
|
7074
|
+
"socketusb_active_timer_field_small_off_text": "USB off in {0}",
|
|
7075
|
+
"socketusb_active_timer_field_small_on_text": "USB on in {0}",
|
|
6992
7076
|
"software_update_found_failed_update_error_5012": "Η συσκευή είναι εκτός σύνδεσης.",
|
|
6993
7077
|
"solar_bt_pp_battery_headline": "Μπαταρία",
|
|
6994
7078
|
"solar_bt_pp_field_dm": "Δυναμική Διάθεση",
|
|
@@ -8000,6 +8084,16 @@ export default {
|
|
|
8000
8084
|
"smoke_alerteffect": "Humo detectado",
|
|
8001
8085
|
"smoke_alertfree": "No se ha detectado humo",
|
|
8002
8086
|
"smoke_equipmentselftest": "Autotest del equipo",
|
|
8087
|
+
"socket1_active_timer_field_small_off_text": "Socket 1 off in {0}",
|
|
8088
|
+
"socket1_active_timer_field_small_on_text": "Socket 1 on in {0}",
|
|
8089
|
+
"socket2_active_timer_field_small_off_text": "Socket 2 off in {0}",
|
|
8090
|
+
"socket2_active_timer_field_small_on_text": "Socket 2 on in {0}",
|
|
8091
|
+
"socket3_active_timer_field_small_off_text": "Socket 3 off in {0}",
|
|
8092
|
+
"socket3_active_timer_field_small_on_text": "Socket 3 on in {0}",
|
|
8093
|
+
"socket4_active_timer_field_small_off_text": "Socket 4 off in {0}",
|
|
8094
|
+
"socket4_active_timer_field_small_on_text": "Socket 4 on in {0}",
|
|
8095
|
+
"socket5_active_timer_field_small_off_text": "Socket 5 off in {0}",
|
|
8096
|
+
"socket5_active_timer_field_small_on_text": "Socket 5 on in {0}",
|
|
8003
8097
|
"socket_settings_firstbox_status1_description": "El dispositivo permanece apagado",
|
|
8004
8098
|
"socket_settings_firstbox_status2_description": "El dispositivo permanece encendido",
|
|
8005
8099
|
"socket_settings_firstbox_status3_description": "Volver al estado anterior antes de desconectar la alimentación",
|
|
@@ -8016,6 +8110,8 @@ export default {
|
|
|
8016
8110
|
"sockets_specific_settings_relay_status": "Comportamiento de encendido",
|
|
8017
8111
|
"sockets_specific_settings_relay_status_remember": "Recordar el último estado",
|
|
8018
8112
|
"sockets_specific_settings_switch_inching": "Apagado automático ",
|
|
8113
|
+
"socketusb_active_timer_field_small_off_text": "USB off in {0}",
|
|
8114
|
+
"socketusb_active_timer_field_small_on_text": "USB on in {0}",
|
|
8019
8115
|
"software_update_found_failed_update_error_5012": "El dispositivo está desconectado.",
|
|
8020
8116
|
"solar_bt_pp_battery_headline": "Batería",
|
|
8021
8117
|
"solar_bt_pp_field_dm": "Modo dinámico",
|
|
@@ -9027,6 +9123,16 @@ export default {
|
|
|
9027
9123
|
"smoke_alerteffect": "Suits tuvastatud",
|
|
9028
9124
|
"smoke_alertfree": "Suitsu ei tuvastatud",
|
|
9029
9125
|
"smoke_equipmentselftest": "Seadmete enesekontroll",
|
|
9126
|
+
"socket1_active_timer_field_small_off_text": "Socket 1 off in {0}",
|
|
9127
|
+
"socket1_active_timer_field_small_on_text": "Socket 1 on in {0}",
|
|
9128
|
+
"socket2_active_timer_field_small_off_text": "Socket 2 off in {0}",
|
|
9129
|
+
"socket2_active_timer_field_small_on_text": "Socket 2 on in {0}",
|
|
9130
|
+
"socket3_active_timer_field_small_off_text": "Socket 3 off in {0}",
|
|
9131
|
+
"socket3_active_timer_field_small_on_text": "Socket 3 on in {0}",
|
|
9132
|
+
"socket4_active_timer_field_small_off_text": "Socket 4 off in {0}",
|
|
9133
|
+
"socket4_active_timer_field_small_on_text": "Socket 4 on in {0}",
|
|
9134
|
+
"socket5_active_timer_field_small_off_text": "Socket 5 off in {0}",
|
|
9135
|
+
"socket5_active_timer_field_small_on_text": "Socket 5 on in {0}",
|
|
9030
9136
|
"socket_settings_firstbox_status1_description": "Seade jääb väljalülitatuks",
|
|
9031
9137
|
"socket_settings_firstbox_status2_description": "Seade jääb sisselülitatuks",
|
|
9032
9138
|
"socket_settings_firstbox_status3_description": "Pöördu tagasi eelmisesse olekusse (olekusse enne seda, kui toide välja lülitati)",
|
|
@@ -9043,6 +9149,8 @@ export default {
|
|
|
9043
9149
|
"sockets_specific_settings_relay_status": "Käitumine sisselülitamisel",
|
|
9044
9150
|
"sockets_specific_settings_relay_status_remember": "Jäta viimane olek meelde",
|
|
9045
9151
|
"sockets_specific_settings_switch_inching": "Automaatne väljalülitamine ",
|
|
9152
|
+
"socketusb_active_timer_field_small_off_text": "USB off in {0}",
|
|
9153
|
+
"socketusb_active_timer_field_small_on_text": "USB on in {0}",
|
|
9046
9154
|
"software_update_found_failed_update_error_5012": "Seadmel puudub võrguühendus.",
|
|
9047
9155
|
"solar_bt_pp_battery_headline": "Aku",
|
|
9048
9156
|
"solar_bt_pp_field_dm": "Dünaamiline meeleoluvalgustus",
|
|
@@ -10054,6 +10162,16 @@ export default {
|
|
|
10054
10162
|
"smoke_alerteffect": "Savua havaittu",
|
|
10055
10163
|
"smoke_alertfree": "Savua ei havaittu",
|
|
10056
10164
|
"smoke_equipmentselftest": "Laitteen itsetestaus",
|
|
10165
|
+
"socket1_active_timer_field_small_off_text": "Socket 1 off in {0}",
|
|
10166
|
+
"socket1_active_timer_field_small_on_text": "Socket 1 on in {0}",
|
|
10167
|
+
"socket2_active_timer_field_small_off_text": "Socket 2 off in {0}",
|
|
10168
|
+
"socket2_active_timer_field_small_on_text": "Socket 2 on in {0}",
|
|
10169
|
+
"socket3_active_timer_field_small_off_text": "Socket 3 off in {0}",
|
|
10170
|
+
"socket3_active_timer_field_small_on_text": "Socket 3 on in {0}",
|
|
10171
|
+
"socket4_active_timer_field_small_off_text": "Socket 4 off in {0}",
|
|
10172
|
+
"socket4_active_timer_field_small_on_text": "Socket 4 on in {0}",
|
|
10173
|
+
"socket5_active_timer_field_small_off_text": "Socket 5 off in {0}",
|
|
10174
|
+
"socket5_active_timer_field_small_on_text": "Socket 5 on in {0}",
|
|
10057
10175
|
"socket_settings_firstbox_status1_description": "Laite pysyy sammutettuna",
|
|
10058
10176
|
"socket_settings_firstbox_status2_description": "Laite pysyy päällä",
|
|
10059
10177
|
"socket_settings_firstbox_status3_description": "Palaa edelliseen tilaan ennen virran katkaisua",
|
|
@@ -10070,6 +10188,8 @@ export default {
|
|
|
10070
10188
|
"sockets_specific_settings_relay_status": "Power on -tila",
|
|
10071
10189
|
"sockets_specific_settings_relay_status_remember": "Muista viimeinen tila",
|
|
10072
10190
|
"sockets_specific_settings_switch_inching": "Automaattinen sammutus ",
|
|
10191
|
+
"socketusb_active_timer_field_small_off_text": "USB off in {0}",
|
|
10192
|
+
"socketusb_active_timer_field_small_on_text": "USB on in {0}",
|
|
10073
10193
|
"software_update_found_failed_update_error_5012": "Laite on offline-tilassa.",
|
|
10074
10194
|
"solar_bt_pp_battery_headline": "Akku",
|
|
10075
10195
|
"solar_bt_pp_field_dm": "Vaihtuva tunnelma",
|
|
@@ -10380,7 +10500,7 @@ export default {
|
|
|
10380
10500
|
"biorhythm_product_link": "https://www.ledvance.fr/particuliers/sunathome",
|
|
10381
10501
|
"bt_shs_google_button_cancel_enabling": "Annuler",
|
|
10382
10502
|
"btsolar_groups_inductionsync": "Synchronisation de détection de mouvement",
|
|
10383
|
-
"btsolar_groups_inductionsync_description": "Synchroniser le détecteur de mouvement de toutes les lampes afin que si l'une d'elles détecte un mouvement, les autres s'
|
|
10503
|
+
"btsolar_groups_inductionsync_description": "Synchroniser le détecteur de mouvement de toutes les lampes afin que si l'une d'elles détecte un mouvement, les autres s'activent également.",
|
|
10384
10504
|
"camera_feature_1_headline": "Sirène",
|
|
10385
10505
|
"camera_feature_2_headline": "Micro",
|
|
10386
10506
|
"camera_feature_5_headline": "Enregistrements",
|
|
@@ -10390,7 +10510,7 @@ export default {
|
|
|
10390
10510
|
"camera_mic_two_way_talking": "Appel.....",
|
|
10391
10511
|
"camera_net_err": "La connexion de l'appareil est interrompue, veuillez vérifier l'appareil et son réseau",
|
|
10392
10512
|
"camera_private_mode_sleep": "Appareil en mode veille",
|
|
10393
|
-
"camera_private_mode_sleep_close": "
|
|
10513
|
+
"camera_private_mode_sleep_close": "Activer la caméra",
|
|
10394
10514
|
"camera_re_connect_stream": "Reconnexion, veuillez patienter",
|
|
10395
10515
|
"camera_settings_button_text": "Format",
|
|
10396
10516
|
"camera_settings_format_sd_card_note": "Notez que toutes vos données seront supprimées et ne pourront pas être récupérées",
|
|
@@ -10700,7 +10820,7 @@ export default {
|
|
|
10700
10820
|
"device_menu_motion_sensors_secondbox_text1": "Batterie faible",
|
|
10701
10821
|
"device_menu_motion_sensors_secondbox_text2": "Changement d'état en \"Mouvement détecté\"",
|
|
10702
10822
|
"device_menu_motion_sensors_secondbox_text3": "Changement d'état en \"Aucun mouvement détecté\"",
|
|
10703
|
-
"device_menu_solar_lights_secondbox_note": "Pour
|
|
10823
|
+
"device_menu_solar_lights_secondbox_note": "Pour activer l'éclairage lorsque la luminosité ambiante est faible",
|
|
10704
10824
|
"device_menu_solar_lights_secondbox_text1": "Mode économie d'énergie",
|
|
10705
10825
|
"devicemusic_ball_game_text": "Musique rock",
|
|
10706
10826
|
"devicemusic_classical_text": "Musique classique",
|
|
@@ -10767,7 +10887,7 @@ export default {
|
|
|
10767
10887
|
"energyconsumption_hourlylimit": "Les données horaires ne peuvent être affichées que pour les 7 derniers jours.",
|
|
10768
10888
|
"feature_activate_dialog_text": "L'appareil doit être activé pour permettre cette fonction.",
|
|
10769
10889
|
"feature_summary_action_txt_1": "Activer",
|
|
10770
|
-
"feature_summary_action_txt_10": "
|
|
10890
|
+
"feature_summary_action_txt_10": "Désactivation progressive",
|
|
10771
10891
|
"feature_summary_action_txt_11": "Activation progressive",
|
|
10772
10892
|
"feature_summary_action_txt_12": "Arrêt à",
|
|
10773
10893
|
"feature_summary_action_txt_2": "Désactiver",
|
|
@@ -10804,7 +10924,7 @@ export default {
|
|
|
10804
10924
|
"group_feature_biological_rhythm_applyfor_information": "Il est possible que tous les appareils ne prennent pas en charge la fonction « Rythme biologique ».",
|
|
10805
10925
|
"group_feature_music_secondsection_note": "Les effets de lumière sont synchronisés avec la musique captée par le microphone du smartphone.",
|
|
10806
10926
|
"groups_settings_optionbox_option3": "Synchroniser les appareils solaires",
|
|
10807
|
-
"groups_settings_power_on_behavior_disturbbox_note": "Cette fonction permet à l'appareil de rester désactivé une fois l'alimentation rétablie jusqu'à ce que vous le
|
|
10927
|
+
"groups_settings_power_on_behavior_disturbbox_note": "Cette fonction permet à l'appareil de rester désactivé une fois l'alimentation rétablie jusqu'à ce que vous le réactiviez explicitement. Pour le réactiver, il suffit d'activer et désactiver l'appareil deux fois de suite en 5 secondes.",
|
|
10808
10928
|
"groups_settings_power_on_behavior_secondbox_status_value1_description": "Revenez à la valeur de couleur et de luminosité par défaut.",
|
|
10809
10929
|
"groups_settings_power_on_behavior_secondbox_status_value1_topic": "État par défaut",
|
|
10810
10930
|
"groups_settings_power_on_behavior_secondbox_status_value2_description": "Revenez à l'état précédent avant la mise hors tension",
|
|
@@ -10812,7 +10932,7 @@ export default {
|
|
|
10812
10932
|
"groups_settings_power_on_behavior_secondbox_status_value3_description": "Sélection de la valeur de couleur et de luminosité définie par le membre.",
|
|
10813
10933
|
"groups_settings_power_on_behavior_secondbox_status_value3_topic": "Personalisé",
|
|
10814
10934
|
"groups_settings_power_on_behavior_secondbox_topic": "État de l'éclairage après la mise sous tension",
|
|
10815
|
-
"groups_settings_synchronize_solar_secondtopic": "Pour synchroniser les appareils solaires si l'un d'entre eux est
|
|
10935
|
+
"groups_settings_synchronize_solar_secondtopic": "Pour synchroniser les appareils solaires, si l'un d'entre eux est activé dans le groupe.",
|
|
10816
10936
|
"history_contact_sensor_description_text": "Les données des 7 derniers jours sont affichées.",
|
|
10817
10937
|
"history_contact_sensor_field2_text": "{0} fermé {1}",
|
|
10818
10938
|
"history_contact_sensor_field2_text2": "{0} ouvert {1}",
|
|
@@ -10848,7 +10968,7 @@ export default {
|
|
|
10848
10968
|
"light_sources_feature_2_text_min_off": "Désactivation de l'éclairage principal dans {0} min",
|
|
10849
10969
|
"light_sources_feature_2_text_min_on": "Activation de l'éclairage principal dans {0} min",
|
|
10850
10970
|
"light_sources_feature_4_text_name": "Pause jusqu'à minuit",
|
|
10851
|
-
"light_sources_specific_settings_do_not_disturb_introduce": "Cette fonction permet au périphérique intelligent de rester désactivé une fois l'alimentation rétablie jusqu'à ce que vous le réactiviez explicitement. Pour le
|
|
10971
|
+
"light_sources_specific_settings_do_not_disturb_introduce": "Cette fonction permet au périphérique intelligent de rester désactivé une fois l'alimentation rétablie jusqu'à ce que vous le réactiviez explicitement. Pour le réactiver, il suffit d'activer et désactiver l'appareil deux fois de suite en 5 secondes.",
|
|
10852
10972
|
"light_sources_specific_settings_do_not_disturb_title": "Ne pas déranger",
|
|
10853
10973
|
"light_sources_specific_settings_power_off": "Comportement après coupure de courant",
|
|
10854
10974
|
"light_sources_specific_settings_remote_control": "Télécommande",
|
|
@@ -10876,7 +10996,7 @@ export default {
|
|
|
10876
10996
|
"manual_search_button_socket": "Prise de courant",
|
|
10877
10997
|
"matter_gradient_light_off_description_text": "Réglez une durée comprise entre 0 et 60 secondes pour diminuer progressivement la luminosité lorsque vous éteignez la lampe",
|
|
10878
10998
|
"matter_gradient_light_off_title": "Fondu à la désactivation",
|
|
10879
|
-
"matter_gradient_light_on_description_text": "Réglez une durée comprise entre 0 et 60 secondes pour augmenter progressivement la luminosité lors de l'
|
|
10999
|
+
"matter_gradient_light_on_description_text": "Réglez une durée comprise entre 0 et 60 secondes pour augmenter progressivement la luminosité lors de l'activation de la lampe",
|
|
10880
11000
|
"matter_gradient_light_on_title": "Fondu à l'activation",
|
|
10881
11001
|
"matter_gradient_overview_headline_text": "Fondu",
|
|
10882
11002
|
"matterplug_LED": "Voyant LED",
|
|
@@ -11018,18 +11138,18 @@ export default {
|
|
|
11018
11138
|
"power_off_memory_default_state_title": "État par défaut",
|
|
11019
11139
|
"power_off_memory_restore_memory_description": "Revenez à l'état précédent avant la mise hors tension",
|
|
11020
11140
|
"power_off_memory_restore_memory_title": "Restaurer la mémoire",
|
|
11021
|
-
"power_strip_feature_2_socket_1_text_min_off": "Prise 1
|
|
11022
|
-
"power_strip_feature_2_socket_1_text_min_on": "
|
|
11023
|
-
"power_strip_feature_2_socket_2_text_min_off": "Prise 2
|
|
11024
|
-
"power_strip_feature_2_socket_2_text_min_on": "Prise 2
|
|
11025
|
-
"power_strip_feature_2_socket_3_text_min_off": "Prise 3
|
|
11026
|
-
"power_strip_feature_2_socket_3_text_min_on": "Prise 3
|
|
11027
|
-
"power_strip_feature_2_socket_4_text_min_off": "Prise 4
|
|
11028
|
-
"power_strip_feature_2_socket_4_text_min_on": "
|
|
11029
|
-
"power_strip_feature_2_socket_5_text_min_off": "
|
|
11030
|
-
"power_strip_feature_2_socket_5_text_min_on": "
|
|
11031
|
-
"power_strip_feature_2_socket_usb_text_min_off": "Prises USB
|
|
11032
|
-
"power_strip_feature_2_socket_usb_text_min_on": "Prises USB
|
|
11141
|
+
"power_strip_feature_2_socket_1_text_min_off": "Désactivation de la Prise 1 dans {0} min",
|
|
11142
|
+
"power_strip_feature_2_socket_1_text_min_on": "Activation de la prise dans {0} min",
|
|
11143
|
+
"power_strip_feature_2_socket_2_text_min_off": "Désactivation de la Prise 2 dans {0} min",
|
|
11144
|
+
"power_strip_feature_2_socket_2_text_min_on": "Activation de la Prise 2 dans {0} min",
|
|
11145
|
+
"power_strip_feature_2_socket_3_text_min_off": "Désactivation de la Prise 3 dans {0} min ",
|
|
11146
|
+
"power_strip_feature_2_socket_3_text_min_on": "Activation de la Prise 3 dans {0} min ",
|
|
11147
|
+
"power_strip_feature_2_socket_4_text_min_off": "Désactivation de la Prise 4 dans {0} min",
|
|
11148
|
+
"power_strip_feature_2_socket_4_text_min_on": "Activation de la Prise 4 dans {0} min",
|
|
11149
|
+
"power_strip_feature_2_socket_5_text_min_off": "Désactivation de la Prise 5 dans {0} min",
|
|
11150
|
+
"power_strip_feature_2_socket_5_text_min_on": "Activation de la Prise 5 dans {0} min",
|
|
11151
|
+
"power_strip_feature_2_socket_usb_text_min_off": "Désactivation des Prises USB dans {0} min",
|
|
11152
|
+
"power_strip_feature_2_socket_usb_text_min_on": "Activation des Prises USB dans {0} min",
|
|
11033
11153
|
"power_strip_specific_settings_desc_socket_1": "[Description pour Prise 1]",
|
|
11034
11154
|
"power_strip_specific_settings_desc_socket_2": "[Description pour Prise 2]",
|
|
11035
11155
|
"power_strip_specific_settings_desc_socket_3": "[Description pour Prise 3]",
|
|
@@ -11038,7 +11158,7 @@ export default {
|
|
|
11038
11158
|
"power_strip_tile_socket_2_headline": "Prise 2",
|
|
11039
11159
|
"power_strip_tile_socket_3_headline": "Prise 3",
|
|
11040
11160
|
"power_strip_tile_socket_4_headline": "Prise 4",
|
|
11041
|
-
"power_strip_tile_socket_5_headline": "
|
|
11161
|
+
"power_strip_tile_socket_5_headline": "Prise 5",
|
|
11042
11162
|
"power_strip_tile_socket_usb_headline": "Prises USB",
|
|
11043
11163
|
"privatemode_description": "Pour fermer les canaux de transmission audio et vidéo de la caméra afin de protéger la vie privée des utilisateurs chez eux.",
|
|
11044
11164
|
"push_notifications_contact_sensor_door_closing_title": "Rappel de fermeture",
|
|
@@ -11081,8 +11201,18 @@ export default {
|
|
|
11081
11201
|
"smoke_alerteffect": "Fumée détectée",
|
|
11082
11202
|
"smoke_alertfree": "Aucune fumée détectée",
|
|
11083
11203
|
"smoke_equipmentselftest": "Auto-test de l'équipement",
|
|
11204
|
+
"socket1_active_timer_field_small_off_text": "Socket 1 off in {0}",
|
|
11205
|
+
"socket1_active_timer_field_small_on_text": "Socket 1 on in {0}",
|
|
11206
|
+
"socket2_active_timer_field_small_off_text": "Socket 2 off in {0}",
|
|
11207
|
+
"socket2_active_timer_field_small_on_text": "Socket 2 on in {0}",
|
|
11208
|
+
"socket3_active_timer_field_small_off_text": "Socket 3 off in {0}",
|
|
11209
|
+
"socket3_active_timer_field_small_on_text": "Socket 3 on in {0}",
|
|
11210
|
+
"socket4_active_timer_field_small_off_text": "Socket 4 off in {0}",
|
|
11211
|
+
"socket4_active_timer_field_small_on_text": "Socket 4 on in {0}",
|
|
11212
|
+
"socket5_active_timer_field_small_off_text": "Socket 5 off in {0}",
|
|
11213
|
+
"socket5_active_timer_field_small_on_text": "Socket 5 on in {0}",
|
|
11084
11214
|
"socket_settings_firstbox_status1_description": "L'appareil reste désactivé",
|
|
11085
|
-
"socket_settings_firstbox_status2_description": "L'appareil reste
|
|
11215
|
+
"socket_settings_firstbox_status2_description": "L'appareil reste activé",
|
|
11086
11216
|
"socket_settings_firstbox_status3_description": "Revenez à l'état précédent avant la mise hors tension",
|
|
11087
11217
|
"socket_settings_firstbox_topic": "État de l'appareil après sa mise sous tension",
|
|
11088
11218
|
"socket_settings_switch_off_firstbox_text": "Minuterie avant désactivation",
|
|
@@ -11090,13 +11220,15 @@ export default {
|
|
|
11090
11220
|
"socket_settings_switch_off_s": "s",
|
|
11091
11221
|
"socket_settings_switch_off_secondtopic": "Au bout de quel délai l'appareil doit-il être désactivé ?",
|
|
11092
11222
|
"sockets_ce": "Énergie consommée",
|
|
11093
|
-
"sockets_feature_2_socket_text_min_off": "
|
|
11094
|
-
"sockets_feature_2_socket_text_min_on": "
|
|
11223
|
+
"sockets_feature_2_socket_text_min_off": "Désactivation de la prise dans {0} min",
|
|
11224
|
+
"sockets_feature_2_socket_text_min_on": "Activation de la prise dans {0} min",
|
|
11095
11225
|
"sockets_headline_power": "Production d'énergie",
|
|
11096
11226
|
"sockets_specific_settings_child_lock": "Sécurité enfant",
|
|
11097
11227
|
"sockets_specific_settings_relay_status": "Comportement après coupure de courant",
|
|
11098
11228
|
"sockets_specific_settings_relay_status_remember": "Mémoriser le dernier statut",
|
|
11099
11229
|
"sockets_specific_settings_switch_inching": "Minuterie avant désactivation",
|
|
11230
|
+
"socketusb_active_timer_field_small_off_text": "USB off in {0}",
|
|
11231
|
+
"socketusb_active_timer_field_small_on_text": "USB on in {0}",
|
|
11100
11232
|
"software_update_found_failed_update_error_5012": "L’appareil est hors ligne.",
|
|
11101
11233
|
"solar_bt_pp_battery_headline": "Batterie",
|
|
11102
11234
|
"solar_bt_pp_field_dm": "Ambiance dynamique",
|
|
@@ -11248,12 +11380,12 @@ export default {
|
|
|
11248
11380
|
"timer_ceiling_fan_selectionfield_no_components_text": "no component selected",
|
|
11249
11381
|
"timer_ceiling_fan_switched_off_text": "Le ventilateur sera désactivé vers {0}",
|
|
11250
11382
|
"timer_ceiling_fan_switched_on_text": "Le ventilateur sera activé vers {0}",
|
|
11251
|
-
"timer_nightplug_active_timer_field_description_off_text": "
|
|
11252
|
-
"timer_nightplug_active_timer_field_description_on_text": "
|
|
11383
|
+
"timer_nightplug_active_timer_field_description_off_text": "Désactivation de la prise vers {0}",
|
|
11384
|
+
"timer_nightplug_active_timer_field_description_on_text": "Activation de la prise vers {0}",
|
|
11253
11385
|
"timer_nightplug_active_timer_subheadline2_text": "MINUTERIE ACTIVE ({0})",
|
|
11254
11386
|
"timer_nightplug_headline_text": "Minuterie",
|
|
11255
|
-
"timer_powerstrip_socket1_switched_off_text": "
|
|
11256
|
-
"timer_powerstrip_socket1_switched_on_text": "
|
|
11387
|
+
"timer_powerstrip_socket1_switched_off_text": "Désactivation de la Prise 1 vers {0}",
|
|
11388
|
+
"timer_powerstrip_socket1_switched_on_text": "Activation de la Prise 1 vers {0}",
|
|
11257
11389
|
"timer_sockets_button_text": "Démarrer",
|
|
11258
11390
|
"timeschedule_add_schedule_Lighting_applyfor_selection2_text": "Éclairage secondaire",
|
|
11259
11391
|
"timeschedule_add_schedule_Lighting_applyfor_selection_text": "Éclairage principal",
|
|
@@ -12108,6 +12240,16 @@ export default {
|
|
|
12108
12240
|
"smoke_alerteffect": "Otkriven dim",
|
|
12109
12241
|
"smoke_alertfree": "Nije otkriven dim",
|
|
12110
12242
|
"smoke_equipmentselftest": "Samotestiranje opreme",
|
|
12243
|
+
"socket1_active_timer_field_small_off_text": "Socket 1 off in {0}",
|
|
12244
|
+
"socket1_active_timer_field_small_on_text": "Socket 1 on in {0}",
|
|
12245
|
+
"socket2_active_timer_field_small_off_text": "Socket 2 off in {0}",
|
|
12246
|
+
"socket2_active_timer_field_small_on_text": "Socket 2 on in {0}",
|
|
12247
|
+
"socket3_active_timer_field_small_off_text": "Socket 3 off in {0}",
|
|
12248
|
+
"socket3_active_timer_field_small_on_text": "Socket 3 on in {0}",
|
|
12249
|
+
"socket4_active_timer_field_small_off_text": "Socket 4 off in {0}",
|
|
12250
|
+
"socket4_active_timer_field_small_on_text": "Socket 4 on in {0}",
|
|
12251
|
+
"socket5_active_timer_field_small_off_text": "Socket 5 off in {0}",
|
|
12252
|
+
"socket5_active_timer_field_small_on_text": "Socket 5 on in {0}",
|
|
12111
12253
|
"socket_settings_firstbox_status1_description": "Uređaj ostaje isključen",
|
|
12112
12254
|
"socket_settings_firstbox_status2_description": "Uređaj ostaje uključen",
|
|
12113
12255
|
"socket_settings_firstbox_status3_description": "Povratak u prethodno stanje prije isključivanja napajanja",
|
|
@@ -12124,6 +12266,8 @@ export default {
|
|
|
12124
12266
|
"sockets_specific_settings_relay_status": "Ponašanje nakon povratka napajanja",
|
|
12125
12267
|
"sockets_specific_settings_relay_status_remember": "Zapamti zadnji status",
|
|
12126
12268
|
"sockets_specific_settings_switch_inching": "Automatsko isključivanje ",
|
|
12269
|
+
"socketusb_active_timer_field_small_off_text": "USB off in {0}",
|
|
12270
|
+
"socketusb_active_timer_field_small_on_text": "USB on in {0}",
|
|
12127
12271
|
"software_update_found_failed_update_error_5012": "Uređaj je izvan mreže.",
|
|
12128
12272
|
"solar_bt_pp_battery_headline": "Baterija",
|
|
12129
12273
|
"solar_bt_pp_field_dm": "Dinamično raspoloženje",
|
|
@@ -13135,6 +13279,16 @@ export default {
|
|
|
13135
13279
|
"smoke_alerteffect": "Füst észlelhető",
|
|
13136
13280
|
"smoke_alertfree": "Nem észlelhető füst",
|
|
13137
13281
|
"smoke_equipmentselftest": "Berendezés öntesztelése",
|
|
13282
|
+
"socket1_active_timer_field_small_off_text": "Socket 1 off in {0}",
|
|
13283
|
+
"socket1_active_timer_field_small_on_text": "Socket 1 on in {0}",
|
|
13284
|
+
"socket2_active_timer_field_small_off_text": "Socket 2 off in {0}",
|
|
13285
|
+
"socket2_active_timer_field_small_on_text": "Socket 2 on in {0}",
|
|
13286
|
+
"socket3_active_timer_field_small_off_text": "Socket 3 off in {0}",
|
|
13287
|
+
"socket3_active_timer_field_small_on_text": "Socket 3 on in {0}",
|
|
13288
|
+
"socket4_active_timer_field_small_off_text": "Socket 4 off in {0}",
|
|
13289
|
+
"socket4_active_timer_field_small_on_text": "Socket 4 on in {0}",
|
|
13290
|
+
"socket5_active_timer_field_small_off_text": "Socket 5 off in {0}",
|
|
13291
|
+
"socket5_active_timer_field_small_on_text": "Socket 5 on in {0}",
|
|
13138
13292
|
"socket_settings_firstbox_status1_description": "A készülék kikapcsolva marad",
|
|
13139
13293
|
"socket_settings_firstbox_status2_description": "A készülék bekapcsolva marad",
|
|
13140
13294
|
"socket_settings_firstbox_status3_description": "Visszatérés a kikapcsolás előtti állapotba",
|
|
@@ -13151,6 +13305,8 @@ export default {
|
|
|
13151
13305
|
"sockets_specific_settings_relay_status": "Bekapcsoláskori viselkedés",
|
|
13152
13306
|
"sockets_specific_settings_relay_status_remember": "Emlékezz az utolsó állapotra",
|
|
13153
13307
|
"sockets_specific_settings_switch_inching": "Automatikus kikapcsolás ",
|
|
13308
|
+
"socketusb_active_timer_field_small_off_text": "USB off in {0}",
|
|
13309
|
+
"socketusb_active_timer_field_small_on_text": "USB on in {0}",
|
|
13154
13310
|
"software_update_found_failed_update_error_5012": "A készülék offline állapotban van.",
|
|
13155
13311
|
"solar_bt_pp_battery_headline": "Akkumulátor",
|
|
13156
13312
|
"solar_bt_pp_field_dm": "Dinamikus hangulat",
|
|
@@ -14162,6 +14318,16 @@ export default {
|
|
|
14162
14318
|
"smoke_alerteffect": "Fumo rilevato",
|
|
14163
14319
|
"smoke_alertfree": "Non viene rilevato fumo",
|
|
14164
14320
|
"smoke_equipmentselftest": "Autotest dell'apparecchiatura",
|
|
14321
|
+
"socket1_active_timer_field_small_off_text": "Socket 1 off in {0}",
|
|
14322
|
+
"socket1_active_timer_field_small_on_text": "Socket 1 on in {0}",
|
|
14323
|
+
"socket2_active_timer_field_small_off_text": "Socket 2 off in {0}",
|
|
14324
|
+
"socket2_active_timer_field_small_on_text": "Socket 2 on in {0}",
|
|
14325
|
+
"socket3_active_timer_field_small_off_text": "Socket 3 off in {0}",
|
|
14326
|
+
"socket3_active_timer_field_small_on_text": "Socket 3 on in {0}",
|
|
14327
|
+
"socket4_active_timer_field_small_off_text": "Socket 4 off in {0}",
|
|
14328
|
+
"socket4_active_timer_field_small_on_text": "Socket 4 on in {0}",
|
|
14329
|
+
"socket5_active_timer_field_small_off_text": "Socket 5 off in {0}",
|
|
14330
|
+
"socket5_active_timer_field_small_on_text": "Socket 5 on in {0}",
|
|
14165
14331
|
"socket_settings_firstbox_status1_description": "Il dispositivo rimane spento",
|
|
14166
14332
|
"socket_settings_firstbox_status2_description": "Il dispositivo rimane acceso",
|
|
14167
14333
|
"socket_settings_firstbox_status3_description": "Ripristina lo stato come prima dell'interruzione dell'alimentazione",
|
|
@@ -14178,6 +14344,8 @@ export default {
|
|
|
14178
14344
|
"sockets_specific_settings_relay_status": "Impostazioni alla riaccensione",
|
|
14179
14345
|
"sockets_specific_settings_relay_status_remember": "Ricorda l'ultimo stato",
|
|
14180
14346
|
"sockets_specific_settings_switch_inching": "Spegnimento automatico ",
|
|
14347
|
+
"socketusb_active_timer_field_small_off_text": "USB off in {0}",
|
|
14348
|
+
"socketusb_active_timer_field_small_on_text": "USB on in {0}",
|
|
14181
14349
|
"software_update_found_failed_update_error_5012": "Il dispositivo è offline.",
|
|
14182
14350
|
"solar_bt_pp_battery_headline": "Batteria",
|
|
14183
14351
|
"solar_bt_pp_field_dm": "Scenario dinamico",
|
|
@@ -15189,6 +15357,16 @@ export default {
|
|
|
15189
15357
|
"smoke_alerteffect": "연기 감지",
|
|
15190
15358
|
"smoke_alertfree": "연기가 감지되지 않음",
|
|
15191
15359
|
"smoke_equipmentselftest": "장비 자체 테스트",
|
|
15360
|
+
"socket1_active_timer_field_small_off_text": "Socket 1 off in {0}",
|
|
15361
|
+
"socket1_active_timer_field_small_on_text": "Socket 1 on in {0}",
|
|
15362
|
+
"socket2_active_timer_field_small_off_text": "Socket 2 off in {0}",
|
|
15363
|
+
"socket2_active_timer_field_small_on_text": "Socket 2 on in {0}",
|
|
15364
|
+
"socket3_active_timer_field_small_off_text": "Socket 3 off in {0}",
|
|
15365
|
+
"socket3_active_timer_field_small_on_text": "Socket 3 on in {0}",
|
|
15366
|
+
"socket4_active_timer_field_small_off_text": "Socket 4 off in {0}",
|
|
15367
|
+
"socket4_active_timer_field_small_on_text": "Socket 4 on in {0}",
|
|
15368
|
+
"socket5_active_timer_field_small_off_text": "Socket 5 off in {0}",
|
|
15369
|
+
"socket5_active_timer_field_small_on_text": "Socket 5 on in {0}",
|
|
15192
15370
|
"socket_settings_firstbox_status1_description": "장치 꺼진 상태로 유지",
|
|
15193
15371
|
"socket_settings_firstbox_status2_description": "장치 전원이 켜진 상태로 유지",
|
|
15194
15372
|
"socket_settings_firstbox_status3_description": "전원이 꺼지기 전의 상태로 돌아갑니다.",
|
|
@@ -15205,6 +15383,8 @@ export default {
|
|
|
15205
15383
|
"sockets_specific_settings_relay_status": "전원 켜기 동작",
|
|
15206
15384
|
"sockets_specific_settings_relay_status_remember": "마지막 상태 기억하기",
|
|
15207
15385
|
"sockets_specific_settings_switch_inching": "자동 스위치 끄기 ",
|
|
15386
|
+
"socketusb_active_timer_field_small_off_text": "USB off in {0}",
|
|
15387
|
+
"socketusb_active_timer_field_small_on_text": "USB on in {0}",
|
|
15208
15388
|
"software_update_found_failed_update_error_5012": "장치가 오프라인 상태입니다.",
|
|
15209
15389
|
"solar_bt_pp_battery_headline": "배터리",
|
|
15210
15390
|
"solar_bt_pp_field_dm": "다이나믹 무드",
|
|
@@ -16216,6 +16396,16 @@ export default {
|
|
|
16216
16396
|
"smoke_alerteffect": "Aptikta dūmų",
|
|
16217
16397
|
"smoke_alertfree": "Dūmų neaptikta",
|
|
16218
16398
|
"smoke_equipmentselftest": "Įrangos savikontrolė",
|
|
16399
|
+
"socket1_active_timer_field_small_off_text": "Socket 1 off in {0}",
|
|
16400
|
+
"socket1_active_timer_field_small_on_text": "Socket 1 on in {0}",
|
|
16401
|
+
"socket2_active_timer_field_small_off_text": "Socket 2 off in {0}",
|
|
16402
|
+
"socket2_active_timer_field_small_on_text": "Socket 2 on in {0}",
|
|
16403
|
+
"socket3_active_timer_field_small_off_text": "Socket 3 off in {0}",
|
|
16404
|
+
"socket3_active_timer_field_small_on_text": "Socket 3 on in {0}",
|
|
16405
|
+
"socket4_active_timer_field_small_off_text": "Socket 4 off in {0}",
|
|
16406
|
+
"socket4_active_timer_field_small_on_text": "Socket 4 on in {0}",
|
|
16407
|
+
"socket5_active_timer_field_small_off_text": "Socket 5 off in {0}",
|
|
16408
|
+
"socket5_active_timer_field_small_on_text": "Socket 5 on in {0}",
|
|
16219
16409
|
"socket_settings_firstbox_status1_description": "Įrenginys lieka išjungtas",
|
|
16220
16410
|
"socket_settings_firstbox_status2_description": "Įrenginys lieka įjungtas",
|
|
16221
16411
|
"socket_settings_firstbox_status3_description": "Grįžti į ankstesnę būseną prieš išjungiant maitinimą",
|
|
@@ -16232,6 +16422,8 @@ export default {
|
|
|
16232
16422
|
"sockets_specific_settings_relay_status": "Veikimas atkūrus maitinimą",
|
|
16233
16423
|
"sockets_specific_settings_relay_status_remember": "Prisimena buvusią būseną",
|
|
16234
16424
|
"sockets_specific_settings_switch_inching": "Automatinis išjungimas",
|
|
16425
|
+
"socketusb_active_timer_field_small_off_text": "USB off in {0}",
|
|
16426
|
+
"socketusb_active_timer_field_small_on_text": "USB on in {0}",
|
|
16235
16427
|
"software_update_found_failed_update_error_5012": "Įrenginys neprisijungęs.",
|
|
16236
16428
|
"solar_bt_pp_battery_headline": "Akumuliatorius",
|
|
16237
16429
|
"solar_bt_pp_field_dm": "Dinaminė nuotaika",
|
|
@@ -17243,6 +17435,16 @@ export default {
|
|
|
17243
17435
|
"smoke_alerteffect": "Konstatēti dūmi",
|
|
17244
17436
|
"smoke_alertfree": "Dūmi nav konstatēti",
|
|
17245
17437
|
"smoke_equipmentselftest": "Iekārtas pašpārbaude",
|
|
17438
|
+
"socket1_active_timer_field_small_off_text": "Socket 1 off in {0}",
|
|
17439
|
+
"socket1_active_timer_field_small_on_text": "Socket 1 on in {0}",
|
|
17440
|
+
"socket2_active_timer_field_small_off_text": "Socket 2 off in {0}",
|
|
17441
|
+
"socket2_active_timer_field_small_on_text": "Socket 2 on in {0}",
|
|
17442
|
+
"socket3_active_timer_field_small_off_text": "Socket 3 off in {0}",
|
|
17443
|
+
"socket3_active_timer_field_small_on_text": "Socket 3 on in {0}",
|
|
17444
|
+
"socket4_active_timer_field_small_off_text": "Socket 4 off in {0}",
|
|
17445
|
+
"socket4_active_timer_field_small_on_text": "Socket 4 on in {0}",
|
|
17446
|
+
"socket5_active_timer_field_small_off_text": "Socket 5 off in {0}",
|
|
17447
|
+
"socket5_active_timer_field_small_on_text": "Socket 5 on in {0}",
|
|
17246
17448
|
"socket_settings_firstbox_status1_description": "Ierīce paliek izslēgta",
|
|
17247
17449
|
"socket_settings_firstbox_status2_description": "Ierīce paliek ieslēgta",
|
|
17248
17450
|
"socket_settings_firstbox_status3_description": "Atgriezieties iepriekšējā stāvoklī pirms strāvas padeves izslēgšanas",
|
|
@@ -17259,6 +17461,8 @@ export default {
|
|
|
17259
17461
|
"sockets_specific_settings_relay_status": "Ieslēdziet uzvedību",
|
|
17260
17462
|
"sockets_specific_settings_relay_status_remember": "Atcerēties pēdējo statusu",
|
|
17261
17463
|
"sockets_specific_settings_switch_inching": "Automātiska izslēgšanās ",
|
|
17464
|
+
"socketusb_active_timer_field_small_off_text": "USB off in {0}",
|
|
17465
|
+
"socketusb_active_timer_field_small_on_text": "USB on in {0}",
|
|
17262
17466
|
"software_update_found_failed_update_error_5012": "Ierīce ir bezsaistē.",
|
|
17263
17467
|
"solar_bt_pp_battery_headline": "Baterija",
|
|
17264
17468
|
"solar_bt_pp_field_dm": "Dinamiskais noskaņojums",
|
|
@@ -18270,6 +18474,16 @@ export default {
|
|
|
18270
18474
|
"smoke_alerteffect": "Røyk oppdaget",
|
|
18271
18475
|
"smoke_alertfree": "Ingen røyk oppdaget",
|
|
18272
18476
|
"smoke_equipmentselftest": "Selvtest av utstyr",
|
|
18477
|
+
"socket1_active_timer_field_small_off_text": "Socket 1 off in {0}",
|
|
18478
|
+
"socket1_active_timer_field_small_on_text": "Socket 1 on in {0}",
|
|
18479
|
+
"socket2_active_timer_field_small_off_text": "Socket 2 off in {0}",
|
|
18480
|
+
"socket2_active_timer_field_small_on_text": "Socket 2 on in {0}",
|
|
18481
|
+
"socket3_active_timer_field_small_off_text": "Socket 3 off in {0}",
|
|
18482
|
+
"socket3_active_timer_field_small_on_text": "Socket 3 on in {0}",
|
|
18483
|
+
"socket4_active_timer_field_small_off_text": "Socket 4 off in {0}",
|
|
18484
|
+
"socket4_active_timer_field_small_on_text": "Socket 4 on in {0}",
|
|
18485
|
+
"socket5_active_timer_field_small_off_text": "Socket 5 off in {0}",
|
|
18486
|
+
"socket5_active_timer_field_small_on_text": "Socket 5 on in {0}",
|
|
18273
18487
|
"socket_settings_firstbox_status1_description": "Enheten forblir slått av",
|
|
18274
18488
|
"socket_settings_firstbox_status2_description": "Enheten forblir slått på",
|
|
18275
18489
|
"socket_settings_firstbox_status3_description": "Gå tilbake til forrige tilstand før strømmen ble slått av",
|
|
@@ -18286,6 +18500,8 @@ export default {
|
|
|
18286
18500
|
"sockets_specific_settings_relay_status": "Strøm på atferd",
|
|
18287
18501
|
"sockets_specific_settings_relay_status_remember": "Husk siste status",
|
|
18288
18502
|
"sockets_specific_settings_switch_inching": "Automatisk avslåing",
|
|
18503
|
+
"socketusb_active_timer_field_small_off_text": "USB off in {0}",
|
|
18504
|
+
"socketusb_active_timer_field_small_on_text": "USB on in {0}",
|
|
18289
18505
|
"software_update_found_failed_update_error_5012": "Enheten er frakoblet.",
|
|
18290
18506
|
"solar_bt_pp_battery_headline": "Batteri",
|
|
18291
18507
|
"solar_bt_pp_field_dm": "Dynamisk stemning",
|
|
@@ -19297,6 +19513,16 @@ export default {
|
|
|
19297
19513
|
"smoke_alerteffect": "Wykryto dym",
|
|
19298
19514
|
"smoke_alertfree": "Nie wykryto dymu",
|
|
19299
19515
|
"smoke_equipmentselftest": "Autotest urządzenia",
|
|
19516
|
+
"socket1_active_timer_field_small_off_text": "Socket 1 off in {0}",
|
|
19517
|
+
"socket1_active_timer_field_small_on_text": "Socket 1 on in {0}",
|
|
19518
|
+
"socket2_active_timer_field_small_off_text": "Socket 2 off in {0}",
|
|
19519
|
+
"socket2_active_timer_field_small_on_text": "Socket 2 on in {0}",
|
|
19520
|
+
"socket3_active_timer_field_small_off_text": "Socket 3 off in {0}",
|
|
19521
|
+
"socket3_active_timer_field_small_on_text": "Socket 3 on in {0}",
|
|
19522
|
+
"socket4_active_timer_field_small_off_text": "Socket 4 off in {0}",
|
|
19523
|
+
"socket4_active_timer_field_small_on_text": "Socket 4 on in {0}",
|
|
19524
|
+
"socket5_active_timer_field_small_off_text": "Socket 5 off in {0}",
|
|
19525
|
+
"socket5_active_timer_field_small_on_text": "Socket 5 on in {0}",
|
|
19300
19526
|
"socket_settings_firstbox_status1_description": "Urządzenie pozostaje wyłączone",
|
|
19301
19527
|
"socket_settings_firstbox_status2_description": "Urządzenie pozostaje włączone",
|
|
19302
19528
|
"socket_settings_firstbox_status3_description": "Powrót do poprzedniego stanu przed wyłączeniem zasilania",
|
|
@@ -19313,6 +19539,8 @@ export default {
|
|
|
19313
19539
|
"sockets_specific_settings_relay_status": "Zachowanie włączania zasilania",
|
|
19314
19540
|
"sockets_specific_settings_relay_status_remember": "Zapamiętaj ostatni status",
|
|
19315
19541
|
"sockets_specific_settings_switch_inching": "Automatyczne wyłączanie ",
|
|
19542
|
+
"socketusb_active_timer_field_small_off_text": "USB off in {0}",
|
|
19543
|
+
"socketusb_active_timer_field_small_on_text": "USB on in {0}",
|
|
19316
19544
|
"software_update_found_failed_update_error_5012": "Urządzenie jest offline.",
|
|
19317
19545
|
"solar_bt_pp_battery_headline": "Bateria",
|
|
19318
19546
|
"solar_bt_pp_field_dm": "Dynamiczny nastrój",
|
|
@@ -20324,6 +20552,16 @@ export default {
|
|
|
20324
20552
|
"smoke_alerteffect": "Fumaça detectada",
|
|
20325
20553
|
"smoke_alertfree": "Nenhuma fumaça detectada",
|
|
20326
20554
|
"smoke_equipmentselftest": "Autoteste do equipamento",
|
|
20555
|
+
"socket1_active_timer_field_small_off_text": "Socket 1 off in {0}",
|
|
20556
|
+
"socket1_active_timer_field_small_on_text": "Socket 1 on in {0}",
|
|
20557
|
+
"socket2_active_timer_field_small_off_text": "Socket 2 off in {0}",
|
|
20558
|
+
"socket2_active_timer_field_small_on_text": "Socket 2 on in {0}",
|
|
20559
|
+
"socket3_active_timer_field_small_off_text": "Socket 3 off in {0}",
|
|
20560
|
+
"socket3_active_timer_field_small_on_text": "Socket 3 on in {0}",
|
|
20561
|
+
"socket4_active_timer_field_small_off_text": "Socket 4 off in {0}",
|
|
20562
|
+
"socket4_active_timer_field_small_on_text": "Socket 4 on in {0}",
|
|
20563
|
+
"socket5_active_timer_field_small_off_text": "Socket 5 off in {0}",
|
|
20564
|
+
"socket5_active_timer_field_small_on_text": "Socket 5 on in {0}",
|
|
20327
20565
|
"socket_settings_firstbox_status1_description": "O dispositivo permanece desligado",
|
|
20328
20566
|
"socket_settings_firstbox_status2_description": "O dispositivo permanece ligado",
|
|
20329
20567
|
"socket_settings_firstbox_status3_description": "Retorne ao estado anterior antes de a energia ser desligada",
|
|
@@ -20340,6 +20578,8 @@ export default {
|
|
|
20340
20578
|
"sockets_specific_settings_relay_status": "Poder sobre o comportamento",
|
|
20341
20579
|
"sockets_specific_settings_relay_status_remember": "Lembrar o último status",
|
|
20342
20580
|
"sockets_specific_settings_switch_inching": "Desligamento automático ",
|
|
20581
|
+
"socketusb_active_timer_field_small_off_text": "USB off in {0}",
|
|
20582
|
+
"socketusb_active_timer_field_small_on_text": "USB on in {0}",
|
|
20343
20583
|
"software_update_found_failed_update_error_5012": "O dispositivo está offline.",
|
|
20344
20584
|
"solar_bt_pp_battery_headline": "Bateria",
|
|
20345
20585
|
"solar_bt_pp_field_dm": "Modo dinâmico",
|
|
@@ -21351,6 +21591,16 @@ export default {
|
|
|
21351
21591
|
"smoke_alerteffect": "Fum detectat",
|
|
21352
21592
|
"smoke_alertfree": "Nu se detectează fum",
|
|
21353
21593
|
"smoke_equipmentselftest": "Autotestarea echipamentului",
|
|
21594
|
+
"socket1_active_timer_field_small_off_text": "Socket 1 off in {0}",
|
|
21595
|
+
"socket1_active_timer_field_small_on_text": "Socket 1 on in {0}",
|
|
21596
|
+
"socket2_active_timer_field_small_off_text": "Socket 2 off in {0}",
|
|
21597
|
+
"socket2_active_timer_field_small_on_text": "Socket 2 on in {0}",
|
|
21598
|
+
"socket3_active_timer_field_small_off_text": "Socket 3 off in {0}",
|
|
21599
|
+
"socket3_active_timer_field_small_on_text": "Socket 3 on in {0}",
|
|
21600
|
+
"socket4_active_timer_field_small_off_text": "Socket 4 off in {0}",
|
|
21601
|
+
"socket4_active_timer_field_small_on_text": "Socket 4 on in {0}",
|
|
21602
|
+
"socket5_active_timer_field_small_off_text": "Socket 5 off in {0}",
|
|
21603
|
+
"socket5_active_timer_field_small_on_text": "Socket 5 on in {0}",
|
|
21354
21604
|
"socket_settings_firstbox_status1_description": "Dispozitivul rămâne oprit",
|
|
21355
21605
|
"socket_settings_firstbox_status2_description": "Dispozitivul rămâne pornit",
|
|
21356
21606
|
"socket_settings_firstbox_status3_description": "Reveniți la starea anterioară înainte ca alimentarea să fie oprită",
|
|
@@ -21367,6 +21617,8 @@ export default {
|
|
|
21367
21617
|
"sockets_specific_settings_relay_status": "Putere asupra comportamentului",
|
|
21368
21618
|
"sockets_specific_settings_relay_status_remember": "Amintiți-vă ultimul statut",
|
|
21369
21619
|
"sockets_specific_settings_switch_inching": "Oprire automată ",
|
|
21620
|
+
"socketusb_active_timer_field_small_off_text": "USB off in {0}",
|
|
21621
|
+
"socketusb_active_timer_field_small_on_text": "USB on in {0}",
|
|
21370
21622
|
"software_update_found_failed_update_error_5012": "Dispozitivul este offline.",
|
|
21371
21623
|
"solar_bt_pp_battery_headline": "Baterie",
|
|
21372
21624
|
"solar_bt_pp_field_dm": "Dispoziție dinamică",
|
|
@@ -22378,6 +22630,16 @@ export default {
|
|
|
22378
22630
|
"smoke_alerteffect": "Обнаружен дым",
|
|
22379
22631
|
"smoke_alertfree": "Дым не обнаружен",
|
|
22380
22632
|
"smoke_equipmentselftest": "Самотестирование оборудования",
|
|
22633
|
+
"socket1_active_timer_field_small_off_text": "Socket 1 off in {0}",
|
|
22634
|
+
"socket1_active_timer_field_small_on_text": "Socket 1 on in {0}",
|
|
22635
|
+
"socket2_active_timer_field_small_off_text": "Socket 2 off in {0}",
|
|
22636
|
+
"socket2_active_timer_field_small_on_text": "Socket 2 on in {0}",
|
|
22637
|
+
"socket3_active_timer_field_small_off_text": "Socket 3 off in {0}",
|
|
22638
|
+
"socket3_active_timer_field_small_on_text": "Socket 3 on in {0}",
|
|
22639
|
+
"socket4_active_timer_field_small_off_text": "Socket 4 off in {0}",
|
|
22640
|
+
"socket4_active_timer_field_small_on_text": "Socket 4 on in {0}",
|
|
22641
|
+
"socket5_active_timer_field_small_off_text": "Socket 5 off in {0}",
|
|
22642
|
+
"socket5_active_timer_field_small_on_text": "Socket 5 on in {0}",
|
|
22381
22643
|
"socket_settings_firstbox_status1_description": "Устройство остается выключенным",
|
|
22382
22644
|
"socket_settings_firstbox_status2_description": "Устройство остается включенным",
|
|
22383
22645
|
"socket_settings_firstbox_status3_description": "Возврат к предыдущему состоянию до отключения питания",
|
|
@@ -22394,6 +22656,8 @@ export default {
|
|
|
22394
22656
|
"sockets_specific_settings_relay_status": "Влияние силы на поведение",
|
|
22395
22657
|
"sockets_specific_settings_relay_status_remember": "Запомнить последний статус",
|
|
22396
22658
|
"sockets_specific_settings_switch_inching": "Автоматическое отключение ",
|
|
22659
|
+
"socketusb_active_timer_field_small_off_text": "USB off in {0}",
|
|
22660
|
+
"socketusb_active_timer_field_small_on_text": "USB on in {0}",
|
|
22397
22661
|
"software_update_found_failed_update_error_5012": "Устройство не в сети.",
|
|
22398
22662
|
"solar_bt_pp_battery_headline": "Батарея",
|
|
22399
22663
|
"solar_bt_pp_field_dm": "Динамичное настроение",
|
|
@@ -23405,6 +23669,16 @@ export default {
|
|
|
23405
23669
|
"smoke_alerteffect": "Detekovaný dym",
|
|
23406
23670
|
"smoke_alertfree": "Nebol zistený žiadny dym",
|
|
23407
23671
|
"smoke_equipmentselftest": "Autotest zariadenia",
|
|
23672
|
+
"socket1_active_timer_field_small_off_text": "Socket 1 off in {0}",
|
|
23673
|
+
"socket1_active_timer_field_small_on_text": "Socket 1 on in {0}",
|
|
23674
|
+
"socket2_active_timer_field_small_off_text": "Socket 2 off in {0}",
|
|
23675
|
+
"socket2_active_timer_field_small_on_text": "Socket 2 on in {0}",
|
|
23676
|
+
"socket3_active_timer_field_small_off_text": "Socket 3 off in {0}",
|
|
23677
|
+
"socket3_active_timer_field_small_on_text": "Socket 3 on in {0}",
|
|
23678
|
+
"socket4_active_timer_field_small_off_text": "Socket 4 off in {0}",
|
|
23679
|
+
"socket4_active_timer_field_small_on_text": "Socket 4 on in {0}",
|
|
23680
|
+
"socket5_active_timer_field_small_off_text": "Socket 5 off in {0}",
|
|
23681
|
+
"socket5_active_timer_field_small_on_text": "Socket 5 on in {0}",
|
|
23408
23682
|
"socket_settings_firstbox_status1_description": "Zariadenie zostáva vypnuté",
|
|
23409
23683
|
"socket_settings_firstbox_status2_description": "Zariadenie zostáva zapnuté",
|
|
23410
23684
|
"socket_settings_firstbox_status3_description": "Návrat do predchádzajúceho stavu pred vypnutím napájania",
|
|
@@ -23421,6 +23695,8 @@ export default {
|
|
|
23421
23695
|
"sockets_specific_settings_relay_status": "Správanie pri zapnutí",
|
|
23422
23696
|
"sockets_specific_settings_relay_status_remember": "Zapamätať si posledný stav",
|
|
23423
23697
|
"sockets_specific_settings_switch_inching": "Automatické vypnutie ",
|
|
23698
|
+
"socketusb_active_timer_field_small_off_text": "USB off in {0}",
|
|
23699
|
+
"socketusb_active_timer_field_small_on_text": "USB on in {0}",
|
|
23424
23700
|
"software_update_found_failed_update_error_5012": "Zariadenie je v režime offline.",
|
|
23425
23701
|
"solar_bt_pp_battery_headline": "Batéria",
|
|
23426
23702
|
"solar_bt_pp_field_dm": "Dynamický režim",
|
|
@@ -24376,9 +24652,9 @@ export default {
|
|
|
24376
24652
|
"power_strip_feature_2_socket_3_text_min_off": "Uttag 3 stängs av om {0} min",
|
|
24377
24653
|
"power_strip_feature_2_socket_3_text_min_on": "Uttag 3 sätts på om{0} min",
|
|
24378
24654
|
"power_strip_feature_2_socket_4_text_min_off": "Uttag 4 kommer att stängas av om {0} ",
|
|
24379
|
-
"power_strip_feature_2_socket_4_text_min_on": "
|
|
24380
|
-
"power_strip_feature_2_socket_5_text_min_off": "
|
|
24381
|
-
"power_strip_feature_2_socket_5_text_min_on": "
|
|
24655
|
+
"power_strip_feature_2_socket_4_text_min_on": "Uttag 4 kommer att slås på om {0}",
|
|
24656
|
+
"power_strip_feature_2_socket_5_text_min_off": "Uttag 5 kommer att stängas av om {0}",
|
|
24657
|
+
"power_strip_feature_2_socket_5_text_min_on": "Uttag 5 kommer att slås på om {0}",
|
|
24382
24658
|
"power_strip_feature_2_socket_usb_text_min_off": "USB-uttag stängs av om {0} min",
|
|
24383
24659
|
"power_strip_feature_2_socket_usb_text_min_on": "USB-uttag sätts på om {0} min",
|
|
24384
24660
|
"power_strip_specific_settings_desc_socket_1": "Uttag 1 Beskrivning",
|
|
@@ -24389,7 +24665,7 @@ export default {
|
|
|
24389
24665
|
"power_strip_tile_socket_2_headline": "Uttag 2",
|
|
24390
24666
|
"power_strip_tile_socket_3_headline": "Uttag 3",
|
|
24391
24667
|
"power_strip_tile_socket_4_headline": "Uttag 4",
|
|
24392
|
-
"power_strip_tile_socket_5_headline": "
|
|
24668
|
+
"power_strip_tile_socket_5_headline": "Uttag 5",
|
|
24393
24669
|
"power_strip_tile_socket_usb_headline": "USB-uttag",
|
|
24394
24670
|
"privatemode_description": "För att stänga ljud- och videoöverföringskanalerna för kameran för att skydda användarnas integritet när de är hemma.",
|
|
24395
24671
|
"push_notifications_contact_sensor_door_closing_title": "Påminnelse om stängning",
|
|
@@ -24432,6 +24708,16 @@ export default {
|
|
|
24432
24708
|
"smoke_alerteffect": "Rök har upptäckts",
|
|
24433
24709
|
"smoke_alertfree": "Ingen rök upptäckt",
|
|
24434
24710
|
"smoke_equipmentselftest": "Självtest av utrustning",
|
|
24711
|
+
"socket1_active_timer_field_small_off_text": "Socket 1 off in {0}",
|
|
24712
|
+
"socket1_active_timer_field_small_on_text": "Socket 1 on in {0}",
|
|
24713
|
+
"socket2_active_timer_field_small_off_text": "Socket 2 off in {0}",
|
|
24714
|
+
"socket2_active_timer_field_small_on_text": "Socket 2 on in {0}",
|
|
24715
|
+
"socket3_active_timer_field_small_off_text": "Socket 3 off in {0}",
|
|
24716
|
+
"socket3_active_timer_field_small_on_text": "Socket 3 on in {0}",
|
|
24717
|
+
"socket4_active_timer_field_small_off_text": "Socket 4 off in {0}",
|
|
24718
|
+
"socket4_active_timer_field_small_on_text": "Socket 4 on in {0}",
|
|
24719
|
+
"socket5_active_timer_field_small_off_text": "Socket 5 off in {0}",
|
|
24720
|
+
"socket5_active_timer_field_small_on_text": "Socket 5 on in {0}",
|
|
24435
24721
|
"socket_settings_firstbox_status1_description": "Enheten förblir frånkopplad",
|
|
24436
24722
|
"socket_settings_firstbox_status2_description": "Enheten förblir tillkopplad",
|
|
24437
24723
|
"socket_settings_firstbox_status3_description": "Återgå till föregående tillstånd innan strömmen stängdes av",
|
|
@@ -24448,6 +24734,8 @@ export default {
|
|
|
24448
24734
|
"sockets_specific_settings_relay_status": "Slå på beteende",
|
|
24449
24735
|
"sockets_specific_settings_relay_status_remember": "Kom ihåg senaste status",
|
|
24450
24736
|
"sockets_specific_settings_switch_inching": "Automatisk avstängning ",
|
|
24737
|
+
"socketusb_active_timer_field_small_off_text": "USB off in {0}",
|
|
24738
|
+
"socketusb_active_timer_field_small_on_text": "USB on in {0}",
|
|
24451
24739
|
"software_update_found_failed_update_error_5012": "Enheten är offline.",
|
|
24452
24740
|
"solar_bt_pp_battery_headline": "Batteri",
|
|
24453
24741
|
"solar_bt_pp_field_dm": "Dynamiskt läge",
|
|
@@ -25459,6 +25747,16 @@ export default {
|
|
|
25459
25747
|
"smoke_alerteffect": "Duman tespit edildi",
|
|
25460
25748
|
"smoke_alertfree": "Duman algılanmadı",
|
|
25461
25749
|
"smoke_equipmentselftest": "Ekipman kendi kendine testi",
|
|
25750
|
+
"socket1_active_timer_field_small_off_text": "Socket 1 off in {0}",
|
|
25751
|
+
"socket1_active_timer_field_small_on_text": "Socket 1 on in {0}",
|
|
25752
|
+
"socket2_active_timer_field_small_off_text": "Socket 2 off in {0}",
|
|
25753
|
+
"socket2_active_timer_field_small_on_text": "Socket 2 on in {0}",
|
|
25754
|
+
"socket3_active_timer_field_small_off_text": "Socket 3 off in {0}",
|
|
25755
|
+
"socket3_active_timer_field_small_on_text": "Socket 3 on in {0}",
|
|
25756
|
+
"socket4_active_timer_field_small_off_text": "Socket 4 off in {0}",
|
|
25757
|
+
"socket4_active_timer_field_small_on_text": "Socket 4 on in {0}",
|
|
25758
|
+
"socket5_active_timer_field_small_off_text": "Socket 5 off in {0}",
|
|
25759
|
+
"socket5_active_timer_field_small_on_text": "Socket 5 on in {0}",
|
|
25462
25760
|
"socket_settings_firstbox_status1_description": "Cihaz kapalı kalıyor",
|
|
25463
25761
|
"socket_settings_firstbox_status2_description": "Cihaz açık kalır",
|
|
25464
25762
|
"socket_settings_firstbox_status3_description": "Güç kapatılmadan önceki duruma geri dönün",
|
|
@@ -25475,6 +25773,8 @@ export default {
|
|
|
25475
25773
|
"sockets_specific_settings_relay_status": "Davranış üzerinde güç",
|
|
25476
25774
|
"sockets_specific_settings_relay_status_remember": "Son durumu hatırla",
|
|
25477
25775
|
"sockets_specific_settings_switch_inching": "Otomatik Kapatma ",
|
|
25776
|
+
"socketusb_active_timer_field_small_off_text": "USB off in {0}",
|
|
25777
|
+
"socketusb_active_timer_field_small_on_text": "USB on in {0}",
|
|
25478
25778
|
"software_update_found_failed_update_error_5012": "Cihaz çevrimdışı.",
|
|
25479
25779
|
"solar_bt_pp_battery_headline": "Pil",
|
|
25480
25780
|
"solar_bt_pp_field_dm": "Dinamik Mod",
|
|
@@ -26429,10 +26729,10 @@ export default {
|
|
|
26429
26729
|
"power_strip_feature_2_socket_2_text_min_on": "Розетку 2 увімкнути через {0} хв",
|
|
26430
26730
|
"power_strip_feature_2_socket_3_text_min_off": "Розетку 3 вимкнути через {0} хв",
|
|
26431
26731
|
"power_strip_feature_2_socket_3_text_min_on": "Розетка 3 увімкнеться через {0} хв",
|
|
26432
|
-
"power_strip_feature_2_socket_4_text_min_off": "
|
|
26433
|
-
"power_strip_feature_2_socket_4_text_min_on": "
|
|
26434
|
-
"power_strip_feature_2_socket_5_text_min_off": "
|
|
26435
|
-
"power_strip_feature_2_socket_5_text_min_on": "
|
|
26732
|
+
"power_strip_feature_2_socket_4_text_min_off": "Розетка 4 буде вимкнена через {0} ",
|
|
26733
|
+
"power_strip_feature_2_socket_4_text_min_on": "Розетка 4 буде включена через {0}",
|
|
26734
|
+
"power_strip_feature_2_socket_5_text_min_off": "Розетка 5 буде вимкнена через {0}",
|
|
26735
|
+
"power_strip_feature_2_socket_5_text_min_on": "Розетка 5 буде включена через {0}",
|
|
26436
26736
|
"power_strip_feature_2_socket_usb_text_min_off": "Вимкнення роз'єму USB через {0} хв",
|
|
26437
26737
|
"power_strip_feature_2_socket_usb_text_min_on": "Увімкнення роз'єму USB через {0} хв",
|
|
26438
26738
|
"power_strip_specific_settings_desc_socket_1": "Розетка 1 Опис",
|
|
@@ -26486,6 +26786,16 @@ export default {
|
|
|
26486
26786
|
"smoke_alerteffect": "Виявлено задимлення",
|
|
26487
26787
|
"smoke_alertfree": "Задимлення не виявлено",
|
|
26488
26788
|
"smoke_equipmentselftest": "Автоматична діагностика обладнання",
|
|
26789
|
+
"socket1_active_timer_field_small_off_text": "Socket 1 off in {0}",
|
|
26790
|
+
"socket1_active_timer_field_small_on_text": "Socket 1 on in {0}",
|
|
26791
|
+
"socket2_active_timer_field_small_off_text": "Socket 2 off in {0}",
|
|
26792
|
+
"socket2_active_timer_field_small_on_text": "Socket 2 on in {0}",
|
|
26793
|
+
"socket3_active_timer_field_small_off_text": "Socket 3 off in {0}",
|
|
26794
|
+
"socket3_active_timer_field_small_on_text": "Socket 3 on in {0}",
|
|
26795
|
+
"socket4_active_timer_field_small_off_text": "Socket 4 off in {0}",
|
|
26796
|
+
"socket4_active_timer_field_small_on_text": "Socket 4 on in {0}",
|
|
26797
|
+
"socket5_active_timer_field_small_off_text": "Socket 5 off in {0}",
|
|
26798
|
+
"socket5_active_timer_field_small_on_text": "Socket 5 on in {0}",
|
|
26489
26799
|
"socket_settings_firstbox_status1_description": "Пристрій залишається вимкненим",
|
|
26490
26800
|
"socket_settings_firstbox_status2_description": "Пристрій залишається увімкненим",
|
|
26491
26801
|
"socket_settings_firstbox_status3_description": "Повернення до попереднього стану перед вимкненням живлення",
|
|
@@ -26502,6 +26812,8 @@ export default {
|
|
|
26502
26812
|
"sockets_specific_settings_relay_status": "Поведінка при увімкненні живлення",
|
|
26503
26813
|
"sockets_specific_settings_relay_status_remember": "Запам'ятати останній статус",
|
|
26504
26814
|
"sockets_specific_settings_switch_inching": "Автоматичне вимкнення ",
|
|
26815
|
+
"socketusb_active_timer_field_small_off_text": "USB off in {0}",
|
|
26816
|
+
"socketusb_active_timer_field_small_on_text": "USB on in {0}",
|
|
26505
26817
|
"software_update_found_failed_update_error_5012": "Пристрій вимкнений.",
|
|
26506
26818
|
"solar_bt_pp_battery_headline": "Акумулятор",
|
|
26507
26819
|
"solar_bt_pp_field_dm": "Динамічний настрій",
|
|
@@ -27513,6 +27825,16 @@ export default {
|
|
|
27513
27825
|
"smoke_alerteffect": "Fumaça detectada",
|
|
27514
27826
|
"smoke_alertfree": "Nenhuma fumaça detectada",
|
|
27515
27827
|
"smoke_equipmentselftest": "Autoteste do equipamento",
|
|
27828
|
+
"socket1_active_timer_field_small_off_text": "Socket 1 off in {0}",
|
|
27829
|
+
"socket1_active_timer_field_small_on_text": "Socket 1 on in {0}",
|
|
27830
|
+
"socket2_active_timer_field_small_off_text": "Socket 2 off in {0}",
|
|
27831
|
+
"socket2_active_timer_field_small_on_text": "Socket 2 on in {0}",
|
|
27832
|
+
"socket3_active_timer_field_small_off_text": "Socket 3 off in {0}",
|
|
27833
|
+
"socket3_active_timer_field_small_on_text": "Socket 3 on in {0}",
|
|
27834
|
+
"socket4_active_timer_field_small_off_text": "Socket 4 off in {0}",
|
|
27835
|
+
"socket4_active_timer_field_small_on_text": "Socket 4 on in {0}",
|
|
27836
|
+
"socket5_active_timer_field_small_off_text": "Socket 5 off in {0}",
|
|
27837
|
+
"socket5_active_timer_field_small_on_text": "Socket 5 on in {0}",
|
|
27516
27838
|
"socket_settings_firstbox_status1_description": "O dispositivo permanece desligado",
|
|
27517
27839
|
"socket_settings_firstbox_status2_description": "O dispositivo permanece ligado",
|
|
27518
27840
|
"socket_settings_firstbox_status3_description": "Retorne ao estado anterior antes de a energia ser desligada",
|
|
@@ -27529,6 +27851,8 @@ export default {
|
|
|
27529
27851
|
"sockets_specific_settings_relay_status": "Poder sobre o comportamento",
|
|
27530
27852
|
"sockets_specific_settings_relay_status_remember": "Lembrar o último status",
|
|
27531
27853
|
"sockets_specific_settings_switch_inching": "Desligamento automático ",
|
|
27854
|
+
"socketusb_active_timer_field_small_off_text": "USB off in {0}",
|
|
27855
|
+
"socketusb_active_timer_field_small_on_text": "USB on in {0}",
|
|
27532
27856
|
"software_update_found_failed_update_error_5012": "O dispositivo está offline.",
|
|
27533
27857
|
"solar_bt_pp_battery_headline": "Bateria",
|
|
27534
27858
|
"solar_bt_pp_field_dm": "Modo dinâmico",
|
package/translateKey.txt
CHANGED
|
@@ -1041,3 +1041,15 @@ power_strip_tile_socket_4_headline
|
|
|
1041
1041
|
power_strip_tile_socket_5_headline
|
|
1042
1042
|
power_strip_tile_socket_usb_headline
|
|
1043
1043
|
manual_search_button_socket
|
|
1044
|
+
socket1_active_timer_field_small_off_text
|
|
1045
|
+
socket1_active_timer_field_small_on_text
|
|
1046
|
+
socket2_active_timer_field_small_off_text
|
|
1047
|
+
socket2_active_timer_field_small_on_text
|
|
1048
|
+
socket3_active_timer_field_small_off_text
|
|
1049
|
+
socket3_active_timer_field_small_on_text
|
|
1050
|
+
socket4_active_timer_field_small_off_text
|
|
1051
|
+
socket4_active_timer_field_small_on_text
|
|
1052
|
+
socket5_active_timer_field_small_off_text
|
|
1053
|
+
socket5_active_timer_field_small_on_text
|
|
1054
|
+
socketusb_active_timer_field_small_off_text
|
|
1055
|
+
socketusb_active_timer_field_small_on_text
|