Skip to content

Commit

Permalink
New translations en.json (Swedish)
Browse files Browse the repository at this point in the history
  • Loading branch information
o1lab committed Mar 24, 2024
1 parent 11fe984 commit 7580165
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions packages/nc-gui/lang/sv.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,10 @@
"apply": "Apply"
},
"objects": {
"day": "Day",
"week": "Week",
"month": "Month",
"year": "Year",
"day": "Dag",
"week": "Vecka",
"month": "Månad",
"year": "År",
"workspace": "Workspace",
"workspaces": "Workspaces",
"project": "Projekt",
Expand Down Expand Up @@ -449,7 +449,7 @@
"previous": "Previous",
"nextMonth": "Next Month",
"previousMonth": "Previous Month",
"next": "Next",
"next": "Nästa",
"organiseBy": "Organise by",
"heading1": "Heading 1",
"heading2": "Heading 2",
Expand Down Expand Up @@ -487,7 +487,7 @@
"enterDefaultUrlOptional": "Enter default URL (Optional)",
"negative": "Negative",
"discard": "Discard",
"default": "Default",
"default": "Standard",
"defaultNumberPercent": "Default Number (%)",
"durationFormat": "Duration Format",
"dateFormat": "Date Format",
Expand All @@ -509,7 +509,7 @@
"searchUsers": "Search Users",
"superAdmin": "Super Admin",
"allTables": "All Tables",
"members": "Members",
"members": "Medlemmar",
"dataSources": "Data Sources",
"connectDataSource": "Connect a Data Source",
"searchProjects": "Search Bases",
Expand Down Expand Up @@ -695,7 +695,7 @@
"selectFieldLabel": "Begin by selecting a field to customise its properties and structure."
},
"appearanceSettings": "Appearance Settings",
"backgroundColor": "Background Color",
"backgroundColor": "Bakgrundsfärg",
"hideNocodbBranding": "Hide NocoDB Branding",
"showOnConditions": "Show on conditions",
"showFieldOnConditionsMet": "Shows field only when conditions are met",
Expand All @@ -713,7 +713,7 @@
"toggleSidebar": "Toggle Sidebar",
"addEndDate": "Add end date",
"withEndDate": "with end date",
"calendar": "Calendar",
"calendar": "Kalender",
"viewSettings": "View settings",
"googleOAuth": "Google OAuth",
"registerOIDC": "Register OIDC Identity Provider",
Expand Down Expand Up @@ -748,7 +748,7 @@
"surveyMode": "Survey Mode",
"rtlOrientation": "RTL Orientation",
"useTheme": "Use Theme",
"copyLink": "Copy Link",
"copyLink": "Kopiera länk",
"copiedLink": "Link Copied",
"copyInviteLink": "Copy invite link",
"copiedInviteLink": "Copied invite link",
Expand Down Expand Up @@ -901,7 +901,7 @@
"deleteRecord": "Ta bort en post",
"fullWidth": "Full width",
"exitFullWidth": "Exit full width",
"markAllAsRead": "Mark all as read",
"markAllAsRead": "Markera alla som lästa",
"column": {
"delete": "Delete Field",
"addNumber": "Add Number Field",
Expand Down Expand Up @@ -1045,7 +1045,7 @@
"invalidTime": "Invalid Time",
"linkColumnClearNotSupportedYet": "You don't have any supported links for Lookup",
"recordCouldNotBeFound": "Record could not be found",
"invalidPhoneNumber": "Invalid phone number",
"invalidPhoneNumber": "Ogiltigt telefonnummer",
"pageSizeChanged": "Page size changed",
"errorLoadingData": "Error loading data",
"webhookBodyMsg1": "Use context variable",
Expand Down

1 comment on commit 7580165

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR changes have been deployed. Please run the following command to verify:

docker run -d -p 8888:8080 nocodb/nocodb-timely:0.204.9-pr-7956-20240324-1755

Please sign in to comment.