Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 04:12:53 +01:00
New translations server.en.yml (German)
Dieser Commit ist enthalten in:
Ursprung
04e78c102f
Commit
8dcdc9c196
1 geänderte Dateien mit 11 neuen und 11 gelöschten Zeilen
|
@ -2,7 +2,7 @@ de:
|
||||||
admin:
|
admin:
|
||||||
wizard:
|
wizard:
|
||||||
submission:
|
submission:
|
||||||
no_user: "deleted (user_id: %{user_id})"
|
no_user: "gelöscht (user_id: %{user_id})"
|
||||||
wizard:
|
wizard:
|
||||||
custom_title: "Wizard"
|
custom_title: "Wizard"
|
||||||
custom_field:
|
custom_field:
|
||||||
|
@ -24,23 +24,23 @@ de:
|
||||||
invalid_date: "Invalid date"
|
invalid_date: "Invalid date"
|
||||||
invalid_time: "Invalid time"
|
invalid_time: "Invalid time"
|
||||||
none: "We couldn't find a wizard at that address."
|
none: "We couldn't find a wizard at that address."
|
||||||
no_skip: "Wizard can't be skipped"
|
no_skip: "Wizard kann nicht übersprungen werden"
|
||||||
export:
|
export:
|
||||||
error:
|
error:
|
||||||
select_one: "Please select at least one valid wizard"
|
select_one: "Bitte wähle mindestens einen gültigen Wizard"
|
||||||
invalid_wizards: "No valid wizards selected"
|
invalid_wizards: "Keine gültigen Wizards ausgewählt"
|
||||||
import:
|
import:
|
||||||
error:
|
error:
|
||||||
no_file: "No file selected"
|
no_file: "Keine Datei ausgewählt"
|
||||||
file_large: "File too large"
|
file_large: "Datei ist zu groß"
|
||||||
invalid_json: "File is not a valid json file"
|
invalid_json: "Datei ist keine gültige json-Datei"
|
||||||
destroy:
|
destroy:
|
||||||
error:
|
error:
|
||||||
no_template: No template found
|
no_template: Kein Template gefunden
|
||||||
default: Error destroying wizard
|
default: Fehler beim Löschen des Wizards
|
||||||
validation:
|
validation:
|
||||||
required: "%{property} is required"
|
required: "%{property} ist erforderlich"
|
||||||
conflict: "Wizard with id '%{wizard_id}' already exists"
|
conflict: "Wizard mit id '%{wizard_id}' existiert bereits"
|
||||||
after_signup: "You can only have one 'after signup' wizard at a time. %{wizard_id} has 'after signup' enabled."
|
after_signup: "You can only have one 'after signup' wizard at a time. %{wizard_id} has 'after signup' enabled."
|
||||||
after_signup_after_time: "You can't use 'after time' and 'after signup' on the same wizard."
|
after_signup_after_time: "You can't use 'after time' and 'after signup' on the same wizard."
|
||||||
after_time: "After time setting is invalid."
|
after_time: "After time setting is invalid."
|
||||||
|
|
Laden …
In neuem Issue referenzieren