Skip to content

chore: pull latest crowdin translation changes #1496

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 29 commits into
base: nightly
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
13e85c6
New translations en_us.properties (French)
CloudNetAutomation Aug 30, 2024
e9ccbf1
New translations en_us.properties (German)
CloudNetAutomation Aug 30, 2024
aee9990
New translations en_us.properties (Russian)
CloudNetAutomation Aug 30, 2024
ceb1b00
New translations en_us.properties (Luxembourgish)
CloudNetAutomation Aug 30, 2024
9684943
New translations en_us.properties (German)
CloudNetAutomation Aug 30, 2024
0551146
New translations en_us.properties (Russian)
CloudNetAutomation Sep 9, 2024
28f0fde
Update source file en_US.properties
CloudNetAutomation Sep 9, 2024
553b14d
New translations en_us.properties (French)
CloudNetAutomation Sep 9, 2024
b20e175
New translations en_us.properties (German)
CloudNetAutomation Sep 9, 2024
4c81b74
New translations en_us.properties (Russian)
CloudNetAutomation Sep 9, 2024
096b0c2
New translations en_us.properties (Luxembourgish)
CloudNetAutomation Sep 9, 2024
6cb5088
New translations en_us.properties (French)
CloudNetAutomation Sep 23, 2024
66a695e
New translations en_us.properties (German)
CloudNetAutomation Sep 23, 2024
ff96671
New translations en_us.properties (Russian)
CloudNetAutomation Sep 23, 2024
f61844c
New translations en_us.properties (Luxembourgish)
CloudNetAutomation Sep 23, 2024
2858a05
Update source file en_US.properties
CloudNetAutomation Sep 23, 2024
42ac858
New translations en_us.properties (German)
CloudNetAutomation Sep 28, 2024
cc946c2
New translations en_us.properties (German)
CloudNetAutomation Oct 13, 2024
e3fe297
Merge branch 'nightly' into l10n_nightly
0utplay Oct 13, 2024
2e6c646
New translations en_us.properties (German)
CloudNetAutomation Oct 21, 2024
d48b82c
New translations en_us.properties (French)
CloudNetAutomation Oct 21, 2024
a5e6c16
New translations en_us.properties (Russian)
CloudNetAutomation Oct 21, 2024
adda00b
New translations en_us.properties (Luxembourgish)
CloudNetAutomation Oct 21, 2024
6608994
Update source file en_US.properties
CloudNetAutomation Oct 21, 2024
6fa4460
Update source file en_US.properties
CloudNetAutomation Dec 20, 2024
0cc1fac
New translations en_us.properties (French)
CloudNetAutomation Dec 20, 2024
8cd0569
New translations en_us.properties (German)
CloudNetAutomation Dec 20, 2024
acd3274
New translations en_us.properties (Russian)
CloudNetAutomation Dec 20, 2024
cfe63ea
New translations en_us.properties (Luxembourgish)
CloudNetAutomation Dec 20, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions node/src/main/resources/lang/de_DE.properties
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ command-cluster-start-sync=Die Cluster Synchronisation wird gestartet
# Command Service
#
command-service-description=Verwaltet alle Services in dem Cluster
command-service-copy-no-default-template=Der von Dir angegebene Service hat keine default Template. Benutze "copy {0$name$} template\=storage\:prefix/name" um ein Template anzugeben, in das du kopieren möchtest
command-service-copy-no-default-template=Der angegebene Service hat kein default Template. Um ein Template anzugeben kann "service {0$name$} copy --template storage\:prefix/name" verwendet werden
command-service-copy-success=Der Service {0$name$} wurde erfolgreich in das Template {1$template$} kopiert
command-service-add-deployment-success=Das Deployment {0$deployment$} wurde erfolgreich zu der Warteschlange hinzugefügt
command-service-deploy-deployment-success=Die Ressourcen des Services wurden erfolgreich deployed
Expand Down Expand Up @@ -257,7 +257,7 @@ command-groups-rename-success=Die Gruppe {0$group$} wurde erfolgreich zu {1$new$
#
# Tasks
#
cloudnet-load-task-unsupported-java-version=Der Java Befehl wird von Task {0$task$} entfernt da er keine valide Java-Installation ist oder nicht kompatibel mit Java 22 ist
cloudnet-load-task-unsupported-java-version=Der Java Befehl wird von Task {0$task$} entfernt da er keine valide Java-Installation ist oder nicht kompatibel mit Java 23 ist
#
# Command Tasks
#
Expand Down
4 changes: 2 additions & 2 deletions node/src/main/resources/lang/en_US.properties
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ command-cluster-start-sync=The cluster sync starts now
# Command Service
#
command-service-description=Manages all services in the cluster
command-service-copy-no-default-template=The service you provided does not have a default template, use "copy {0$name$} template=storage:prefix/name" to provide a template you would like to copy to
command-service-copy-no-default-template=The provided service does not have a default template. To specify a template "service {0$name$} copy --template storage:prefix/name" can be used
command-service-copy-success=The service {0$name$} was successfully copied to the template {1$template$}
command-service-add-deployment-success=The deployment {0$deployment$} was successfully added to the waiting deployments
command-service-deploy-deployment-success=The resources of the service were successfully deployed
Expand Down Expand Up @@ -257,7 +257,7 @@ command-groups-rename-success=The group {0$group$} was successfully renamed to {
#
# Tasks
#
cloudnet-load-task-unsupported-java-version=Removing java command from {0$task$} because it isn't a valid java installation or incompatible with Java 22
cloudnet-load-task-unsupported-java-version=Removing java command from {0$task$} because it isn't a valid java installation or incompatible with Java 23
#
# Command Tasks
#
Expand Down
Loading