Skip to content

Commit

Permalink
Fix multipletext_itemname translation for "nl" locale
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtelnov committed Jul 5, 2024
1 parent 180a1ea commit f37ee3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/localization/dutch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export var dutchSurveyStrings = {
choices_Item: "onderwerp",
matrix_column: "Kolom",
matrix_row: "Rij",
multipletext_itemname: "Sms",
multipletext_itemname: "Tekst",
savingData: "De resultaten worden bewaard op de server...",
savingDataError: "Er was een probleem en we konden de resultaten niet bewaren.",
savingDataSuccess: "De resultaten werden succesvol bewaard!",
Expand Down Expand Up @@ -139,5 +139,5 @@ surveyLocalization.localeNames["nl"] = "nederlands";
// ok: "OK" => "OK"
// cancel: "Cancel" => "Annuleren"
// refuseItemText: "Refuse to answer" => "Weiger te antwoorden"
// dontKnowItemText: "Don't know" => "Weet niet"// savingExceedSize: "Your response exceeds 64KB. Please reduce the size of your file(s) and try again or contact a survey owner." => "Uw antwoord is groter dan 64 kB. Verklein de grootte van uw bestand(en) en probeer het opnieuw of neem contact op met een enquête-eigenaar."
// dontKnowItemText: "Don't know" => "Weet niet"// savingExceedSize: "Your response exceeds 64KB. Please reduce the size of your file(s) and try again or contact a survey owner." => "Uw antwoord is groter dan 64 kB. Verklein de grootte van uw bestand(en) en probeer het opnieuw of neem contact op met een enquête-eigenaar."
// signaturePlaceHolderReadOnly: "No signature" => "Geen handtekening"// tabTitlePlaceholder: "New Panel" => "Nieuw paneel"

0 comments on commit f37ee3f

Please sign in to comment.