Skip to content
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

🇩🇰 Add some translations for Danish #6070

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
6 changes: 3 additions & 3 deletions static/js/appbundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -60946,9 +60946,9 @@ ${o3}` : i3;
"Transpile_success": "Godt arbejde!\nFantastisk!\nGodt klaret!\nFremragende!\nFlot gjort!",
"Transpile_warning": "Advarsel!",
"Unsaved_Changes": "Dit program er ikke gemt. Vil du afslutte uden at gemme det?",
"adventures_completed": "Adventures completed: {number_of_adventures}",
"adventures_restored": "The default adventures have been restored.",
"adventures_tried": "Adventures tried",
"adventures_completed": "F\xE6rdige eventyr: {number_of_adventures}",
"adventures_restored": "De standardeventyr er genopsat.",
"adventures_tried": "Fors\xF8gte Eventyr",
"copy_link_to_share": "Copy link to share",
"customization_deleted": "Customizations successfully deleted.",
"dice": "\u{1F3B2}",
Expand Down
2 changes: 1 addition & 1 deletion static/js/appbundle.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions static/js/message-translations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -257,9 +257,9 @@ export const TRANSLATIONS: Record<string, Record<MessageKey, string>> = {
"Transpile_success": "Godt arbejde!\nFantastisk!\nGodt klaret!\nFremragende!\nFlot gjort!",
"Transpile_warning": "Advarsel!",
"Unsaved_Changes": "Dit program er ikke gemt. Vil du afslutte uden at gemme det?",
"adventures_completed": "Adventures completed: {number_of_adventures}",
"adventures_restored": "The default adventures have been restored.",
"adventures_tried": "Adventures tried",
"adventures_completed": "Færdige eventyr: {number_of_adventures}",
"adventures_restored": "De standardeventyr er genopsat.",
"adventures_tried": "Forsøgte Eventyr",
"copy_link_to_share": "Copy link to share",
"customization_deleted": "Customizations successfully deleted.",
"dice": "🎲",
Expand Down
Loading
Loading