[ci skip] Translation update
parent
a50f121011
commit
5dcaeebdac
|
@ -1,4 +1,86 @@
|
|||
{
|
||||
"device_automation": {
|
||||
"condition_type": {
|
||||
"is_bat_low": "{entity_name} aku on t\u00fchjenemas",
|
||||
"is_cold": "{entity_name} on k\u00fclm",
|
||||
"is_connected": "{entity_name} on \u00fchendatud",
|
||||
"is_gas": "{entity_name} tuvastab gaasi(leket)",
|
||||
"is_hot": "{entity_name} on kuum",
|
||||
"is_light": "{entity_name} tuvastab valgust",
|
||||
"is_locked": "{entity_name} on lukustatud",
|
||||
"is_moist": "{entity_name} on niiske",
|
||||
"is_motion": "{entity_name} tuvastab liikumist",
|
||||
"is_moving": "{entity_name} liigub",
|
||||
"is_no_gas": "{entity_name} ei tuvasta gaasi(leket)",
|
||||
"is_no_light": "{entity_name} ei tuvasta valgust",
|
||||
"is_no_motion": "{entity_name} ei tuvasta liikumist",
|
||||
"is_no_problem": "{entity_name} ei leia probleemi",
|
||||
"is_no_smoke": "{entity_name} ei tuvasta suitsu",
|
||||
"is_no_sound": "{entity_name} ei tuvasta heli",
|
||||
"is_no_vibration": "{entity_name} ei tuvasta vibratsiooni",
|
||||
"is_not_bat_low": "{entity_name} aku on laetud",
|
||||
"is_not_cold": "{entity_name} ei ole k\u00fclm",
|
||||
"is_not_connected": "{entity_name} pole \u00fchendatud",
|
||||
"is_not_hot": "{entity_name} ei ole kuum",
|
||||
"is_not_locked": "{entity_name} on lukustamata",
|
||||
"is_not_moist": "{entity_name} on kuiv",
|
||||
"is_not_moving": "{entity_name} liikumist ei tuvastatud",
|
||||
"is_not_occupied": "{entity_name} pole h\u00f5ivatud",
|
||||
"is_not_open": "{entity_name} on suletud",
|
||||
"is_not_plugged_in": "{entity_name} on lahti \u00fchendatud",
|
||||
"is_not_powered": "{entity_name} ei ole voolu all",
|
||||
"is_not_present": "{entity_name} puudub",
|
||||
"is_not_unsafe": "{entity_name} on turvaline",
|
||||
"is_occupied": "{entity_name} on h\u00f5ivatud",
|
||||
"is_off": "{entity_name} on v\u00e4lja l\u00fclitatud",
|
||||
"is_on": "{entity_name} on sisse l\u00fclitatud",
|
||||
"is_open": "{entity_name} on avatud",
|
||||
"is_plugged_in": "{entity_name} on \u00fchendatud",
|
||||
"is_powered": "{entity_name} on voolu all",
|
||||
"is_present": "{entity_name} on saadaval",
|
||||
"is_problem": "Olemil {entity_name} on probleem",
|
||||
"is_smoke": "{entity_name} tuvastab suitsu",
|
||||
"is_sound": "{entity_name} tuvastab heli",
|
||||
"is_unsafe": "{entity_name} on ebaturvaline",
|
||||
"is_vibration": "{entity_name} tuvastab vibratsiooni"
|
||||
},
|
||||
"trigger_type": {
|
||||
"bat_low": "{entity_name} aku hakkab t\u00fchjaks saama",
|
||||
"cold": "{entity_name} muutus k\u00fclmaks",
|
||||
"connected": "{entity_name} on \u00fchendatud",
|
||||
"gas": "{entity_name} tuvastas gaasi(leket)",
|
||||
"hot": "{entity_name} muutus kuumaks",
|
||||
"light": "{entity_name} tuvastas valgust",
|
||||
"locked": "{entity_name} on lukus",
|
||||
"moist": "{entity_name} muutus niiskeks",
|
||||
"motion": "{entity_name} tuvastas liikumist",
|
||||
"moving": "{entity_name} hakkas liikuma",
|
||||
"no_gas": "{entity_name} l\u00f5petas gaasi(lekke) tuvastamise",
|
||||
"no_light": "{entity_name} l\u00f5petas valguse tuvastamise",
|
||||
"no_motion": "{entity_name} l\u00f5petas liikumise tuvastamise",
|
||||
"no_problem": "{entity_name} l\u00f5petas probleemi tuvastamise",
|
||||
"no_smoke": "{entity_name} l\u00f5petas suitsu tuvastamise",
|
||||
"no_sound": "{entity_name} l\u00f5petas heli tuvastamise",
|
||||
"no_vibration": "{entity_name} l\u00f5petas vibratsiooni tuvastamise",
|
||||
"not_bat_low": "{entity_name} aku on laetud",
|
||||
"not_cold": "{entity_name} ei ole enam k\u00fclm",
|
||||
"not_connected": "{entity_name} on lahti \u00fchendatud",
|
||||
"not_hot": "{entity_name} ei ole enam kuum",
|
||||
"not_locked": "{entity_name} on lukustamata",
|
||||
"not_moist": "{entity_name} muutus kuivaks",
|
||||
"not_moving": "{entity_name} liikumine peatus",
|
||||
"not_occupied": "{entity_name} vabanes h\u00f5ivest",
|
||||
"not_opened": "{entity_name} sulgus",
|
||||
"not_plugged_in": "{entity_name} \u00fchendati vooluv\u00f5rgust v\u00e4lja",
|
||||
"not_powered": "{entity_name} pole toidet",
|
||||
"not_present": "{entity_name} puudub",
|
||||
"not_unsafe": "{entity_name} muutus turvaliseks",
|
||||
"occupied": "{entity_name} h\u00f5ivati",
|
||||
"opened": "{entity_name} avanes",
|
||||
"plugged_in": "{entity_name} \u00fchendati",
|
||||
"powered": "{entity_name} l\u00fcltus voolu alla"
|
||||
}
|
||||
},
|
||||
"state": {
|
||||
"_": {
|
||||
"off": "V\u00e4ljas",
|
||||
|
|
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"single_instance_allowed": "Ja configurat. Nom\u00e9s \u00e9s possible una sola configuraci\u00f3.",
|
||||
"unknown": "Error inesperat"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Ha fallat la connexi\u00f3"
|
||||
},
|
||||
"flow_title": "Canary: {name}",
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "Contrasenya",
|
||||
"username": "Nom d'usuari"
|
||||
},
|
||||
"title": "Connexi\u00f3 amb Canary"
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"ffmpeg_arguments": "Par\u00e0metres enviats a ffmpeg per c\u00e0meres",
|
||||
"timeout": "Temps d'espera de sol\u00b7licitud (segons)"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"single_instance_allowed": "Already configured. Only a single configuration possible.",
|
||||
"unknown": "Unexpected error"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Failed to connect"
|
||||
},
|
||||
"flow_title": "Canary: {name}",
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "Password",
|
||||
"username": "Username"
|
||||
},
|
||||
"title": "Connect to Canary"
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"ffmpeg_arguments": "Arguments passed to ffmpeg for cameras",
|
||||
"timeout": "Request Timeout (seconds)"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"config": {
|
||||
"flow_title": "Canary : {name}",
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "Se connecter \u00e0 Canary"
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"ffmpeg_arguments": "Arguments transmis \u00e0 ffmpeg pour les cam\u00e9ras",
|
||||
"timeout": "D\u00e9lai d'expiration de la demande (secondes)"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"single_instance_allowed": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u0443\u0436\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0430. \u0412\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u043e\u0434\u043d\u0443 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044e.",
|
||||
"unknown": "\u041d\u0435\u043f\u0440\u0435\u0434\u0432\u0438\u0434\u0435\u043d\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430."
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f."
|
||||
},
|
||||
"flow_title": "Canary: {name}",
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "\u041f\u0430\u0440\u043e\u043b\u044c",
|
||||
"username": "\u041b\u043e\u0433\u0438\u043d"
|
||||
},
|
||||
"title": "\u041f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u043a Canary"
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"ffmpeg_arguments": "\u0410\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u044b, \u043f\u0435\u0440\u0435\u0434\u0430\u043d\u043d\u044b\u0435 \u0432 ffmpeg \u0434\u043b\u044f \u043a\u0430\u043c\u0435\u0440",
|
||||
"timeout": "\u0422\u0430\u0439\u043c-\u0430\u0443\u0442 \u0437\u0430\u043f\u0440\u043e\u0441\u0430 (\u0432 \u0441\u0435\u043a\u0443\u043d\u0434\u0430\u0445)"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"single_instance_allowed": "\u50c5\u80fd\u8a2d\u5b9a\u4e00\u7d44\u8a2d\u5099\u3002",
|
||||
"unknown": "\u672a\u9810\u671f\u932f\u8aa4"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "\u9023\u7dda\u5931\u6557"
|
||||
},
|
||||
"flow_title": "Canary\uff1a{name}",
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "\u5bc6\u78bc",
|
||||
"username": "\u4f7f\u7528\u8005\u540d\u7a31"
|
||||
},
|
||||
"title": "\u9023\u7dda\u81f3 Canary"
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"ffmpeg_arguments": "\u50b3\u905e\u81f3 ffmpeg \u4e4b\u651d\u5f71\u6a5f\u53c3\u6578",
|
||||
"timeout": "\u8acb\u6c42\u903e\u6642\uff08\u79d2\uff09"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,4 +1,22 @@
|
|||
{
|
||||
"device_automation": {
|
||||
"condition_type": {
|
||||
"is_closed": "{entity_name} on suletud",
|
||||
"is_closing": "{entity_name} sulgub",
|
||||
"is_open": "{entity_name} on avatud",
|
||||
"is_opening": "{entity_name} avaneb",
|
||||
"is_position": "Praegune {entity_name} asend on",
|
||||
"is_tilt_position": "Praegune {entity_name} kalle on"
|
||||
},
|
||||
"trigger_type": {
|
||||
"closed": "{entity_name} sulgus",
|
||||
"closing": "{entity_name} sulgub",
|
||||
"opened": "{entity_name} avanes",
|
||||
"opening": "{entity_name} avaneb",
|
||||
"position": "{entity_name} asend muutub",
|
||||
"tilt_position": "{entity_name} kalle muutub"
|
||||
}
|
||||
},
|
||||
"state": {
|
||||
"_": {
|
||||
"closed": "Suletud",
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"device_automation": {
|
||||
"trigger_type": {
|
||||
"remote_button_rotation_stopped": "Nupu \" {subtype} \" p\u00f6\u00f6ramine peatus"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,4 +1,10 @@
|
|||
{
|
||||
"device_automation": {
|
||||
"condition_type": {
|
||||
"is_home": "{entity_name} on kodus",
|
||||
"is_not_home": "{entity_name} on eemal"
|
||||
}
|
||||
},
|
||||
"state": {
|
||||
"_": {
|
||||
"home": "Kodus",
|
||||
|
|
|
@ -1,4 +1,18 @@
|
|||
{
|
||||
"device_automation": {
|
||||
"action_type": {
|
||||
"turn_off": "L\u00fclita {entity_name} v\u00e4lja",
|
||||
"turn_on": "L\u00fclita {entity_name} sisse"
|
||||
},
|
||||
"condition_type": {
|
||||
"is_off": "{entity_name} on v\u00e4lja l\u00fclitatud",
|
||||
"is_on": "{entity_name} on sisse l\u00fclitatud"
|
||||
},
|
||||
"trigger_type": {
|
||||
"turned_off": "{entity_name} l\u00fclitus v\u00e4lja",
|
||||
"turned_on": "{entity_name} l\u00fclitus sisse"
|
||||
}
|
||||
},
|
||||
"state": {
|
||||
"_": {
|
||||
"off": "V\u00e4ljas",
|
||||
|
|
|
@ -1,13 +1,24 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"all_configured": "K\u00f5ik Philips Hue sillad on juba konfigureeritud",
|
||||
"discover_timeout": "Ei leia Philips Hue sildu",
|
||||
"no_bridges": "Philips Hue sildu ei avastatud",
|
||||
"unknown": "Ilmnes tundmatu viga"
|
||||
},
|
||||
"error": {
|
||||
"linking": "Ilmnes tundmatu linkimist\u00f5rge.",
|
||||
"register_failed": "Registreerimine nurjus. Proovige uuesti"
|
||||
},
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"host": ""
|
||||
}
|
||||
},
|
||||
"title": "Valige Hue sild"
|
||||
},
|
||||
"link": {
|
||||
"description": "Vajutage silla nuppu, et registreerida Philips Hue Home Assistant abil. \n\n ! [Nupu asukoht sillal] (/ static / images / config_philips_hue.jpg)"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,14 @@
|
|||
{
|
||||
"device_automation": {
|
||||
"condition_type": {
|
||||
"is_locked": "{entity_name} on lukus",
|
||||
"is_unlocked": "{entity_name} on lukustamata"
|
||||
},
|
||||
"trigger_type": {
|
||||
"locked": "{entity_name} on lukus",
|
||||
"unlocked": "{entity_name} on lukustamata"
|
||||
}
|
||||
},
|
||||
"state": {
|
||||
"_": {
|
||||
"locked": "Lukus",
|
||||
|
|
|
@ -1,4 +1,13 @@
|
|||
{
|
||||
"device_automation": {
|
||||
"condition_type": {
|
||||
"is_idle": "{entity_name} on j\u00f5udeolekus",
|
||||
"is_off": "{entity_name} on v\u00e4lja l\u00fclitatud",
|
||||
"is_on": "{entity_name} on sisse l\u00fclitatud",
|
||||
"is_paused": "{entity_name} on peatatud",
|
||||
"is_playing": "{entity_name} m\u00e4ngib"
|
||||
}
|
||||
},
|
||||
"state": {
|
||||
"_": {
|
||||
"idle": "Ootel",
|
||||
|
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"name_exists": "See asukoht on juba m\u00e4\u00e4ratud"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"elevation": "K\u00f5rgus merepinnast",
|
||||
"latitude": "Laiuskraad",
|
||||
"longitude": "Pikkuskraad",
|
||||
"name": "Nimi"
|
||||
},
|
||||
"description": "Norra ilmateenistus",
|
||||
"title": "Asukoht"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"unexpected_error": "Ootamatu t\u00f5rge"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "Salas\u00f5na",
|
||||
"username": "Kasutajanimi",
|
||||
"vendor": "Tootja"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -13,9 +13,10 @@
|
|||
"user": {
|
||||
"data": {
|
||||
"host": "Adre\u00e7a IP de Smile",
|
||||
"password": "ID de Smile"
|
||||
"password": "ID de Smile",
|
||||
"port": "N\u00famero de port de Smile"
|
||||
},
|
||||
"description": "Detalls",
|
||||
"description": "Introdueix:",
|
||||
"title": "Connecta't amb el Smile"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -13,9 +13,10 @@
|
|||
"user": {
|
||||
"data": {
|
||||
"host": "Smile IP address",
|
||||
"password": "Smile ID"
|
||||
"password": "Smile ID",
|
||||
"port": "Smile port number"
|
||||
},
|
||||
"description": "Details",
|
||||
"description": "Please enter:",
|
||||
"title": "Connect to the Smile"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -13,7 +13,8 @@
|
|||
"user": {
|
||||
"data": {
|
||||
"host": "Adresse IP de Smile",
|
||||
"password": "ID Smile"
|
||||
"password": "ID Smile",
|
||||
"port": "Num\u00e9ro de port Smile"
|
||||
},
|
||||
"description": "D\u00e9tails",
|
||||
"title": "Se connecter \u00e0 Smile"
|
||||
|
|
|
@ -13,7 +13,8 @@
|
|||
"user": {
|
||||
"data": {
|
||||
"host": "IP-\u0430\u0434\u0440\u0435\u0441",
|
||||
"password": "ID \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430"
|
||||
"password": "ID \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430",
|
||||
"port": "\u041d\u043e\u043c\u0435\u0440 \u043f\u043e\u0440\u0442\u0430 Smile"
|
||||
},
|
||||
"description": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u0442\u0435 Home Assistant \u0434\u043b\u044f \u0438\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u0438 \u0441 Plugwise.",
|
||||
"title": "\u041f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u043a \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0443"
|
||||
|
|
|
@ -1,4 +1,25 @@
|
|||
{
|
||||
"device_automation": {
|
||||
"condition_type": {
|
||||
"is_battery_level": "Praegune {entity_name} aku tase",
|
||||
"is_humidity": "Praegune {entity_name} niiskus",
|
||||
"is_illuminance": "Praegune {entity_name} valgustatus",
|
||||
"is_power": "Praegune {entity_name} toide (v\u00f5imsus)",
|
||||
"is_pressure": "Praegune {entity_name} r\u00f5hk",
|
||||
"is_signal_strength": "Praegune {entity_name} signaali tugevus",
|
||||
"is_temperature": "Praegune {entity_name} temperatuur",
|
||||
"is_timestamp": "Praegune {entity_name} aeg",
|
||||
"is_value": "Praegune {entity_name} v\u00e4\u00e4rtus"
|
||||
},
|
||||
"trigger_type": {
|
||||
"battery_level": "{entity_name} aku tase muutub",
|
||||
"humidity": "{entity_name} niiskus muutub",
|
||||
"illuminance": "{entity_name} valgustustugevus muutub",
|
||||
"power": "{entity_name} energiare\u017eiimi muutub",
|
||||
"pressure": "{entity_name} r\u00f5hk muutub",
|
||||
"signal_strength": "{entity_name} signaalitugevus muutub"
|
||||
}
|
||||
},
|
||||
"state": {
|
||||
"_": {
|
||||
"off": "V\u00e4ljas",
|
||||
|
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"latitude": "Laiuskraad",
|
||||
"longitude": "Pikkuskraad",
|
||||
"name": "Nimi"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"name": "Nimi",
|
||||
"password": "Salas\u00f5na",
|
||||
"username": "Kasutajanimi"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,4 +1,18 @@
|
|||
{
|
||||
"device_automation": {
|
||||
"action_type": {
|
||||
"clean": "{entity_name} puhastamise lubamine",
|
||||
"dock": "Laske {entity_name} dokki naasta"
|
||||
},
|
||||
"condition_type": {
|
||||
"is_cleaning": "{entity_name} puhastab",
|
||||
"is_docked": "{entity_name} on emajaamas"
|
||||
},
|
||||
"trigger_type": {
|
||||
"cleaning": "{entity_name} alustas puhastamist",
|
||||
"docked": "{entity_name} on emajaamas"
|
||||
}
|
||||
},
|
||||
"state": {
|
||||
"_": {
|
||||
"cleaning": "Puhastamine",
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"device_automation": {
|
||||
"action_type": {
|
||||
"warn": "Hoiata"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -15,7 +15,7 @@
|
|||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Vert og port (ex 10.10.0.4:8010)",
|
||||
"host": "Vert og port (f.eks. 10.10.0.4:8010)",
|
||||
"password": "Passord",
|
||||
"path": "ZM-bane",
|
||||
"path_zms": "ZMS-bane",
|
||||
|
|
Loading…
Reference in New Issue