Skip to content

Commit 3724b7f

Browse files
committed
Update localization crate
Updating the dependencies of this crate caused an unintentional breaking change.
1 parent 4885690 commit 3724b7f

File tree

18 files changed

+1164
-1178
lines changed

18 files changed

+1164
-1178
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter", "ansi"] }
4141
warp = "0.3"
4242

4343
once_cell = "1.10"
44-
rust-i18n = "0.6"
44+
rust-i18n = "1.0"
4545

4646
[target.x86_64-unknown-linux-musl.dependencies]
4747
openssl = { version = "=0.10.43", features = ["vendored"] }

locales/de.yml

Lines changed: 83 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -1,84 +1,83 @@
1-
de:
2-
start:
3-
success: Stream erfolgreich gestartet
4-
error: "Fehler: %{error}"
5-
startTwitchTranscoding:
6-
trying: Trying to start the stream with transcoding
7-
successNoTranscoding: Successfully started the stream without transcoding
8-
success: Started stream with transcoding %{attemptsMessage}
9-
attempts: ", took %{count} attempts"
10-
stop:
11-
success: Stream erfolgreich gestoppt
12-
raid: The stream has stopped and raided %{display_channel} please follow this link https://twitch.tv/%{channel}
13-
error: "Fehler: %{error}"
14-
switch:
15-
noParams: Keine Szene angegeben
16-
success: Szene erfolgreich auf "%{scene}" gewechselt
17-
error: Fehler kann nicht zur Szene "%{scene}" wechseln
18-
source:
19-
noParams: No source specified
20-
success: Source "%{name}" successfully %{status}
21-
error: Error toggling source "%{name}"
22-
enabled: enabled
23-
disabled: disabled
24-
bitrate:
25-
success: "%{name}: %{message}"
26-
error: "Keine Verbindung :("
27-
trigger:
28-
success: Auslöser erfolgreich auf %{number} gesetzt
29-
successDisabled: Auslöser erfolgreich deaktiviert
30-
error: Fehler beim Bearbeiten des Auslösers, %{number} ist kein gültiger Wert
31-
current: Aktueller Auslöser auf %{number} eingestellt
32-
disabled: Aktueller Auslöser ist deaktiviert
33-
sourceinfo:
34-
noInfo: Keine Information
35-
notFound: Fehler kein Server mit dem Namen %{name} gefunden
36-
serverinfo:
37-
noInfo: No server information available
38-
success: "scene: %{scene}, bitrate: %{bitrate} Kbps, fps: %{fps}, dropped due to: network: %{network}, rendering lag: %{rendering}, encoding lag: %{encoding}"
39-
rec:
40-
started: Aufnahme gestartet
41-
stopped: Aufnahme gestoppt
42-
errorStatus: Fehler beim Abrufen des Aufnahmestatus
43-
errorToggle: Fehler beim Umschalten der Aufnahme
44-
fix:
45-
try: Versuche den Fehler zu beheben
46-
error: Fehler konnte nicht behoben werden
47-
refresh:
48-
try: Stream wird aktualisiert
49-
error: Fehler beim aktualisieren des Streams
50-
success: Stream wurde erfolgreich aktualisiert
51-
noScene: No refresh scene set, using fix instead
52-
alias:
53-
success: Alias %{alias} hinzugefügt -> %{command}
54-
removed: Alias %{alias} erfolgreich entfernt
55-
errorCommand: Fehler Befehle %{command} ist nicht vorhanden
56-
errorAlias: Fehler alias %{alias} ist nicht vorhanden
57-
errorAlreadyUsed: "%{alias} wird bereits als Alias verwendet"
58-
errorIncorrectArguments: Fehler falsche Argumente angegeben
59-
sceneSwitch:
60-
switch: Szene erfolgreich auf "%{scene}" gewechselt
61-
offlineTimeout:
62-
timeout: Offline timeout reached, stopping the stream
63-
handleCommands:
64-
public: Öffentliche Befehle %{condition}
65-
mod: Mod Befehle %{condition}
66-
notify: Automatische Wechsel Benachrichtigung %{condition}
67-
autostop: Stream automatisch gestoppt %{condition}
68-
enabled: ist aktiviert
69-
disabled: ist deaktiviert
70-
noalbs:
71-
prefix: NOALBS Präfix aktualisiert auf %{prefix}
72-
errorPrefix: NOALBS prefix kann nicht aktualisiert werden
73-
switcherEnabled: Switcher erfolgreich aktiviert
74-
switcherDisabled: Switcher erfolgreich deaktiviert
75-
instantSwitch: Instant switch on recover %{condition}
76-
langError: NOALBS Sprache kann nicht aktualisiert werden
77-
langErrorInvalid: Fehler beim Bearbeiten der Sprache %{lang} ist kein gültiger Wert
78-
langSuccess: NOALBS Sprache aktualisiert auf %{lang}
79-
retryCount: Current retry set at %{count}
80-
retryError: Error editing retry attempts %{count} is not a valid value
81-
retrySuccess: Retry attempts set to %{count}
82-
scene:
83-
success: Zur Szene %{scene} wechseln
84-
error: Keine %{scene}-Szene angegeben
1+
start:
2+
success: Stream erfolgreich gestartet
3+
error: "Fehler: %{error}"
4+
startTwitchTranscoding:
5+
trying: Trying to start the stream with transcoding
6+
successNoTranscoding: Successfully started the stream without transcoding
7+
success: Started stream with transcoding %{attemptsMessage}
8+
attempts: ", took %{count} attempts"
9+
stop:
10+
success: Stream erfolgreich gestoppt
11+
raid: The stream has stopped and raided %{display_channel} please follow this link https://twitch.tv/%{channel}
12+
error: "Fehler: %{error}"
13+
switch:
14+
noParams: Keine Szene angegeben
15+
success: Szene erfolgreich auf "%{scene}" gewechselt
16+
error: Fehler kann nicht zur Szene "%{scene}" wechseln
17+
source:
18+
noParams: No source specified
19+
success: Source "%{name}" successfully %{status}
20+
error: Error toggling source "%{name}"
21+
enabled: enabled
22+
disabled: disabled
23+
bitrate:
24+
success: "%{name}: %{message}"
25+
error: "Keine Verbindung :("
26+
trigger:
27+
success: Auslöser erfolgreich auf %{number} gesetzt
28+
successDisabled: Auslöser erfolgreich deaktiviert
29+
error: Fehler beim Bearbeiten des Auslösers, %{number} ist kein gültiger Wert
30+
current: Aktueller Auslöser auf %{number} eingestellt
31+
disabled: Aktueller Auslöser ist deaktiviert
32+
sourceinfo:
33+
noInfo: Keine Information
34+
notFound: Fehler kein Server mit dem Namen %{name} gefunden
35+
serverinfo:
36+
noInfo: No server information available
37+
success: "scene: %{scene}, bitrate: %{bitrate} Kbps, fps: %{fps}, dropped due to: network: %{network}, rendering lag: %{rendering}, encoding lag: %{encoding}"
38+
rec:
39+
started: Aufnahme gestartet
40+
stopped: Aufnahme gestoppt
41+
errorStatus: Fehler beim Abrufen des Aufnahmestatus
42+
errorToggle: Fehler beim Umschalten der Aufnahme
43+
fix:
44+
try: Versuche den Fehler zu beheben
45+
error: Fehler konnte nicht behoben werden
46+
refresh:
47+
try: Stream wird aktualisiert
48+
error: Fehler beim aktualisieren des Streams
49+
success: Stream wurde erfolgreich aktualisiert
50+
noScene: No refresh scene set, using fix instead
51+
alias:
52+
success: Alias %{alias} hinzugefügt -> %{command}
53+
removed: Alias %{alias} erfolgreich entfernt
54+
errorCommand: Fehler Befehle %{command} ist nicht vorhanden
55+
errorAlias: Fehler alias %{alias} ist nicht vorhanden
56+
errorAlreadyUsed: "%{alias} wird bereits als Alias verwendet"
57+
errorIncorrectArguments: Fehler falsche Argumente angegeben
58+
sceneSwitch:
59+
switch: Szene erfolgreich auf "%{scene}" gewechselt
60+
offlineTimeout:
61+
timeout: Offline timeout reached, stopping the stream
62+
handleCommands:
63+
public: Öffentliche Befehle %{condition}
64+
mod: Mod Befehle %{condition}
65+
notify: Automatische Wechsel Benachrichtigung %{condition}
66+
autostop: Stream automatisch gestoppt %{condition}
67+
enabled: ist aktiviert
68+
disabled: ist deaktiviert
69+
noalbs:
70+
prefix: NOALBS Präfix aktualisiert auf %{prefix}
71+
errorPrefix: NOALBS prefix kann nicht aktualisiert werden
72+
switcherEnabled: Switcher erfolgreich aktiviert
73+
switcherDisabled: Switcher erfolgreich deaktiviert
74+
instantSwitch: Instant switch on recover %{condition}
75+
langError: NOALBS Sprache kann nicht aktualisiert werden
76+
langErrorInvalid: Fehler beim Bearbeiten der Sprache %{lang} ist kein gültiger Wert
77+
langSuccess: NOALBS Sprache aktualisiert auf %{lang}
78+
retryCount: Current retry set at %{count}
79+
retryError: Error editing retry attempts %{count} is not a valid value
80+
retrySuccess: Retry attempts set to %{count}
81+
scene:
82+
success: Zur Szene %{scene} wechseln
83+
error: Keine %{scene}-Szene angegeben

locales/dk.yml

Lines changed: 83 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -1,84 +1,83 @@
1-
dk:
2-
start:
3-
success: Stream startet!
4-
error: "Fejl: %{error}"
5-
startTwitchTranscoding:
6-
trying: Trying to start the stream with transcoding
7-
successNoTranscoding: Successfully started the stream without transcoding
8-
success: Started stream with transcoding %{attemptsMessage}
9-
attempts: ", took %{count} attempts"
10-
stop:
11-
success: Stream afsluttet!
12-
raid: The stream has stopped and raided %{display_channel} please follow this link https://twitch.tv/%{channel}
13-
error: "Error can't stop the stream: %{error}"
14-
switch:
15-
noParams: Ingen scene angivet
16-
success: Scene er skiftet til "%{scene}"
17-
error: "Fejl: {scene}"
18-
source:
19-
noParams: No source specified
20-
success: Source "%{name}" successfully %{status}
21-
error: Error toggling source "%{name}"
22-
enabled: enabled
23-
disabled: disabled
24-
bitrate:
25-
success: "%{name}: %{message}"
26-
error: "Nuværende bitrate: OFFLINE"
27-
trigger:
28-
success: Trigger skiftet til %{number}
29-
successDisabled: Trigger successfully disabled
30-
error: Fejl ved ændring af trigger %{number} er ikke en tilladt værdi
31-
current: Nuværende trigger er sat til %{number}
32-
disabled: Current trigger is disabled
33-
sourceinfo:
34-
noInfo: No information
35-
notFound: "Error no server found with the name: %{name}"
36-
serverinfo:
37-
noInfo: No server information available
38-
success: "scene: %{scene}, bitrate: %{bitrate} Kbps, fps: %{fps}, dropped due to: network: %{network}, rendering lag: %{rendering}, encoding lag: %{encoding}"
39-
rec:
40-
started: Optagelse startet!
41-
stopped: Optagelse stoppet!
42-
errorStatus: Error getting recording status
43-
errorToggle: Error toggling recording
44-
fix:
45-
try: Forsøger at fixe forbindelse
46-
error: Kunne ikke fixe forbindelse
47-
refresh:
48-
try: Genstarter forbindelse
49-
error: Fejl ved genstart af forbindelse
50-
success: Genstart af forbindelse gennemført!
51-
noScene: No refresh scene set, using fix instead
52-
alias:
53-
success: Tilføjet alias %{alias} -> %{command}
54-
removed: Alias %{alias} fjernet
55-
errorCommand: Fejl %{command} eksistere ikke
56-
errorAlias: Fejl alias %{alias} eksisterer ikke
57-
errorAlreadyUsed: "%{alias} er allerede brugt som alias"
58-
errorIncorrectArguments: Error incorrect arguments given
59-
sceneSwitch:
60-
switch: Scene skiftet til "%{scene}"
61-
offlineTimeout:
62-
timeout: Offline timeout reached, stopping the stream
63-
handleCommands:
64-
public: Offentlige kommandoer %{condition}
65-
mod: Mod kommandoer %{condition}
66-
notify: Automatiske sceneskift notifikationer %{condition}
67-
autostop: Auto stop stream %{condition}
68-
enabled: slået til
69-
disabled: slået fra
70-
noalbs:
71-
prefix: NOALBS prefix updated to %{prefix}
72-
errorPrefix: Can't update NOALBS prefix
73-
switcherEnabled: Successfully enabled the switcher
74-
switcherDisabled: Successfully disabled the switcher
75-
instantSwitch: Instant switch on recover %{condition}
76-
langError: Can't update NOALBS language
77-
langErrorInvalid: Error editing language %{lang} is not a valid value
78-
langSuccess: NOALBS language updated to %{lang}
79-
retryCount: Current retry set at %{count}
80-
retryError: Error editing retry attempts %{count} is not a valid value
81-
retrySuccess: Retry attempts set to %{count}
82-
scene:
83-
success: Switching to %{scene} scene
84-
error: No %{scene} scene set
1+
start:
2+
success: Stream startet!
3+
error: "Fejl: %{error}"
4+
startTwitchTranscoding:
5+
trying: Trying to start the stream with transcoding
6+
successNoTranscoding: Successfully started the stream without transcoding
7+
success: Started stream with transcoding %{attemptsMessage}
8+
attempts: ", took %{count} attempts"
9+
stop:
10+
success: Stream afsluttet!
11+
raid: The stream has stopped and raided %{display_channel} please follow this link https://twitch.tv/%{channel}
12+
error: "Error can't stop the stream: %{error}"
13+
switch:
14+
noParams: Ingen scene angivet
15+
success: Scene er skiftet til "%{scene}"
16+
error: "Fejl: {scene}"
17+
source:
18+
noParams: No source specified
19+
success: Source "%{name}" successfully %{status}
20+
error: Error toggling source "%{name}"
21+
enabled: enabled
22+
disabled: disabled
23+
bitrate:
24+
success: "%{name}: %{message}"
25+
error: "Nuværende bitrate: OFFLINE"
26+
trigger:
27+
success: Trigger skiftet til %{number}
28+
successDisabled: Trigger successfully disabled
29+
error: Fejl ved ændring af trigger %{number} er ikke en tilladt værdi
30+
current: Nuværende trigger er sat til %{number}
31+
disabled: Current trigger is disabled
32+
sourceinfo:
33+
noInfo: No information
34+
notFound: "Error no server found with the name: %{name}"
35+
serverinfo:
36+
noInfo: No server information available
37+
success: "scene: %{scene}, bitrate: %{bitrate} Kbps, fps: %{fps}, dropped due to: network: %{network}, rendering lag: %{rendering}, encoding lag: %{encoding}"
38+
rec:
39+
started: Optagelse startet!
40+
stopped: Optagelse stoppet!
41+
errorStatus: Error getting recording status
42+
errorToggle: Error toggling recording
43+
fix:
44+
try: Forsøger at fixe forbindelse
45+
error: Kunne ikke fixe forbindelse
46+
refresh:
47+
try: Genstarter forbindelse
48+
error: Fejl ved genstart af forbindelse
49+
success: Genstart af forbindelse gennemført!
50+
noScene: No refresh scene set, using fix instead
51+
alias:
52+
success: Tilføjet alias %{alias} -> %{command}
53+
removed: Alias %{alias} fjernet
54+
errorCommand: Fejl %{command} eksistere ikke
55+
errorAlias: Fejl alias %{alias} eksisterer ikke
56+
errorAlreadyUsed: "%{alias} er allerede brugt som alias"
57+
errorIncorrectArguments: Error incorrect arguments given
58+
sceneSwitch:
59+
switch: Scene skiftet til "%{scene}"
60+
offlineTimeout:
61+
timeout: Offline timeout reached, stopping the stream
62+
handleCommands:
63+
public: Offentlige kommandoer %{condition}
64+
mod: Mod kommandoer %{condition}
65+
notify: Automatiske sceneskift notifikationer %{condition}
66+
autostop: Auto stop stream %{condition}
67+
enabled: slået til
68+
disabled: slået fra
69+
noalbs:
70+
prefix: NOALBS prefix updated to %{prefix}
71+
errorPrefix: Can't update NOALBS prefix
72+
switcherEnabled: Successfully enabled the switcher
73+
switcherDisabled: Successfully disabled the switcher
74+
instantSwitch: Instant switch on recover %{condition}
75+
langError: Can't update NOALBS language
76+
langErrorInvalid: Error editing language %{lang} is not a valid value
77+
langSuccess: NOALBS language updated to %{lang}
78+
retryCount: Current retry set at %{count}
79+
retryError: Error editing retry attempts %{count} is not a valid value
80+
retrySuccess: Retry attempts set to %{count}
81+
scene:
82+
success: Switching to %{scene} scene
83+
error: No %{scene} scene set

0 commit comments

Comments
 (0)