RandomSec/extensions/database/module/langs/translation-nb_NO.json

50 lines
2.9 KiB
JSON
Raw Normal View History

{
"database-import/title": "Databasetjenere",
"database-import/preparing": "Forbereder resultat …",
"database-import/checking": "Validerer spørring …",
"database-import/creating": "Oppretter prosjekt …",
"database-source/alert-host": "Du må angi en databasevert",
"database-source/alert-port": "Du må angi en databaseport",
"database-source/alert-user": "Du må angi en databasebruker",
"database-source/alert-password": "Du må angi et databasepassord",
"database-source/alert-connection-name": "Du må angi et tilkoblingsnavn",
"database-source/alert-initial-database": "Du må angi en initiell database",
"database-source/alert-query": "Du må angi en gyldig spørring",
"database-source/alert-invalid-query-select": "Spørringen må starte med nøkkelordet SELECT",
"database-source/alert-connection-edit": "Tilkobling redigert",
"database-source/connectionNameLabel": "Navn:",
"database-source/databaseTypeLabel": "Type:",
"database-source/databaseHostLabel": "Vert:",
"database-source/databasePortLabel": "Port:",
"database-source/databaseUserLabel": "Bruker:",
"database-source/databasePasswordLabel": "Passord:",
"database-source/databaseNameLabel": "Database:",
Only show the database login fields when necessary (#2615) * DB login fields visibility controled by CSS The database login field’s visibility is now controled by CSS styling. * Change field name from Database to Database file. Change field name from Database to Database file. * Use full db name as CSS classes Use full db name instead of diminutives for the CSS classes. * Added translation to placeholders Added translation to the Input placeholders. * Undo a change, remerge Database field & File remerge Database field and DatabaseFile Field like before. * Created DatabaseSourceUI._updateDatabaseType(dbType) Created Refine.DatabaseSourceUI.prototype._updateDatabaseType(databaseType) * Make MySQL the default database <option value="mysql" selected="selected"">MySQL</option> * Update database-import-form.html Fixed typo. (<option value="mysql" selected="selected">MySQL</option>) * New default connection name value New default connection name value, translation of it, changing cssClassName from options to dbtype-options, adding the prefix "dbt-" to the db types and fix the changing of placeholder databaseName/databaseFileName when neccessary. * Fix issue with « saved connections » Fix issue with « saved connections » and added 2 defaults values for dbHost and dbType. * Default DB back to MySQL. <option value="mysql" selected="selected">MySQL</option> * Update extensions/database/module/langs/translation-en.json Co-authored-by: Thad Guidry <thadguidry@gmail.com> * Better default with « mysql » * Fix sqlite #databaseHost before calling self._updateDatabaseType() Fix $( "#databaseHost" ).val(self._defaultDatabaseHost) to be set before calling self._updateDatabaseType(self._defaultDatabaseType) that may change it. * Removed field name & fixed default connection name Removed field name text since it's populated from i18n and fixed the default connection name so that it has no space in it. * Little update to placeholder text Co-authored-by: Thad Guidry <thadguidry@gmail.com>
2020-05-30 10:20:05 +02:00
"database-source/databaseFileNameLabel": "Database file:",
"database-source/databaseSchemaLabel": "Skjema:",
"database-source/databaseTestButton": "Test",
"database-source/databaseSaveButton": "Lagre",
"database-source/databaseConnectButton": "Koble til",
"database-source/newConnectionButtonDiv": "Ny tilkobling",
"database-source/savedConnectionSpan": "Lagrede tilkoblinger",
"database-parsing/start-over": "&laquo; Begynn på nytt",
"database-parsing/conf-pars": "Sett opp tolkningsinnstillinger",
"database-parsing/proj-name": "Prosjektnavn",
"database-parsing/create-proj": "Opprett prosjekt &raquo;",
"database-parsing/updating-preview": "Oppdaterer forhåndsvisning …",
"database-parsing/option": "Innstillinger",
"database-parsing/preview-button": "Oppdater&nbsp;forhåndsvisning",
"database-parsing/ignore-first": "Ignorer første",
"database-parsing/ignore": "linje(r) i begynnelsen av fila",
"database-parsing/parse-next": "Tolk neste",
"database-parsing/parse": "linje(r) som kolonneoverskrifter",
"database-parsing/discard-next": "Forkast de første",
"database-parsing/discard": "raden(e) med data",
"database-parsing/limit-next": "Last maksimalt",
"database-parsing/limit": "rad(er) med data",
"database-parsing/store-row": "Lagre blanke rader",
"database-parsing/store-cell": "Lagre blanke celler som null",
"database-source/alert-invalid-query-keyword": "Spørring kan ikke inneholde datamanipuleringsnøkkelord:",
"database-source/form-validation-failure": "Nytt tilkoblingsskjema ugyldig!",
"database-parsing/worksheet": "Regneark"
}