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

New Crowdin updates #442

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
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: 5 additions & 1 deletion src/languages/da-DK/commands/user.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,11 @@
"title": "Vind",
"content": "{{windSpeed}} {{direction}}"
},
"humidity": "Luftfugtighed"
"humidity": "Luftfugtighed",
"alert": {
"weatherAlert": "{{WARNING}} Vejr advarsel",
"sender": "Afsender"
}
}
},
"responses": {
Expand Down
7 changes: 6 additions & 1 deletion src/languages/da-DK/events/guilds-logs.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"typeChanged": "Kanaltype ændret",
"typeFormatted": "`{{before, channelTypes}}` {{ARROW_RIGHT}} `{{after, channelTypes}}`",
"userLimitChanged": "Brugergrænse ændret",
"userLimitFormatted": "{{users}} brugere",
"userLimitFormatted_one": "{{count}} bruger",
"userLimitFormatted_other": "{{count}} brugere",
"voiceChannelCreated": "Stemmekanal oprettet {{by}}",
"voiceChannelDeleted": "Stemmekanal slettet {{by}}",
"voiceChannelUpdated": "Stemmekanal opdateret {{by}}"
Expand Down Expand Up @@ -76,6 +77,10 @@
"botLeft": "Bot gik",
"botUpdated": "Bot opdateret {{by}}",
"displayNameChanged": "Visningsnavn ændret",
"rolesAdded_one": "Rolle tilføjet",
"rolesAdded_other": "Roller tilføjet",
"rolesRemoved_one": "Rolle fjernet",
"rolesRemoved_other": "Roller fjernet",
"userJoined": "Bruger tilsluttede sig",
"userLeft": "Bruger gik",
"userUpdated": "Bruger opdateret {{by}}"
Expand Down
2 changes: 2 additions & 0 deletions src/languages/da-DK/miscellaneous.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"vest",
"nordvest"
],
"from": "Fra",
"id": "ID: `{{id}}`",
"joined": "Tilmeldt",
"link": "Link",
Expand All @@ -30,5 +31,6 @@
"stageChannel": "Podiekanal",
"storeChannel": "Butikskanal",
"unlimited": "Ubegrænset",
"until": "Indtil",
"voiceChannel": "Stemme kanal"
}
1 change: 1 addition & 0 deletions src/languages/da-DK/permissions.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"SEND_MESSAGES_IN_THREADS": "Send beskeder i tråde",
"SEND_TTS_MESSAGES": "Send tekst-til-tale-beskeder",
"SPEAK": "Tal",
"START_EMBEDDED_ACTIVITIES": "Start aktiviteter",
"STREAM": "Video",
"USE_APPLICATION_COMMANDS": "Brug applikationskommandoer",
"USE_EXTERNAL_EMOJIS": "Brug eksterne emojis",
Expand Down
7 changes: 6 additions & 1 deletion src/languages/sv-SE/events/guilds-logs.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"typeChanged": "Kanaltyp ändrad",
"typeFormatted": "`{{before, channelTypes}}` {{ARROW_RIGHT}} `{{after, channelTypes}}`",
"userLimitChanged": "Användargräns ändrad",
"userLimitFormatted": "{{users}} användare",
"userLimitFormatted_one": "{{count}} användare",
"userLimitFormatted_other": "{{count}} användare",
"voiceChannelCreated": "Röstkanal skapad {{by}}",
"voiceChannelDeleted": "Röstkanal borttagen {{by}}",
"voiceChannelUpdated": "Röstkanal uppdaterad {{by}}"
Expand Down Expand Up @@ -76,6 +77,10 @@
"botLeft": "Bot lämnade",
"botUpdated": "Bot uppdaterad {{by}}",
"displayNameChanged": "Visningsnamn ändrat",
"rolesAdded_one": "Roll tillagd",
"rolesAdded_other": "Roller tillagda",
"rolesRemoved_one": "Roll borttagen",
"rolesRemoved_other": "Roller borttagna",
"userJoined": "Användare gick med",
"userLeft": "Användare lämnade",
"userUpdated": "Användare uppdaterad {{by}}"
Expand Down
1 change: 1 addition & 0 deletions src/languages/sv-SE/permissions.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"SEND_MESSAGES_IN_THREADS": "Skicka meddelanden i trådar",
"SEND_TTS_MESSAGES": "Skicka meddelanden med Text-till-tal",
"SPEAK": "Tala",
"START_EMBEDDED_ACTIVITIES": "Starta aktiviteter",
"STREAM": "Video",
"USE_APPLICATION_COMMANDS": "Använda applikationskommandon",
"USE_EXTERNAL_EMOJIS": "Använd externa emojier",
Expand Down