Skip to content

Commit 20e81c8

Browse files
committed
fix(i18n): update danish translations for pagination and server details
1 parent 5747d9e commit 20e81c8

File tree

1 file changed

+37
-37
lines changed

1 file changed

+37
-37
lines changed

i18n/locales/da-DK.json

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -949,25 +949,25 @@
949949
"table": "Tabelvisning"
950950
},
951951
"pagination": {
952-
"mode_label": "Pagination mode",
953-
"infinite": "Infinite",
954-
"paginated": "Paginated",
955-
"items_per_page": "Items per page",
956-
"per_page": "{count} / page",
957-
"showing": "{range} of {total}",
958-
"previous": "Previous page",
959-
"next": "Next page",
960-
"nav_label": "Pagination"
952+
"mode_label": "Pagineringstilstand",
953+
"infinite": "Uendelig",
954+
"paginated": "Pagineret",
955+
"items_per_page": "Elementer pr. side",
956+
"per_page": "{count} / side",
957+
"showing": "{range} ud af {total}",
958+
"previous": "Forrige side",
959+
"next": "Næste side",
960+
"nav_label": "Paginering"
961961
},
962962
"count": {
963-
"showing_filtered": "{filtered} of {count} package | {filtered} of {count} packages",
964-
"showing_all": "{count} package | {count} packages",
965-
"showing_paginated": "{pageSize} of {count} package | {pageSize} of {count} packages"
963+
"showing_filtered": "{filtered} ud af {count} pakke | {filtered} ud af {count} pakker",
964+
"showing_all": "{count} pakke | {count} pakker",
965+
"showing_paginated": "{pageSize} ud af {count} pakke | {pageSize} ud af {count} pakker"
966966
},
967967
"table": {
968-
"security_warning": "Security warning",
969-
"secure": "Secure",
970-
"no_packages": "No packages found"
968+
"security_warning": "Sikkerhedsadvarsel",
969+
"secure": "Sikker",
970+
"no_packages": "Ingen pakker fundet"
971971
}
972972
},
973973
"about": {
@@ -1043,15 +1043,15 @@
10431043
}
10441044
},
10451045
"account_menu": {
1046-
"connect": "connect",
1047-
"account": "Account",
1046+
"connect": "forbind",
1047+
"account": "Konto",
10481048
"npm_cli": "npm CLI",
10491049
"atmosphere": "Atmosphere",
1050-
"npm_cli_desc": "Manage packages & orgs",
1051-
"atmosphere_desc": "Social features & identity",
1052-
"connect_npm_cli": "Connect to npm CLI",
1053-
"connect_atmosphere": "Connect to Atmosphere",
1054-
"connecting": "Connecting...",
1050+
"npm_cli_desc": "Administrer pakker & organisationer",
1051+
"atmosphere_desc": "Sociale funktioner & identitet",
1052+
"connect_npm_cli": "Forbind til npm CLI",
1053+
"connect_atmosphere": "Forbind til Atmosphere",
1054+
"connecting": "Forbinder...",
10551055
"ops": "{count} op | {count} ops"
10561056
},
10571057
"auth": {
@@ -1280,23 +1280,23 @@
12801280
"migrate": "Migrate with PDS MOOver"
12811281
},
12821282
"server": {
1283-
"title": "Server Details",
1284-
"location_label": "Location:",
1285-
"location_value": "Nuremberg, Germany",
1286-
"infrastructure_label": "Infrastructure:",
1287-
"infrastructure_value": "Hosted on Hetzner",
1288-
"privacy_label": "Privacy:",
1289-
"privacy_value": "Subject to strict EU Data Protection laws",
1290-
"learn_more": "Learn how npmx uses the Atmosphere"
1283+
"title": "Serverdetaljer",
1284+
"location_label": "Placering:",
1285+
"location_value": "Nürnberg, Tyskland",
1286+
"infrastructure_label": "Infrastruktur:",
1287+
"infrastructure_value": "Hostet på Hetzner",
1288+
"privacy_label": "Privatliv:",
1289+
"privacy_value": "Underlagt strenge EU-databeskyttelseslove",
1290+
"learn_more": "Lær hvordan npmx bruger Atmosphere"
12911291
},
12921292
"community": {
1293-
"title": "Who is here",
1294-
"description": "Some of the {count} accounts that are already calling npmx.social home:",
1295-
"loading": "Loading PDS community...",
1296-
"error": "Failed to load PDS community.",
1297-
"empty": "No community members to display.",
1298-
"view_profile": "View {handle}'s profile",
1299-
"new_accounts": "...plus {count} more that are new to the atmosphere"
1293+
"title": "Hvem er her",
1294+
"description": "Nogle af de {count} konti, der allerede kalder npmx.social hjem:",
1295+
"loading": "Indlæser PDS-fællesskab...",
1296+
"error": "Kunne ikke indlæse PDS-fællesskab.",
1297+
"empty": "Ingen fællesskabsmedlemmer at vise.",
1298+
"view_profile": "Se {handle}'s profil",
1299+
"new_accounts": "...plus {count} nye, der er nye i atmosfæren"
13001300
}
13011301
},
13021302
"privacy_policy": {

0 commit comments

Comments
 (0)