Skip to content

Commit 65a383a

Browse files
github-actions[bot]homeassistantbgoncal
authored
Update Localized Strings (home-assistant#2505)
Automatically created by bgoncal. --------- Co-authored-by: Home Assistant Bot <[email protected]> Co-authored-by: Bruno Pantaleão <[email protected]>
1 parent 0df9992 commit 65a383a

File tree

40 files changed

+531
-34
lines changed

40 files changed

+531
-34
lines changed

Gemfile.lock

+28-26
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GEM
88
i18n (>= 1.6, < 2)
99
minitest (>= 5.1)
1010
tzinfo (~> 2.0)
11-
addressable (2.8.5)
11+
addressable (2.8.6)
1212
public_suffix (>= 2.0.2, < 6.0)
1313
algoliasearch (1.27.5)
1414
httpclient (~> 2.8, >= 2.8.3)
@@ -17,20 +17,20 @@ GEM
1717
ast (2.4.2)
1818
atomos (0.1.3)
1919
aws-eventstream (1.3.0)
20-
aws-partitions (1.859.0)
21-
aws-sdk-core (3.188.0)
22-
aws-eventstream (~> 1, >= 1.0.2)
20+
aws-partitions (1.877.0)
21+
aws-sdk-core (3.190.1)
22+
aws-eventstream (~> 1, >= 1.3.0)
2323
aws-partitions (~> 1, >= 1.651.0)
24-
aws-sigv4 (~> 1.5)
24+
aws-sigv4 (~> 1.8)
2525
jmespath (~> 1, >= 1.6.1)
26-
aws-sdk-kms (1.73.0)
26+
aws-sdk-kms (1.75.0)
2727
aws-sdk-core (~> 3, >= 3.188.0)
2828
aws-sigv4 (~> 1.1)
29-
aws-sdk-s3 (1.140.0)
30-
aws-sdk-core (~> 3, >= 3.188.0)
29+
aws-sdk-s3 (1.142.0)
30+
aws-sdk-core (~> 3, >= 3.189.0)
3131
aws-sdk-kms (~> 1)
32-
aws-sigv4 (~> 1.6)
33-
aws-sigv4 (1.7.0)
32+
aws-sigv4 (~> 1.8)
33+
aws-sigv4 (1.8.0)
3434
aws-eventstream (~> 1, >= 1.0.2)
3535
babosa (1.0.4)
3636
claide (1.1.0)
@@ -89,7 +89,7 @@ GEM
8989
escape (0.0.4)
9090
ethon (0.16.0)
9191
ffi (>= 1.15.0)
92-
excon (0.105.0)
92+
excon (0.109.0)
9393
faraday (1.10.3)
9494
faraday-em_http (~> 1.0)
9595
faraday-em_synchrony (~> 1.0)
@@ -118,8 +118,8 @@ GEM
118118
faraday-retry (1.0.3)
119119
faraday_middleware (1.2.0)
120120
faraday (~> 1.0)
121-
fastimage (2.2.7)
122-
fastlane (2.217.0)
121+
fastimage (2.3.0)
122+
fastlane (2.218.0)
123123
CFPropertyList (>= 2.3, < 4.0.0)
124124
addressable (>= 2.8, < 3.0.0)
125125
artifactory (~> 3.0)
@@ -146,7 +146,7 @@ GEM
146146
mini_magick (>= 4.9.4, < 5.0.0)
147147
multipart-post (>= 2.0.0, < 3.0.0)
148148
naturally (~> 2.2)
149-
optparse (~> 0.1.1)
149+
optparse (>= 0.1.1)
150150
plist (>= 3.1.0, < 4.0.0)
151151
rubyzip (>= 2.0.0, < 3.0.0)
152152
security (= 0.1.3)
@@ -169,7 +169,7 @@ GEM
169169
fourflusher (2.3.1)
170170
fuzzy_match (2.0.4)
171171
gh_inspector (1.1.3)
172-
google-apis-androidpublisher_v3 (0.53.0)
172+
google-apis-androidpublisher_v3 (0.54.0)
173173
google-apis-core (>= 0.11.0, < 2.a)
174174
google-apis-core (0.11.2)
175175
addressable (~> 2.5, >= 2.5.1)
@@ -186,11 +186,11 @@ GEM
186186
google-apis-core (>= 0.11.0, < 2.a)
187187
google-apis-storage_v1 (0.29.0)
188188
google-apis-core (>= 0.11.0, < 2.a)
189-
google-cloud-core (1.6.0)
190-
google-cloud-env (~> 1.0)
189+
google-cloud-core (1.6.1)
190+
google-cloud-env (>= 1.0, < 3.a)
191191
google-cloud-errors (~> 1.0)
192-
google-cloud-env (1.6.0)
193-
faraday (>= 0.17.3, < 3.0)
192+
google-cloud-env (2.1.0)
193+
faraday (>= 1.0, < 3.a)
194194
google-cloud-errors (1.3.1)
195195
google-cloud-storage (1.45.0)
196196
addressable (~> 2.8)
@@ -200,8 +200,9 @@ GEM
200200
google-cloud-core (~> 1.6)
201201
googleauth (>= 0.16.2, < 2.a)
202202
mini_mime (~> 1.0)
203-
googleauth (1.8.1)
204-
faraday (>= 0.17.3, < 3.a)
203+
googleauth (1.9.1)
204+
faraday (>= 1.0, < 3.a)
205+
google-cloud-env (~> 2.1)
205206
jwt (>= 1.4, < 3.0)
206207
multi_json (~> 1.11)
207208
os (>= 0.9, < 2.0)
@@ -213,7 +214,7 @@ GEM
213214
i18n (1.14.1)
214215
concurrent-ruby (~> 1.0)
215216
jmespath (1.6.2)
216-
json (2.6.3)
217+
json (2.7.1)
217218
jwt (2.7.1)
218219
mini_magick (4.12.0)
219220
mini_mime (1.1.5)
@@ -225,12 +226,12 @@ GEM
225226
nap (1.1.0)
226227
naturally (2.2.1)
227228
netrc (0.11.0)
228-
optparse (0.1.1)
229+
optparse (0.4.0)
229230
os (1.1.4)
230231
parallel (1.22.1)
231232
parser (3.1.2.1)
232233
ast (~> 2.4.1)
233-
plist (3.7.0)
234+
plist (3.7.1)
234235
public_suffix (4.0.7)
235236
rainbow (3.1.1)
236237
rake (13.1.0)
@@ -273,15 +274,15 @@ GEM
273274
unicode-display_width (>= 1.1.1, < 3)
274275
trailblazer-option (0.1.2)
275276
tty-cursor (0.7.1)
276-
tty-screen (0.8.1)
277+
tty-screen (0.8.2)
277278
tty-spinner (0.9.3)
278279
tty-cursor (~> 0.7)
279280
typhoeus (1.4.0)
280281
ethon (>= 0.9.0)
281282
tzinfo (2.0.6)
282283
concurrent-ruby (~> 1.0)
283284
uber (0.1.0)
284-
unicode-display_width (2.2.0)
285+
unicode-display_width (2.5.0)
285286
webrick (1.8.1)
286287
word_wrap (1.0.0)
287288
xcodeproj (1.23.0)
@@ -302,6 +303,7 @@ PLATFORMS
302303
x86_64-darwin-20
303304
x86_64-darwin-21
304305
x86_64-darwin-22
306+
x86_64-darwin-23
305307

306308
DEPENDENCIES
307309
cocoapods

HomeAssistant.xcodeproj/project.pbxproj

+90
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
"component::button::title" = "Botó";
2+
"component::cover::title" = "Coberta";
3+
"component::input_boolean::title" = "Entrada booleana";
4+
"component::input_button::title" = "Entrada de botó";
5+
"component::light::title" = "Llum";
6+
"component::lock::title" = "Pany";
7+
"component::scene::title" = "Escena";
8+
"component::script::title" = "Programa (script)";
9+
"component::switch::title" = "Interruptor";
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
"component::button::title" = "Tlačítko";
2+
"component::cover::title" = "Roleta";
3+
"component::input_boolean::title" = "Pomocníci - přepínače";
4+
"component::input_button::title" = "Pomocníci - tlačítko";
5+
"component::light::title" = "Světlo";
6+
"component::lock::title" = "Zamknout";
7+
"component::scene::title" = "Scéna";
8+
"component::script::title" = "Skript";
9+
"component::switch::title" = "Vypínač";
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
"component::button::title" = "Button";
2+
"component::cover::title" = "Clawr";
3+
"component::input_boolean::title" = "Mewnbynnu boolean";
4+
"component::input_button::title" = "Input button";
5+
"component::light::title" = "Golau";
6+
"component::lock::title" = "Clo";
7+
"component::scene::title" = "Golygfa";
8+
"component::script::title" = "Sgript";
9+
"component::switch::title" = "Newid";
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
"component::button::title" = "Knap";
2+
"component::cover::title" = "Gardin/port";
3+
"component::input_boolean::title" = "Boolsk valg";
4+
"component::input_button::title" = "Input-knap";
5+
"component::light::title" = "Lys";
6+
"component::lock::title" = "Lås";
7+
"component::scene::title" = "Scene";
8+
"component::script::title" = "Script";
9+
"component::switch::title" = "Kontakt";
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
"component::button::title" = "Taste";
2+
"component::cover::title" = "Abdeckung";
3+
"component::input_boolean::title" = "Eingabe boolescher Wert";
4+
"component::input_button::title" = "Eingabetaste";
5+
"component::light::title" = "Licht";
6+
"component::lock::title" = "Schloss";
7+
"component::scene::title" = "Szene";
8+
"component::script::title" = "Skript";
9+
"component::switch::title" = "Schalter";
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
"component::button::title" = "Κουμπί";
2+
"component::cover::title" = "Κάλυμμα";
3+
"component::input_boolean::title" = "Εισαγωγή λογικής πράξης";
4+
"component::input_button::title" = "Κουμπί εισαγωγής";
5+
"component::light::title" = "Φως";
6+
"component::lock::title" = "Κλειδαριά";
7+
"component::scene::title" = "Σκηνή";
8+
"component::script::title" = "Σενάριο";
9+
"component::switch::title" = "Διακόπτης";
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
"component::button::title" = "Button";
2+
"component::cover::title" = "Cover";
3+
"component::input_boolean::title" = "Input boolean";
4+
"component::input_button::title" = "Input button";
5+
"component::light::title" = "Light";
6+
"component::lock::title" = "Lock";
7+
"component::scene::title" = "Scene";
8+
"component::script::title" = "Script";
9+
"component::switch::title" = "Switch";
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
"component::button::title" = "Button";
2+
"component::cover::title" = "Cover";
3+
"component::input_boolean::title" = "Input boolean";
4+
"component::input_button::title" = "Input button";
5+
"component::light::title" = "Light";
6+
"component::lock::title" = "Lock";
7+
"component::scene::title" = "Scene";
8+
"component::script::title" = "Script";
9+
"component::switch::title" = "Switch";
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
"component::button::title" = "Botón";
2+
"component::cover::title" = "Cubierta";
3+
"component::input_boolean::title" = "Entrada booleana";
4+
"component::input_button::title" = "Botón de entrada";
5+
"component::light::title" = "Luz";
6+
"component::lock::title" = "Cerradura";
7+
"component::scene::title" = "Escena";
8+
"component::script::title" = "Script";
9+
"component::switch::title" = "Interruptor";
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
"component::button::title" = "Botón";
2+
"component::cover::title" = "Portada";
3+
"component::input_boolean::title" = "Entrada booleana";
4+
"component::input_button::title" = "Input button";
5+
"component::light::title" = "Luz";
6+
"component::lock::title" = "Cerrar";
7+
"component::scene::title" = "Escena";
8+
"component::script::title" = "Script";
9+
"component::switch::title" = "Interruptor";
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
"component::button::title" = "Botón";
2+
"component::cover::title" = "Portada";
3+
"component::input_boolean::title" = "Entrada booleana";
4+
"component::input_button::title" = "Input button";
5+
"component::light::title" = "Luz";
6+
"component::lock::title" = "Cerrar";
7+
"component::scene::title" = "Escena";
8+
"component::script::title" = "Script";
9+
"component::switch::title" = "Interruptor";
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
"component::button::title" = "Nupp";
2+
"component::cover::title" = "Kardin";
3+
"component::input_boolean::title" = "Tõeväärtuse abiline";
4+
"component::input_button::title" = "Sisestusnupp";
5+
"component::light::title" = "Tuled";
6+
"component::lock::title" = "Lukk";
7+
"component::scene::title" = "Stseen";
8+
"component::script::title" = "Skript";
9+
"component::switch::title" = "Lüliti";
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
"component::button::title" = "Button";
2+
"component::cover::title" = "Kaihtimet";
3+
"component::input_boolean::title" = "Syöttöboolean";
4+
"component::input_button::title" = "Input button";
5+
"component::light::title" = "Valo";
6+
"component::lock::title" = "Lukko";
7+
"component::scene::title" = "Tilanne";
8+
"component::script::title" = "Skripti";
9+
"component::switch::title" = "Kytkin";
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
"component::button::title" = "Bouton";
2+
"component::cover::title" = "Volets";
3+
"component::input_boolean::title" = "Entrée logique";
4+
"component::input_button::title" = "Bouton d'entrée";
5+
"component::light::title" = "Lumière";
6+
"component::lock::title" = "Verrou";
7+
"component::scene::title" = "Scène";
8+
"component::script::title" = "Script";
9+
"component::switch::title" = "Commutateur";
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
"component::button::title" = "לחצן";
2+
"component::cover::title" = "וילון";
3+
"component::input_boolean::title" = "קלט בוליאני";
4+
"component::input_button::title" = "קלט לחצן";
5+
"component::light::title" = "תאורה";
6+
"component::lock::title" = "מנעול";
7+
"component::scene::title" = "סצנה";
8+
"component::script::title" = "סקריפט";
9+
"component::switch::title" = "מתג";
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
"component::button::title" = "Gomb";
2+
"component::cover::title" = "Árnyékoló";
3+
"component::input_boolean::title" = "Logikai váltó";
4+
"component::input_button::title" = "Nyomógomb";
5+
"component::light::title" = "Világítás";
6+
"component::lock::title" = "Zár";
7+
"component::scene::title" = "Jelenet";
8+
"component::script::title" = "Szkript";
9+
"component::switch::title" = "Kapcsoló";
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
"component::button::title" = "Tombol";
2+
"component::cover::title" = "Penutup";
3+
"component::input_boolean::title" = "Input boolean";
4+
"component::input_button::title" = "Tombol input";
5+
"component::light::title" = "Lampu";
6+
"component::lock::title" = "Kunci";
7+
"component::scene::title" = "Skenario";
8+
"component::script::title" = "Skrip";
9+
"component::switch::title" = "Sakelar";
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
"component::button::title" = "Pulsante";
2+
"component::cover::title" = "Copertura";
3+
"component::input_boolean::title" = "Input booleano";
4+
"component::input_button::title" = "Pulsante di input";
5+
"component::light::title" = "Luce";
6+
"component::lock::title" = "Serratura";
7+
"component::scene::title" = "Scena";
8+
"component::script::title" = "Script";
9+
"component::switch::title" = "Interruttore";
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
"component::button::title" = "ボタン";
2+
"component::cover::title" = "カバー";
3+
"component::input_boolean::title" = "真偽値入力(Booleans)";
4+
"component::input_button::title" = "ボタン入力";
5+
"component::light::title" = "照明";
6+
"component::lock::title" = "ロック";
7+
"component::scene::title" = "シーン";
8+
"component::script::title" = "スクリプト";
9+
"component::switch::title" = "スイッチ";
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
"component::button::title" = "버튼";
2+
"component::cover::title" = "여닫이";
3+
"component::input_boolean::title" = "참/거짓 입력";
4+
"component::input_button::title" = "버튼";
5+
"component::light::title" = "조명";
6+
"component::lock::title" = "잠금장치";
7+
"component::scene::title" = "장면";
8+
"component::script::title" = "스크립트";
9+
"component::switch::title" = "스위치";
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
"component::button::title" = "Button";
2+
"component::cover::title" = "Cover";
3+
"component::input_boolean::title" = "Input boolean";
4+
"component::input_button::title" = "Input button";
5+
"component::light::title" = "Light";
6+
"component::lock::title" = "Lock";
7+
"component::scene::title" = "Scene";
8+
"component::script::title" = "Script";
9+
"component::switch::title" = "Switch";
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
"component::button::title" = "Knapp";
2+
"component::cover::title" = "Gardin/port";
3+
"component::input_boolean::title" = "Boolsk inndata";
4+
"component::input_button::title" = "Inndataknapp";
5+
"component::light::title" = "Lys";
6+
"component::lock::title" = "Lås";
7+
"component::scene::title" = "";
8+
"component::script::title" = "";
9+
"component::switch::title" = "Bryter";

0 commit comments

Comments
 (0)