mirror of
https://github.com/scratchfoundation/scratch-l10n.git
synced 2024-12-22 13:42:30 -05:00
fix: pull new editor translations from Transifex
This commit is contained in:
parent
489266bc50
commit
b5dac93e85
1 changed files with 18 additions and 18 deletions
|
@ -34,7 +34,7 @@
|
|||
"gui.connection.auto-scanning.start-search": "Start søk",
|
||||
"gui.connection.connecting-searchbutton": "Søker...",
|
||||
"gui.connection.auto-scanning.try-again": "Prøv igjen",
|
||||
"gui.connection.auto-scanning.updatePeripheralButton": "Update my Device",
|
||||
"gui.connection.auto-scanning.updatePeripheralButton": "Oppdater min enhet",
|
||||
"gui.connection.connected": "Tilkoblet",
|
||||
"gui.connection.disconnect": "Koble fra",
|
||||
"gui.connection.go-to-editor": "Gå til programredigering",
|
||||
|
@ -48,19 +48,19 @@
|
|||
"gui.connection.scanning.noPeripheralsFound": "Fant ingen enheter",
|
||||
"gui.connection.scanning.instructions": "Velg din enhet i listen ovenfor",
|
||||
"gui.connection.search": "Søk igjen",
|
||||
"gui.connection.scanning.updatePeripheralButton": "Update my Device",
|
||||
"gui.connection.scanning.updatePeripheralButton": "Oppdater min enhet",
|
||||
"gui.connection.unavailable.installscratchlink": "Sjekk at du har installert og startet \"Scratch Link\"",
|
||||
"gui.connection.unavailable.enablebluetooth": "Sjekk at Bluetooth er skrudd på",
|
||||
"gui.connection.unavailable.tryagainbutton": "Prøv igjen",
|
||||
"gui.connection.unavailable.helpbutton": "Hjelp",
|
||||
"gui.connection.updatePeripheral.microBitConnect": "Connect your {extensionName} to this device using a USB cable.",
|
||||
"gui.connection.updatePeripheral.pressUpdate": "Press \"Do Update\" and allow the update to complete.",
|
||||
"gui.connection.updatePeripheral.progress": "Updating {progressPercentage}%",
|
||||
"gui.connection.updatePeripheral.updateSuccessful": "Update successful!",
|
||||
"gui.connection.updatePeripheral.updateFailed": "Update failed.",
|
||||
"gui.connection.updatePeripheral.goBackButton": "Go Back",
|
||||
"gui.connection.updatePeripheral.updateNowButton": "Do Update",
|
||||
"gui.connection.updatePeripheral.updateAgainButton": "Try Again",
|
||||
"gui.connection.updatePeripheral.microBitConnect": "Bruk en USB-kabel for å koble din {extensionName} til denne enheten.",
|
||||
"gui.connection.updatePeripheral.pressUpdate": "Trykk \"Oppdater\" og vent til oppdateringen er ferdig.",
|
||||
"gui.connection.updatePeripheral.progress": "Oppdaterer {progressPercentage}%",
|
||||
"gui.connection.updatePeripheral.updateSuccessful": "Vellykket oppdatering!",
|
||||
"gui.connection.updatePeripheral.updateFailed": "Noe gikk feil med oppdateringen.",
|
||||
"gui.connection.updatePeripheral.goBackButton": "Tilbake",
|
||||
"gui.connection.updatePeripheral.updateNowButton": "Oppdater",
|
||||
"gui.connection.updatePeripheral.updateAgainButton": "Prøv igjen",
|
||||
"gui.controls.go": "Start",
|
||||
"gui.controls.stop": "Stopp",
|
||||
"gui.crashMessage.label": "Uff, noe gikk galt.",
|
||||
|
@ -108,7 +108,7 @@
|
|||
"gui.accountMenu.signOut": "Logg ut",
|
||||
"gui.authorInfo.byUser": "av {username}",
|
||||
"gui.menuBar.seeProjectPage": "Se prosjektsiden",
|
||||
"gui.menuBar.language": "Language",
|
||||
"gui.menuBar.language": "Språk",
|
||||
"general.username": "Brukernavn",
|
||||
"general.password": "Passord",
|
||||
"general.signIn": "Logg inn",
|
||||
|
@ -135,10 +135,10 @@
|
|||
"gui.menuBar.signIn": "Logg inn",
|
||||
"gui.gui.projectTitlePlaceholder": "Prosjektets navn her",
|
||||
"gui.menuBar.saveNowLink": "Lagre nå",
|
||||
"gui.menuBar.settings": "Settings",
|
||||
"gui.menuBar.settings": "Innstillinger",
|
||||
"gui.menuBar.isShared": "Lagt ut",
|
||||
"gui.menuBar.share": "Legg ut",
|
||||
"gui.menuBar.colorMode": "Color Mode",
|
||||
"gui.menuBar.colorMode": "Farger",
|
||||
"gui.modal.help": "Hjelp",
|
||||
"gui.modal.back": "Tilbake",
|
||||
"gui.monitor.listMonitor.empty": "(tom)",
|
||||
|
@ -195,8 +195,8 @@
|
|||
"gui.soundEditor.fadeIn": "Ton inn",
|
||||
"gui.soundEditor.mute": "Stille",
|
||||
"gui.SpriteInfo.spritePlaceholder": "Figurens navn",
|
||||
"gui.SpriteInfo.showSpriteAction": "Show sprite",
|
||||
"gui.SpriteInfo.hideSpriteAction": "Hide sprite",
|
||||
"gui.SpriteInfo.showSpriteAction": "Vis figuren",
|
||||
"gui.SpriteInfo.hideSpriteAction": "Skjul figuren",
|
||||
"gui.SpriteInfo.sprite": "Figur",
|
||||
"gui.SpriteInfo.show": "Vis",
|
||||
"gui.SpriteInfo.size": "Størrelse",
|
||||
|
@ -520,8 +520,8 @@
|
|||
"gui.sharedMessages.pop": "plopp",
|
||||
"gui.sharedMessages.replaceProjectWarning": "Starte på nytt uten å lagre?",
|
||||
"gui.sharedMessages.loadFromComputerTitle": "Last opp fra datamaskinen",
|
||||
"gui.theme.default": "Original",
|
||||
"gui.theme.dark": "Dark",
|
||||
"gui.theme.highContrast": "High Contrast",
|
||||
"gui.theme.default": "Vanlig",
|
||||
"gui.theme.dark": "Mørk",
|
||||
"gui.theme.highContrast": "Ekstra tydelig",
|
||||
"gui.gui.defaultProjectTitle": "Mitt Scratch-prosjekt"
|
||||
}
|
Loading…
Reference in a new issue