From c352a322ce886f64eb85e9a6bf80335a9c820881 Mon Sep 17 00:00:00 2001 From: Zuntie Date: Mon, 1 Jul 2024 03:42:48 +0200 Subject: [PATCH] chore(locale): updated danish translations (#601) --- locales/da.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/locales/da.json b/locales/da.json index a67ce30..c13fbaf 100644 --- a/locales/da.json +++ b/locales/da.json @@ -7,27 +7,27 @@ "confirm": "Bekræft", "more": "Mere...", "settings": { - "locale": "Change locale", - "locale_description": "Current language: ${language} (%s)", - "notification_audio": "Notification audio", - "notification_position": "Notification position" + "locale": "Skift Sprog", + "locale_description": "Nuværende sprog: ${language} (%s)", + "notification_audio": "Notifikations lyd", + "notification_position": "Notifikations position" }, "position": { - "bottom": "Bottom", - "bottom-left": "Bottom-left", - "bottom-right": "Bottom-right", - "center-left": "Center-left", - "center-right": "Center-right", - "top": "Top", - "top-left": "Top-left", - "top-right": "Top-right" + "bottom": "Nederst", + "bottom-left": "Nederst til venstre", + "bottom-right": "Nederst til højre", + "center-left": "Center til venstre", + "center-right": "Center til højre", + "top": "Øverst", + "top-left": "Øverst til venstre", + "top-right": "Øverst til højre" } }, - "open_radial_menu": "Open radial menu", - "cancel_progress": "Cancel current progress bar", + "open_radial_menu": "Åbn radial menu", + "cancel_progress": "Annuller den aktuelle progress bar", "txadmin_announcement": "Servermeddelelse af %s", "txadmin_dm": "Direkte besked fra %s", "txadmin_warn": "Du er blevet advaret af %s", "txadmin_warn_content": "%s \nHandlings-id: %s", "txadmin_scheduledrestart": "Planlagt genstart" -} +} \ No newline at end of file