Skip to content
Merged
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
32 changes: 20 additions & 12 deletions VoiceCraft.Client/VoiceCraft.Client/Locales/nl-NL.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"VoipBackgroundError": "Voip achtergrondwerker fout: {0}"
},
"McWss": {
"Badge": null,
"Connected": null,
"Disconnected": null
"Badge": "McWss",
"Connected": "McWss-verbinding tot stand gebracht: {0}",
"Disconnected": "McWss-verbinding verbroken!"
}
},
"Home": {
Expand Down Expand Up @@ -80,7 +80,7 @@
"EchoCancelers": "Echo-onderdrukkers",
"InputDevices": "Invoerapparaten",
"MicrophoneSensitivity": "Microfoon gevoeligheid",
"OutputVolume": null,
"OutputVolume": "Uitgangsvolume",
"OutputDevices": "Uitvoerapparaten",
"TestOutput": "Uitvoer testen",
"MicrophoneTest": {
Expand All @@ -90,15 +90,15 @@
},
"Network": {
"Network": "Netwerk Instellingen",
"PositioningType": null,
"McWssListenIp": null,
"McWssHostPort": "MCWSS host poort"
"PositioningType": "Positioneringstype",
"McWssListenIp": "MCWSS Luister IP-adres",
"McWssHostPort": "MCWSS Host Poort"
},
"HotKey": {
"HotKey": "Sneltoetsen",
"HotKey": "Sneltoets",
"Actions": {
"Mute": "Dempen",
"Deafen": "Doof maken"
"Deafen": "Onhoorbaar maken"
}
},
"Advanced": {
Expand All @@ -120,7 +120,7 @@
"Motd": "Motd: {0}",
"PositioningType": "Positioneringstype: {0}",
"ConnectedClients": "Verbonden clients: {0}",
"Version": null,
"Version": "Versie: {0}",
"Pinging": "Pingen..."
}
}
Expand All @@ -147,19 +147,27 @@
"Init": "Denoiser is niet geïnitialiseerd!"
}
},
"McWssServer": {
"Exceptions": {
"Failed": "Kan McWss Server niet starten! Controleer of een ander proces dezelfde poort gebruikt!,"
}
},
"VoiceCraft": {
"Status": {
"Initializing": "Initialiseren...",
"Connecting": "Verbinden...",
"Connected": "Verbonden!",
"Disconnected": "Verbinding verbroken! Reden: {0}"
},
"DescriptionStatus": {
"McWss": "McWss luistert op: {0}:{1}"
},
"DisconnectReason": {
"Manual": "Handmatig verbinding verbroken.",
"ServerFull": "Server is vol!",
"IncompatibleVersion": "Incompatibele client/server versie!",
"ServerSidedOnly": null,
"ClientSidedOnly": null,
"ServerSidedOnly": "Server accepteert alleen positionering aan de serverzijde!",
"ClientSidedOnly": "Server accepteert alleen positionering aan de clientzijde!",
"Kicked": "Verwijderd!",
"Shutdown": "Server afgesloten!",
"Error": "Er is een fout opgetreden tijdens het verbinden!"
Expand Down
20 changes: 10 additions & 10 deletions VoiceCraft.Server/Locales/nl-NL.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@
"Description": "Stopt de server."
},
"Kick": {
"Name": null,
"Description": null,
"Name": "kick",
"Description": "Schop een client uit de server.",
"Arguments": {
"Id": {
"Name": "id",
Expand All @@ -204,8 +204,8 @@
}
},
"Mute": {
"Name": null,
"Description": null,
"Name": "mute",
"Description": "Demp een entiteit/client.",
"Arguments": {
"Id": {
"Name": "id",
Expand All @@ -214,8 +214,8 @@
}
},
"Unmute": {
"Name": null,
"Description": null,
"Name": "unmute",
"Description": "Hef het dempen op van een entiteit/client.",
"Arguments": {
"Id": {
"Name": "id",
Expand All @@ -224,8 +224,8 @@
}
},
"Deafen": {
"Name": null,
"Description": null,
"Name": "deafen",
"Description": "Maak een entiteit/client onhoorbaar.",
"Arguments": {
"Id": {
"Name": "id",
Expand All @@ -234,8 +234,8 @@
}
},
"Undeafen": {
"Name": null,
"Description": null,
"Name": "undeafen",
"Description": "Maak een entiteit/client hoorbaar.",
"Arguments": {
"Id": {
"Name": "id",
Expand Down
Loading